| Thread | Last Post | Replies |
|
| unresolved external symbol (winsock.h) | 12 Jun 2005 12:24 GMT | 1 |
just one question, because I do not understand the reason for the failure during compiling the source code. I'm programming for WinCE 3.0 on PocketPC 2002 with eMbedded Visual Tools 3.0. In the code I include <winsock.h> and use function like WSACleanup() etc. During compilation ...
|
| SQL CE Desktop Access with Visual Basic 6.0 | 12 Jun 2005 08:50 GMT | 1 |
I have an SQL CE database file that I want to read from the desktop. I am using Visual Basic 6.0 for my PC development and I would like to read the SQL database. Can this be done? I have heard of a remote access class (RMA I think) that will read the data on the PPC from the PC, ...
|
| Ras connection and phone calls | 12 Jun 2005 04:50 GMT | 1 |
I want to write an application that makes an gprs connection with RasDial and check the connection state with RasGetConnectStatus. If the connection breaks the application should reconnect. The application runs on an Pocket PC device (MDA 2). Everything works fine, but if I
|
| Build actions? | 11 Jun 2005 23:25 GMT | 1 |
Can someone explain to me please what's the differences of the build actions: content, embedded etc... Thank you.
|
| disable camera on pocket pc rx3715 | 11 Jun 2005 23:08 GMT | 2 |
I want to disable camera on device rx3715. I found a file in windows folder. that is named as 'hpcamapp.exe ' . But this file is in ROM so it can not ben deleted or renamed. I was wondering if there was a way to disable the camera on the device in the software.
|
| WM_LBUTTONDOWN | 11 Jun 2005 13:56 GMT | 1 |
I registered for specified message for the whole dialog and created two regions of type rectangle. For each call to my registered message handler I check if the point specified by lParam is within one of the regions. All things run fine up to the moment I press somewhere outside the ...
|
| How can Isubscribe to VK_OFF (suspend button) message | 11 Jun 2005 12:12 GMT | 1 |
How can Isubscribe to VK_OFF message that generated when pressing turn-off (suspend) button on Pocket PC ???
|
| How to draw geometries of float data type? | 11 Jun 2005 02:53 GMT | 3 |
I'm designing a mobile GIS system on Pocket PC, in which the data type of map(the struct of point,polyline,polygon) is double. Besides, I want display GPS data on the map which the type of cordinates are double either. I noticed it doesn't support the visualization of float data, ...
|
| SDKs ..related | 10 Jun 2005 21:29 GMT | 6 |
I have developed an application for a PocketPC running "Microsoft PocketPC" and it works just fine. I developed this using the "SDK for Windows Mobile 2003-based Pocket PCs", with all the service packs and evc4.0. Now I have another Pocket PC, running "Windows Mobile 2003 Second ...
|
| DrawDIBDraw ? | 10 Jun 2005 21:22 GMT | 4 |
Does any one know if the DrawDibDraw functions are available on the PPC? The syntax appears when you enter the DrawDibDraw command but it does not compile and there is no help on the command. on a standard PC it is part of the Video For Windows includes (VFW.h) but
|
| How to simply detect an incoming phone call? | 10 Jun 2005 20:43 GMT | 2 |
Hello everyone- For some reason, I'm having trouble finding out how exactly I can detect an incoming phone call from within an application. The application I'm working has to sometimes make longer than average calculations, and I'd like the app. to pause when a phone call is
|
| How can i show/hide the keyboard programmatically? | 10 Jun 2005 19:50 GMT | 3 |
I'm using C#, and want to hide the keyboard programmatically, when I go to the next mask. Thanks
|
| Visual Studio 6 support development for Pocket PC 2002? | 10 Jun 2005 19:50 GMT | 4 |
just this silly question: Is it possible to develop applications for PocketPC 2002 with Visual Studio 6? I have some auto generated code from Intel which should be for PocketPC but I can't compile it with eMbedded Visual C++ 3.0 or 4.0. The header files included in the project ...
|
| Reg Cowburn's code.. | 10 Jun 2005 17:07 GMT | 1 |
Hi,. A good number of ppl are using the Cowburn's HTC camera api hack for their apps. I am using that too. My question is mainly directed to those users, but others are most welcome to provide pointers if they can.
|
| SQL server does not exist or access denied - .net compact | 10 Jun 2005 16:20 GMT | 15 |
I am developing an application for Pocket PC Mobile 2003. I am trying to connect to a sql server with the following connection parameters in vb.net compact framework: Dim cn As SqlConnection
|