| Thread | Last Post | Replies |
|
| Pocket SQL examples | 08 Jul 2005 19:18 GMT | 1 |
Does anyone know where I might find good examples of a Pocket PC application using the Pocket SQL Server, along with some means of retrieving that data for use in a separate PC app? I currently use Pocket Access to do this but have heard that the next version of Pocket Windows and ...
|
| tshres.dll | 08 Jul 2005 17:02 GMT | 4 |
Does anyone know what the purpose of tshres.dll is and why it appears to be loaded at least twice in most Pocket PC apps?
|
| Automatic forwarding of sms | 08 Jul 2005 16:23 GMT | 1 |
Is there a program that will automatically forward a sms from my pocketpc when it is recieved? Erik
|
| adding item to a Listview control | 08 Jul 2005 13:41 GMT | 5 |
one problem with my Listview control. Maybe someone of you sees the failure in the code. Within the WM_CREATE command of my main window I'm creating a ListView with an added Imagelist which contains two icons. For testing I insert one entry with the following code:
|
| Warning when installing System_SR_enu.cab | 08 Jul 2005 08:17 GMT | 5 |
I keep getting the following warning when installing System_SR_enu.cab via the CeAppMgr: "The program you have installed may not display properly because it was designed for a previous version of Windows Mobile software." Apparently I need a newer version of the cab, but I can't ...
|
| Getting a device's MAC Address | 08 Jul 2005 02:36 GMT | 1 |
Does anybody know how to get a device's MAC Address programmatically?
|
| .ini files in PocketPC | 07 Jul 2005 20:22 GMT | 4 |
Is there a way to read .ini files on PocketPC? Are there any APIs out there to work with them?
|
| Printing | 07 Jul 2005 20:22 GMT | 2 |
How I can print ??? samples ?? NOTE: In windows pc I use Crystal reports, what I can use to print in mobile? thanks
|
| evc4 emulator not working on windows 2000 | 07 Jul 2005 20:22 GMT | 1 |
I have just started developing for the pocketpc with evc4, but I can't get the emulator working. My application compiles without any problems, but it is not loaded to the included emulator. In fact, there does not seem to be any communication between the emulator and evc4.
|
| How to connect to an access point using NDISUIO | 07 Jul 2005 17:26 GMT | 1 |
I have several access points (in a wireless 802.11x network) which i discovered using queries OID_802_11_BSSID_LIST_SCAN and OID_802_11_BSSID_LIST. Some of the access points are encrypted, some open etc etc. Please tell me:
|
| problem with ComboBox | 07 Jul 2005 10:09 GMT | 5 |
I'm using a ComboBox on the main window of my application. The Control is created in the WndProc function under WM_CREATE as follows: // Specify the window style for the combo box control. DWORD dwCBStyle = WS_CHILD | WS_VISIBLE | WS_HSCROLL | WS_VSCROLL |
|
| Retrieving the process list | 07 Jul 2005 09:34 GMT | 2 |
Ive got a C# application that I need to query the current running processes on a Phone Edition device. In order to do this I call (in C++) the CreateToolhelp32Snapshot() method to get all running processes (using the ToolHelp API). But Ive noticed that after a while it will not
|
| Send and receive ASCII character?? | 07 Jul 2005 07:36 GMT | 2 |
Hi alls, I have a bluetooth device that send information, in serial format.. I would like to receive, on my PDA,this information (send and receive ascii character: for example as in Hyperterminal). Someone know where I can find an
|
| Problem with CFile::Write and BSTR parameter | 07 Jul 2005 02:29 GMT | 14 |
I'm pretty new to VC++ programming and trying to create an ATL COM to be used with an ASP page in a Windows CE environment. In ASP, I have the following code: Set objFile = CreateObject ("AspObject.FileSys")
|
| How to create shortcuts programatically | 06 Jul 2005 22:34 GMT | 3 |
How to create a shortcut to an application programatically. I have to create a shortcut in the StartUp for my application which is in another folder. I am using VS .Net 2003, C#. Please help me as early as possible.
|