| Thread | Last Post | Replies |
|
| commandline arguments? | 09 Jan 2006 16:36 GMT | 3 |
Is it possible to use commandline arguments in .NET CF? e.g. "test.exe -hidden" to start the application in hidden mode... Thanks Sven
|
| Issues with Multithreading on Windows CE | 09 Jan 2006 16:09 GMT | 2 |
I am writing a multithreaded program for Windows CE 4.2. May I know what are the issues that have to be taken care of? Prior to this post, some research has been done with regard to this topic. It seems that _beginthreadex is no longer supported on this
|
| Webclient in .NET CF 1.1? | 09 Jan 2006 15:33 GMT | 2 |
Is it possible to use a Webclient in .NET CF 1.1? With opennetcf? Thanks Sven
|
| writing to outlook | 09 Jan 2006 13:44 GMT | 1 |
is there an api to write entries to outlook desktop... i assume then these entries will be synched with pocket outlook
|
| Developing Keyboard | 09 Jan 2006 04:03 GMT | 3 |
I want to develop my own keyboard; because write sms like a nokia phone. But there is a problem? How can i integrate my keyboard to a PPC? I think i have to create it as a control, but how?
|
| NetCFv2 CAB File | 08 Jan 2006 22:34 GMT | 2 |
I am have noticed a problem when installing CF2 on a WM5 device. During installation, it requests a restart. If I accept this, CF2 does not seem to install properly, and does not appear on the Remove Programs List. If I cancel the reset, CF2 installs normally, and does not seem ...
|
| additional emulator question | 08 Jan 2006 19:26 GMT | 1 |
Please disregard my earlier post about the storage card emulation. I just forgot that File Explorer works differently in PPC 2003 than Windows Mobile 5, so I wasn't looking in the right place for the mounted card. However, I have another question. Is it possible to change the ...
|
| storage card emulation with PPC 2003 SE emulator | 08 Jan 2006 19:24 GMT | 1 |
Folks, I have been completely unable to get the storage card emulation ("shared folder") to work with any of the PPC 2003 SE emulators that came with Visual Studio 2005. It does work with the Windows Mobile 5.0 Pocket PC emulators
|
| Wrecked my Visual Studio 2005 install, need help installing it cle | 08 Jan 2006 19:21 GMT | 1 |
I have Microsoft Visual Studio 2005 Team Build Beta 2 on my computer. For a while now, I had it installed and humming along fairly smoothly with almost no hiccups - period. I recently bought a pocket pc to begin developing directly to my device.
|
| ControlPanel | 08 Jan 2006 17:17 GMT | 1 |
I've created an .exe file in eVc 4, so I'm curious is there a way to create shortcut in Start->Settings (i.e. ControlPanel) with the same icon as that .exe file and which would call that .exe (placed in, let say \My Documents)? Is it possible (and how)? Thanks
|
| Pocket PC Deployment | 08 Jan 2006 10:48 GMT | 3 |
I have written a C# application for Pocket PC and created a deployment solution (App, custom installer and setup) which works as advertised. I can't seem to figure out how to include the help file (needs to go in the target Windows folder) and the .lnk file (to the Windows/ Help ...
|
| Smart Minimize (OK) button's WM_COMMAND wNotifyCode | 08 Jan 2006 02:14 GMT | 2 |
I'm using SHDoneButton to display the (OK) button on the titlebar. When I get the WM_COMMAND message to say the button's been clicked, the wNotifyCode (HIWORD(wParam)) is set to 4096 (0x1000). Is this value #defined somewhere? I can't see anything in winuser.h or
|
| SQL CE help? | 07 Jan 2006 23:50 GMT | 1 |
I am writing a program for pocketpc. I wonder can I connect to a database in computer from my pocketpc(postgresql).Or can I connect to SQL CE and run some query in SQLCE from my computer. I use postgresql as database in my computer.if I can how??
|
| Keeping applications running....TomTom | 07 Jan 2006 17:21 GMT | 2 |
I have an application that interacts with TomTom 5.2 via SDK. Previously, I had problems with my primary application shutting down whilst TomTom was in focus, but I fixed this by intercepting the Closing event for all forms. The problem I now have is that TomTom is now closing - ...
|
| WiFi AP Available Notification | 07 Jan 2006 16:49 GMT | 1 |
I am trying to develop an app on WinMobile 5.0 which can should be able to get asynhronous notifications as soon as a WiFi AP has been discovered by the phone. And then on recieving the notification also try and query its properties like name and signal strength.
|