Software Development Network Logo
  • Visual Basic
  • IE Development
  • Visual C++
  • Visual C#
  • VS Team System
  • Windows Forms
  • Visual FoxPro
  • .NET Development
  • Game Technologies
  • Smart Devicet
  • Audio and Video
  • SQL Server
  • SharePoint Products
  • Microsoft ISV
  • Visual Studio

Software Development Network >> Smart Devicet

Smart Devicet

New Question

error while using POOM
Data Performace using TableDirect (Updates and Inserts)
Using reg files for loading system settings on cold boot
Host Unreachable
Problem Signing In
Can anybody help me out with some code...
Connect to invisible AccessPoint
Virtual Earth is so slow!
How to form a bitmap image in compact framework
Finding Jersey

Top Answerers

EsteemDE
ShawnT123
AdamB78
AndyPham
Nidal-Fouad-Hajj-Youssef
Calinoiu Alexandru
David_Lindley
Sreekk
http://www.ilkon.com
Oleksiy
HTK - A Tecnologia Agora
Only Title

Answer Questions

  • vic07 A BUG of the Shared Source version of "Device Emulator, version 1.0"

    I found a BUG in the source of Microsoft Shared Source Academic License for the Device Emulator, version 1.0 In the function DecodeThumbInstruction in armcpu.cpp about Line 5973. case 2: if (Opcode.LongBranch.Offset & 0x200) { // Offset is negative d->Offset = (0xfffffc00 | Opcode.LongBranch.Offset) << 12; } else { d->Offset = Opcode.LongBranch.Offset << 12; } this is decode for a Thumb long-branch instruction. According to ARM_ARM p330, the singed bit should be BIT10 = 0x0400, not 0x200 This BUG cause some Thumb long-branch call jumps to error location. Thanks alot David for reporting the issue. I have opened a bug for investigation and we'll g ...Show All

  • hrubesh Pocket PC menu bars

    Hi, I've added a command bar and menu using CCommand bar class. On the smart phone it is ok but on the pocket pc (2003) the buttons for Options and Quit get changed to 'File' and 'Go' Anyone know how to fix this The buttons also don't take up the entire bar and appear on the left hand side. Thanks. Hi, It shall be great if you could share the MENU and SHMENUBAR resources for both, without that I won't be able to understand the reason for the reported behaviour. Thanks. Hi avinash, I checked the rc2 files for both versions and they seem to be the same and are using SHMENUBAR. I'll look into it and get back to you - at the moment I'm only working on the smartphone version. Below i ...Show All

  • mognog Execution on Emulator and Real Device, and local storage

    *greetings* 1) i am confused over the behavior of the execution on the emulator and real device. i encountered 2 situations as below : i) In the emulator ,the tab button switches well, but it couldn't switch to the intended page when executing in real device, it couldn't display the intended page. ii) In the emulator a connection to Sql server 2000 to retrieve information failed and showed the error that the sql server does not exist, but in real device i can retrieve the information from database 2) Is the ability of debugging supported in .net cf because the only way for me to execute my application is using ctrl + F5. Other than that, nothing else works. Can anybody suggest to me alternative ways, so that i can debug 3) if i am not ...Show All

  • Dvlnblk MSMQ Over http in .net cf 2.0

    Hi, I am trying to use msmq over http (or srmp) in a smart device application (.net cf). I have been able to send messages over http in a desktop application ,but I am not able to do the same in .net cf. Is msmq over http supported in .net cf 2.0 For Windows Server 2003 I had to install a msmq over http component , is there something similar that needs to be done on the device/emulator Am I missing something here Thanks, Deepthi Hi, I am trying to use msmq over http (or srmp) in a smart device application (.net cf). I have been able to send messages over http in a desktop application ,but I am not able to do the same in .net cf. Is msmq over http supported in .net cf 2.0 For ...Show All

  • PaulYuk_MS IsBirdseyeAvailable() does not work

    In my BODY ONLOAD I call a function that loads a map. I want to determine if a Birdseye map is available for the location loaded; however, it never works (I know this because I have tested it against locations that have Birdseye maps). Here is my code (GetMap() is called from BODY ONLOAD): var map = null; function GetMap() {     map = new VEMap('myMap');     map.LoadMap(new VELatLong(33.85, -84.363192), 10 ,'h' , false);     if (map.IsBirdseyeAvailable())     {         map.SetMapStyle(VEMapStyle.Birdseye);     }     else     {         alert("Birdseye not availabl ...Show All

  • Daniel_laksjdhfg Error 80131502 when trying to load my add-in

    Hello :) I discovered the MSN Live Add-in SDK today, and I've been trying to play around with it a bit (in C#). I haven't been able to find ANY documentation for it whatsoever, so I've just been going off of sample code. I took a basic one (which ran and loaded fine, by the way), and modified it to its present form. The .dll builds fine, but when I try to load it in Messenger Live, I get: "The addin SmartTalker.AddIn.dll" could not be turned on. 80131502" ... and that's all! The code BUILDS fine, but doesn't load, and since I have no documentation, I don't even know where to begin looking for the problem. Here's the code: ============================================================== using System; using Microsoft.Messenger; ...Show All

  • John Barnes Arabic Characters on PPC 2003 Emulator ...

    Hi, I've wrote some functions and tools for displaying arabic words on ppc device ... Now, I want to know is it possible to displaying arabic words on ppc Emulator ! I Simply copied the font that i wanted to work with it on Emulator but i just can see Squares on screen !! Is it possible ! If Yes so what's my wrong ! Regards, Hadi Peace be upon you how are you hadi, does the trick work or not please inform me with the result I like to know :) GOD bless you :) Peace be upon you Mohamed please tell me what is the problem you have I may help you, I have wrote something about Arabization I hope you check it out, it may answer some questions you have. ...Show All

  • Annihil8 Catch Email sent Event From Device [C++ solution]

    I have an application which runs as a background service. [It include both module of C# and C++] Now I wants to do some insertion in the database for every email sent from the device. I know How to catch email receive event by C# but Can't able to get any solution to Catch email sent event and log it. Please Let me Know Any solution for it [C# or C++] Any Idea By Any Guru In Black berry device By the help of java we can catch the email sent event. Could in windows mobile 5.0 by anyway we can catch that event   ...Show All

  • paddyO The Operation could not be completed. The array bounds are invalid

    Hi I am trying to a debug a simple "hello world" application. When i press F5, the project builds and deploys but always fails to run. I get a successful build and deployment message in the output window. After the successful deployment, i get a error window "The Operation could not be completed. The array bounds are invalid". Environment :- Win XP Pro VS.Net 2005 Windows Pocket PC 2003 SE. Langugage C# I tried hitting ctrl F5, it also doesnt work. I can also see the emulator is connected properly. Any help at the earliest shall be highly appreciable. Karthik Let me understand the problem here: 1. Tools->ConnectToDevice has succeeded. 2. Build->DeployS ...Show All

  • compaks ICLRRuntimeHost and .Net CF

    Hi all, Whether it is possible using ICLRRuntimeHost in native Mobile Application for access to .Net CF No. CLR hosting is not implemented for NET CF ...Show All

  • Jason Zhang Populate ImageList from Urls at run-time?

    Is it possible (preferably in C#.net) and on Windows Mobile 5.0 to populate an ImageList with Images (JPEGs) from some URLs (this is part of a search result) and will need to be done at run-time. Any help would be much appreciated, as I can't really seem to find a way to do this. Unfortunately this hasn't been answered as I have removed the threading (to stop that being an issue) and it seems like the data stream from the URL is actually empty, even though I have followed the example above. Use a packet sniffer then to look at the response. Perhaps you are accidentally gettting the improper image, or perhaps it is redirecing you elsewhere. etc. ...Show All

  • Dark Helmet Problem Signing In

    Hi, I'm having a problem signing into my Windows Live Messenger 8.0. Everytime I first log onto my file and go to sign into the Live Messenger, some error message comes up with the code:80004005. I've been doing everything that I can to fix it but nothing that I've done has worked. So if anyone knows how to fix it, please e-mail me at black_nigga_12@hotmail.com Thanks, Blacks me too. the funny thing is my sister can access the messenger with her account and i can access that messenger when im at a cyber cafe. i cant access it at home at all and it keep showing that 80004005 error I had the same problem and so far everytime I had this happen I would log into Windows Messenger first not Windows Live Messenger but ...Show All

  • Lightening Get IMEI No.

    Hi, I am developing smart device application on CF1.0. I need your help. I want to get an IMEI no of device. How to get IMEI in CF 1.0 . Is there any way to get this Please send your suggestions or links. Thanx, M. GANESAN Yeah I got it from EVC++ DLL. http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/search hl=en&group=microsoft.public.dotnet.framework.compactframework&q=get+imei+number&qt_g=1&searchnow=Search+this+group and http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=109823&SiteID=1 ...Show All

  • Marcel_Von Deploy Application.CAB file and Compact Framework 2.0

    Hi Everybody, This is Chandra from New Zealand. I am currently developing .NET CF 2.0 application on visual studio 2005 for windows mobile 5.0 platform. I want to distribute my application along with .NET compact Framework 2.0 to the customer in Canada. I created .CAB file for my application.But the problem is how can I include .NET compact framework 2.0 as well so that when the user runs my application.CAB file it also installs .NET compact Framework 2.0 along with the application. I will be sending only my application.CAB file to my customer in canada and he will be installing the .CAB file on his device. I want to deploy both my Application and CF2.0 to the device at one install. I wont be having physical mobile ...Show All

  • yonderstar Modifying the Registry

    In Windows CE 4.2 when you set the taskbar to AutoHide On/Off it modifies the registry and then the taskbar will autohide or else be on top. this is done without having to reboot the device. Im my application i need to set the taskbar to AutoHide, and i have done this in the registry, but i need to warm reboot the device in order for the registry to be reloaded. Is it possible for the change to have effect without rebooting wow... thats is works perfectly Can you explain the SafeNativeMethods Class how does the PostMessage reload the registry changes What does this PostMessage Method do behind the scenes Thanks very much I'm trying to do this in vb.net, is it possible in vb or would i need to use C++ currentl ...Show All

888990919293949596979899012345

©2008 Software Development Network

powered by phorum