Answer Questions
thelonesoldier Error with the deploy tools and imageList
When I deploy an application PPC with a toolbar and an imagelist, I have an exception: System.NotSupportedException was unhandled Message="System.Drawing.Bitmap" StackTrace: at System.Resources.ResourceReader.LoadObjectV2() at System.Resources.ResourceReader.LoadObject() at System.Resources.RuntimeResourceSet.GetObject() ...Show All
Cyril Ike Payumo Attaching debugger to a running .Net CF process on smart device?
I've been testing the capabilities of the VS Beta 2 Debugger for device projects. Thus far I've been happy with the improvements. However, I've been having a hard time in testing whether the debugger can now attach to running processes on devices -- I thought I heard this capability had been added, and I see some UI to support it. Can someone let me know whether this should work in Beta 2, and if so, what I might be doing wrong See ...Show All
Lubor PPC 2003 Soft Input Panel port from eVC 4.2 to VS 8.0 tools.
I have developed a soft input panel (SIP or keyboard) with the eVC 4.2 tools and it functions well, both on the device and the emulator. I am trying to port my development to the Visual Studio 8 Beta 2 tools with the goal of compiling for Mobile 5.0. I now have the software compiling for the PPC 2003 using VS8, but it does not run on the device nor the emulator - the SIP isn't loading as it doesn't appear in the SIP menu. I hav ...Show All
Raffael Walther Activating speakerphone on Windows Smartphone
I'm trying to activate the speakerphone on my HTC-derived (Qtek-8300) Smartphone 2003 with no success. So far, I've tried the following approaches. TAPI: After initializing TAPI and veryfing the device's capabilities I made the following call: phoneSetHookSwitch(hPhone, PHONEHOOKSWITCHDEV_SPEAKER, PHONEHOOKSWITCHMODE_MICSPEAKER). The call fails with PHONEERR_OPERATIONUNAVAIL despite the fact that the device should support this fe ...Show All
SmithaNarreddi Deploy options in Beta 2
Just upgraded my Pocket PC application from Beta 1 to Beta 2. In Beta 1, when I selected the "Build | Deploy" option, there were 4 options in the Device listbox: My Computer, Pocket PC 2003 Device, Pocket PC SE Emulator, and Pocket PC SE VGA Emulator. In Beta 2, only the last three options are displayed, i.e., "My Computer" is no longer an option. During development with Beta 1, I've been using the "My Computer" debug opti ...Show All
rupa encryption on WM 5
Hi all, I'm developing application that Send/Receive data to/from the server. I need to encrypt this data via AES encryption. my questions: 1. do WM5 CF2 app supports this kind of encryption 2. I didn’t deal with encryption in the past, where should I begin any ides, links, thoughts will be great J Oren. another question in that issue.. I’m trying to find out if there is a TLS ...Show All
suraj victor Getting USB HDD firmware serial no from CE.NET 4.2 device & x86 PC
Hi all, Hopefully I haven't post this in the wrong place. If so, would someone be kind enough to point me to the correct site to post. Thanks in advance. I am a developer working on a Windows project currently. The program I am working on runs on a Windows CE.NET 4.2 based embedded device with AMD Geode x86 embedded CPU. The device uses a removable IDE harddisk as storage. The hdd is packaged in such a way such that it can be removed and attac ...Show All
miznig Smartphone 5.0 Emulator softkey
Folks, For some reason the softkey's on my Smartphone 5.0 emulator behave funky. The problem is exactly as described @ http://forums.microsoft.com/msdn/ShowPost.aspx PostID=94963 but the solution provided @ http://forums.microsoft.com/msdn/ShowPost.aspx PostID=94963 looks quite complicated. Anyone has a better solution to get this issue resloved. Thanks, Uday Forgot to mention that I did have beta 2 initially but now upda ...Show All
Joerg Weser run program automatically when cradled
Is there a way to automatically run a program when a user cradles/sync's Yes this shows how to do that: http://tinyurl.com/cz2qh Mike B. Yes, take a look at the link above. Just put the path to your program in the AutoStartOnConnect registry key and it will launch when you connect the device. Oh wait you said on the Pocket PC ...Show All
mikelostcause list view
how do i add a column of data in the list view for example John male 21 in a listview which contain a column header Name Sex and Age.. You can create a new ListViewItem and then use the Add overload that accepts a ListViewItem. http://msdn2.microsoft.com/en-us/library/3a7fwahe.aspx There's an example in the MSDN docs that uses a few unsupported CF features but should show you the basic idea of what ...Show All
jwise Zooming only a part of the image.
I am creating a application in which i am displaying a .jpg in a picture box.Now i want to give a functionality so that user can select a part of that image and zoom it on PDA screen. Is it Possible with CF Please help me out. thanks in advance. When the user select a part of the picture, you can create a temporary bitmap and set its pixels then show it. Here is an example to zoom only one pixel ...Show All
Uros Goljat 2.0 System.Format Exception on Updates with Email Address
I am trying to talk to a SQL Mobile DB, using the Data Wizards. I have dragged a table onto a fomr as both Datagrids and Textboxes, and the same error appears in both places. When I try to call the update, which in turn calls: Public Overloads Overridable Function Update( ByVal dataTable As taskDataSet.CompanyDataTable) As Integer Return Me .Adapter.Update(dataTable) End Function I get the exception. It ...Show All
Dan Meyers where is CONNMGR_STATUS_CHANGE_NOTIFICATION msg defined?
Hi, I'm trying to use ConnMgrRegisterForStatusChangeNotification() in win mobile 5.0 in a c++ project. It stated "ConnMgrRegisterForStatusNotification will post a CONNMGR_STATUS_CHANGE_NOTIFICATION message to the window that has the passed-in window handle when any of the connections changes its state from connected to disconnected, or disconnected to connected". But I can not locate where this message is defined in a *.h/*.cpp unde ...Show All
Reeba MDE: Can't run Device Emulator Manager
I'm trying to run the Device Emulator Manager on my Win2K desktop. It terminates immediately without a message, whether I start it from the Start Menu, from Windows Explorer or from the cmd line. The emulator itself starts up and runs fine. I'd like to set up an ActiveSync connection to this. As I understand it, I need to get the Device Emulator Manager running to do this. Hi George, That means that the breakp ...Show All
amr_a How to Hard Reset a Device programatically
I try this http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=260264&SiteID=1 and it's so cool for my first application for secound application I like to try to "hard reset" or "restore factory default" how to thanks OS : Windows Mobile 5 for PocketPC Language : VB Thanks again can you give me project source file pls sent to wiroj.ruangsangsil@gmail.co ...Show All
