First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Incorrect position of CStatusBar in high DPI resolutions on startup
Hi! I generated a simple MFC application (single document w/o document/ view architecture) with status bar using MFC AppWizard (eVC 4.0). I made it HiDPI aware including CEUX resource, #including shguim.h, #including uihelper.h, calling HiDPI_InitScaling in InitInstance. If I start this application on VGA devi... 10 Dec 2007 01:35
error 0x80070002 mobile development - camera
Hi, I am using Visual Studio 2005 with win 5 PC Pocket and Smartphone Emulators. 1. The CeCamera C api code sample in the emulators gives the error: "An unknown error: 0x80070002 occurred". I have no idea how to fix it. The SHCameraCapture function returns an "E_ACCESSDENIED" or "The system cannot find th... 10 Dec 2007 01:35
keybd_event wont fire KeyDown event for VK_Return keycode on tex
Try calling using these parameters keybd_event(KeyCode, 0, KEYEVENTF_EXTENDEDKEY, 0); keybd_event(KeyCode, 0, KEYEVENTF_KEYUP, 0); Regards, Rick D. Contractor "ink" wrote: Hi all, I am working with C# CF2 on windows mobile 5 phone edition on a Symbol MC70 device. For some reason... 10 Dec 2007 01:35
Gloffish M700
Hi, I am trying to use the CameraCaptureDialog API in .NETCF2 on a Glofiish M700. The code works fine on a Mio A701 and HTC P3300. However, when I run the same code on the M700, I get "an unknown error occurred" with no detail when I call "cameraCapture.ShowDialog()" Any help would be appreciated. Th... 10 Dec 2007 01:34
RIL & RIL_NOTIFY_LOCATIONUPDATE
Hi. What it is necessary to make to receive from RIL notice RIL_NOTIFY_LOCATIONUPDATE? Initialized RIL with dwNotificationClasses=0x00ff0000, has passed a floor of a city but such notice has not received! ... 10 Nov 2007 09:09
Building DLL for Windows Mobile 6 SDK
Hello, After installing WM 6 SDK I can't seem to find any project for building DLLs for WM6 in the EVC 4.0 development enviornment. How can I build DLLs for WM6? Thanks ... 10 Nov 2007 09:09
Parser for pim.vol
Just came to the same problem as noted at http://www.eggheadcafe.com/software/aspnet/30208939/reading-pimvol--edbfil.aspx I found the english text and numbers are plain text in pim.vol file. As result I made a small program that parse binary data well and gives tel numbers as result (first it gives numbers from ... 24 Oct 2007 13:09
DirectShow cannot instantiate the CSampleGrabber (Windows Mobile 5)
Hi Everybody. I try to make an application that grab some frame from the Preview Camera and also draw some overlay on them back. All the nice guys here explained me that I need to NullRenderer and CSampleGrabber 1) I succeeded to Compile AND Register the NullRederer and the CSampleGrabber. 2 )I succeded to... 24 Oct 2007 10:08
Why does GpsCloseDevice shutdown GPS Hardware?
Hi! I'm using GPSIntermediateDriver in mi C# application (.NET Compact Framework v2.0, Windows Mobile 5.0 Pocket PC , HTC P3300 device) As the examples show, I'm using the PInvoke to use GPSOpenDevice, GPSGetPosition and GPSCloseDevice. My app works fine, and in my device it's easy to confirm that the GPS inte... 10 Nov 2007 09:09
Power Wakeup.
I would like to wakeup a unit 40 minuets after suspending. I've tried using Power notifcations however the suspend does not always happen. I was considering a dirty hack by API Hooking GwesPowerDown and using a CeRunAppAtTime for 40 minutes time. Is there a better way of doing this ? ... 19 Oct 2007 12:11
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30