| Thread | Last Post | Replies |
|
| Thread IsAlive Detection | 30 Sep 2007 20:49 GMT | 1 |
I am developing an application for WM 5.0. I have a thread that does some operation in background. In desktop environment I could check by calling IsAlive property to see if the thread is alive but I couldn't see something similar in
|
| Detecting activation | 28 Sep 2007 16:52 GMT | 3 |
If the user taps an icon while the application is already running, CE (or CF?) activates the already-running instance. Has anyone found a way to detect that this has happened? I need my already-running application to do some extra UI in this case. All I'm seeing
|
| Keyboard wierdness on HTC Mogul | 28 Sep 2007 16:40 GMT | 1 |
We've had two users report that, when running our application on HTC Mogul, the "Alt" key on the pull-out hardware keyboard is locked, and cannot be unlocked. I sent them a bare-bones, single-form, single-textbox test application, and
|
| Event logger for Windows Mobile | 28 Sep 2007 16:20 GMT | 3 |
Does anyone know of an event logger for Windows Mobile (5 and/or 6) similar to the Windows event log? I have an application that I would like to log errors with. Even something like log4net mobile. Thanks for any suggestions!
|
| Combobox Select String API not working. | 28 Sep 2007 15:26 GMT | 4 |
I am trying to Select an item in a combobox on a form running in a different application(written in C# CF2.0) and running in a different process using the windows API. I am developing with C# CF2.
|
| Date Format Change Notification | 28 Sep 2007 14:25 GMT | 2 |
When the user goes into Regiional Settings and changes the date format, it's my understanding that the OS sends a WM_SETTINGCHANGE message to top-level windows. Does anyone know of a way for a CF application to intercept this message, or
|
| Ther was an emulatar in VS2005 beta | 27 Sep 2007 21:33 GMT | 1 |
Hi Community, i am looking for the standalone emulator that was avaible in the time of VS2005 beta times (89 MB). Did anyone has this piece of software or an other working Standalone Emulator
|
| WMP 10 on device CF 2.0 cant get content from server streaming | 27 Sep 2007 18:15 GMT | 2 |
Hi, I put WMP 10 into a form on my device CF 2.0 in a C# project. I used Feinman AxWindowsMediaPlayer interface and player.ctlcontrol.play(). I tried to play content on my desktop, but the content doesnot stream. What
|
| Issue with custom named event and waking every minute | 27 Sep 2007 17:28 GMT | 3 |
I am pulling my hair out trying to get my compact framework 2 app. running on windows mobile 5 to wake every minute and do some background processing. I have read a lot of interesting posts but none seem to match what I'm
|
| PInvoke Scrolling | 27 Sep 2007 16:41 GMT | 2 |
Hey gang, I am working on a gesture recognition library of which will make navigating the WM UI nicer, more "iPhone" like via the touch screen. So I am detecting touch screen gestures however for example if you drag your
|
| Standalone Emulator ? | 27 Sep 2007 13:41 GMT | 7 |
Is there a Standaloe Emulator for CF2 aviable ? I mean w/o the Visuak Studio ? . So that my customer can test a application witout a Pocket PC ? Bye
|
| Notification Queue | 27 Sep 2007 13:07 GMT | 1 |
Does anyone have any code for reading the contents of the Notification Queue? Code for editing existing entries or adding new entries would be great too. Can anyone get me started on how to do this using the Compact Framework -
|
| REMINDER: Mobile & Embedded Chat | 27 Sep 2007 11:57 GMT | 4 |
Please join us on Wednesday, September 26 for the Mobile & Embedded Development Chat. These chats provide you with the opportunity to ask leading industry experts any questions about mobile & embedded development (native and managed code)
|
| Catch the closing event of a form when clicked on X | 27 Sep 2007 10:54 GMT | 2 |
I'd like to catch the click on the x of the form (that closes the form). In a normal application I would use the Closing event and then ask for e.CloseReason... this would tell me if I have clicked to close the form, or if the form was closed programatically... the problem is, in ...
|
| Uninstall | 27 Sep 2007 10:33 GMT | 1 |
I have created a Smart device CAB project. It install correctly on my device but when i try to uninstall/remove my app. i get error [program name] was not completely removed.
|