| Thread | Last Post | Replies |
|
| Full-screen DirectX Mobile on Touch Pro? | 31 Dec 2008 18:39 GMT | - |
I'm just going crazy trying to get full-screen mode to work with the Touch Pro. Windowed mode works as expected (black screen, or whatever color I Clear to), but full-screen just does nothing at all. No exceptions are thrown (all the calls are supposedly working fine), but all I ...
|
| Only digits in text box | 31 Dec 2008 13:06 GMT | - |
have a look at this link this might help http://www.ceveni.com/2008/10/how-to-accept-only-numbers-in-textbox.html EggHeadCafe - .NET Developer Portal of Choice http://www.eggheadcafe.com
|
| How to Read from Device? | 30 Dec 2008 21:10 GMT | 6 |
Using Visual Studio 2005 Professional: How can I read a unique identifier for our devices? We are getting to where we have more and more of them, and we want to be able to distinguish which devices are sending in data.
|
| C++ program to work with ActiveSync | 30 Dec 2008 19:47 GMT | 3 |
any one knows a website or sample C++ programs? I'd like to write a C++ program to work with ActiveSync. When active sync comes up, my program can be selected to run, get device info and the data from the PDA and put some data back to
|
| Error LNK2019: unresolved external symbol CompleteAuthToken referenced in function | 30 Dec 2008 18:56 GMT | - |
When I trying to link a source that calls CompleteAuthToken it fails. Reading MSDN Library it tell me that CompleteAuthToken is supported on Windows CE 2.10 and later and I should link against Secur32.lib, but adding that library didn't fix the unresolved symbol error. Any ideas?
|
| Directshow performance on PocketPC | 29 Dec 2008 19:22 GMT | - |
Hi, I was wondering if anyone knew of any performance issues in using Directshow on Windows Mobile 6. Specifically, I would like to run a viewfinder and allow for still image capture. Running a test application which simply starts a viewfinder, I'm seeing CPU
|
| off-topic: Pausing Media Player | 29 Dec 2008 15:19 GMT | - |
Whenever Media Player is paused, I notice the screen just goes black. We want to give some customers a file to play for directions, but there isn't any way to pause on detailed steps to write down info from the screen. Has anyone found a fix for this?
|
| How to set an APN as default programmatically? | 26 Dec 2008 09:06 GMT | - |
I am developing an application which creates an APN programmatically by provisioning the ".Wap-Provisiondoc" I have successfully created a new network "MyAPN" and it is now showing in the network setting along with the other networks.
|
| Common control subclassing.... | 26 Dec 2008 08:18 GMT | - |
Hi all.. I tried to do subclassing an edit control like below. WNDPORC pOrgProc = (WNDPORC)SetWindowLong(hEdit, GWL_WNDPROC, NewEditProc); LRESULT NewEditProc(HWND hEdit, UINT uMsg,WPARAM wParam,LPARAM lParam )
|
| WM5 GPS Position using GPS Intermediate Driver | 25 Dec 2008 20:09 GMT | 10 |
Hi, it took me about two days to get the c# GPS Sample project provided with WM 5/6 SDK running on my PPC 5/6 emulators. Actually I am using the code from the SDK6 sample to run on my WM5 EMulator and on my WM5 PPC Hardware.
|
| global keyboard hook? | 25 Dec 2008 01:15 GMT | 1 |
How to implement a global keyboard hook? I need the ability to selectively "block", "rewrite" or "passthrough" WM_KEYDOWN/UP messages globally. Lisa
|
| WM6.1 hardware buttons | 24 Dec 2008 22:35 GMT | 6 |
Hello i'm trying to handle all the hardware buttons in my .net application. The device is HTC Touch HD - the buttons are volume up, volume down, maybe the turn off screen key and the buttons below the screen (are they virtual?) - call key, home, back
|
| First App - SQL Server CE Problems | 23 Dec 2008 18:27 GMT | - |
I am doing my first demo app using VS2008 on Vista. I am having 2 problems. Background: The app uses SQL Server CE 3.5. I created an Access script to port an
|
| Establishing Connection Balloon | 23 Dec 2008 17:00 GMT | 1 |
Is there a way to programmatically set the default selection for the Establishing Connection balloon? My application uses any network connection to access a web based service and even though wifi is enabled and connected, windows mobile still dials the
|
| creating help in PPC | 23 Dec 2008 15:50 GMT | - |
I am creating the Help used on an symbol MC70 PPC by Motorola. It is published as webhelp. A couple of questions, When I launch the index.html on the device, there is a blank line after each paragraph. This does not happen outside of the device (if I launch it on my
|