| Thread | Last Post | Replies |
|
| Security question when running my program from the IDE | 29 May 2006 09:57 GMT | 1 |
Every time that I run my application in then PocketPC (WM5, not emulator), with F5 in Visual Studio 2005 (C#), I get a security question on the device asking if I want to allow the execution of a program from a unknown manufacturer.
|
| Changing Registry question | 28 May 2006 21:08 GMT | 7 |
I need to invoke my application on press of the hardware button. I understand that I need to change the settings in the pocket pc. In the Settings -->Personal --> Buttons. My questions are,
|
| Connect to localhost on Windows Mobile 5 | 28 May 2006 20:41 GMT | 2 |
I have an app that uses socket communication. Some customers would like to use a VPN app in addition that probably establishes a tunnel of some sort from "localhost" to the host. So, in my app I use "localhost" as destination host when connecting the socket. This works fine in ...
|
| Listview row color | 28 May 2006 16:01 GMT | 1 |
I want that list view should display in alternate row color .. I mean first row has white,second row has blue ,third row has white and so on.. How i can do that in vb.net?
|
| Recommended books | 28 May 2006 14:20 GMT | 2 |
Can anyone recommend any books on developing mobile device applications using vs2005 and compact framework? Thanks
|
| SHLoadImageResource | 28 May 2006 14:15 GMT | 6 |
I use SHLoadImageResource to load jpeg resource file.The pictures display well,but the performance is so slow.Except this function,is there any function i could use? my code is as follow:
|
| GDI clean up problem | 28 May 2006 03:07 GMT | 1 |
I am working on WinCe project In which i am loading number of bitmap objects using BitBlt function As per my understanding BitBlt allocates a memory block in the gwes
|
| Dim WithEvents PicBoxArr(3) as PictureBox | 27 May 2006 14:37 GMT | 1 |
Hello! We are coding in Vb.net on the .Net Compact Framework 1.0, for a Pocket PC application. It is required the we use an array of Picture Boxes. Then again we need to
|
| Application using Hardware buttons | 27 May 2006 13:14 GMT | 1 |
I have had success in getting an application to utilise the hardware keys on Pocket PC in the manner I wanted, thanks to a lot of help from people on the forum. My app is a stopwatch, and my particular wish was that my application took
|
| Caller Number / Call Blocking | 27 May 2006 11:59 GMT | 2 |
i m new to Pocket PC development i would like to know how to get the Incomming Call's Phone number, and how to Cut off that incomming programmatically? thanks
|
| compact framework problem for HP iPAQ hx2190 | 27 May 2006 11:57 GMT | 1 |
I have a HP iPAQ hx2190 device. But it is a compact framework 1.0 device. I would like to upgrade it to 2.0 but it is unsuccessful and it poped up an error msg about the software could not be installed in this device. But I have tried to use the same NETCFv2.ppc.armv4.cab to ...
|
| debugging today plug-in | 27 May 2006 08:43 GMT | 3 |
How can i debug a today plug-in dll? i have created my dll, and registered it according to the instructions here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guide_ppc/html/ ppc_programming_pocket_pc_2002_drtw.asp
|
| Startup Application | 27 May 2006 06:35 GMT | 6 |
I want to control whether my application should start or not automatically after reseting the PocketPC.I don't want to copy/erase the *.exe file to \Windows\Startup, instead i've tried a different method by adding some registry keys , but without success.Here is what
|
| Problem with Game api on VGA Pocket PC 2003 | 27 May 2006 05:26 GMT | 2 |
I'm working on an application with VS2005. I tried use game api to draw the screen. it can work for drawing on the screen but the image is not as clear as draw on the standard screen. But also, the words on the UI is so become not as clear as the draw has not started. When i ...
|
| VS 2005 PPC/SP Emulator - No such interface supported | 26 May 2006 23:29 GMT | 3 |
Been using VS 2005 for months. All of a sudden I can not deploy my C++ or C# applications to the WM 5.0 emulators (Pocket PC or Smartphone) for debugging. If I click on the device manager button in VS I get an error message "No such interface supported." Click OK and VS 2005 will ...
|