First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
global keyboard hook?
How to implement a global keyboard hook? I need the ability to selectively "block", "rewrite" or "passthrough" WM_KEYDOWN/UP messages globally. Lisa ... 24 Dec 2008 20:36
Network Analyser for Windows Mobile
Hi, I'm runnng the Network Analyzer tool for Wm on my PPC device, it creates a NetworkLog.htm file in the NetworkLogs folder when i run StartAnalyser followed by StopAnalyser but how where is the ..cap file?? ... 22 Dec 2008 09:57
How to disable SIP menu auto popup?
Hey! everyone, How to disable SIP menu auto popup? ... 17 Dec 2008 22:45
How can you determine the default message store using MAPI?
I want to get the default user account name for programmatically compiling an email. The following piece of *test code* runs under Windows Mobile. It's objective is to seek out the default message store... IMAPISession *mapiSession; HRESULT hr = S_OK; MAPIInitialize (NULL); IMAPITable *msgTable; SRowS... 12 Dec 2008 22:30
WM6.1 hardware buttons
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 and end call. How can this be done? I googled that callin... 24 Dec 2008 18:18
windows message hooking
Hi, I tried: HMODULE hDLL = LoadLibrary(_T("coredll.dll")); SetWindowsHookEx = (HHSETHOOK) GetProcAddress(hDLL, _T("SetWindowsHookEx")); .... But this function seems not exported (anymore). Is there another way to catch WM_MOUSE messages system wide? If you tell me to inject a dll, how can I do this? Som... 1 Dec 2008 20:34
can i use ossvcs.dll to answer incoming call ?
LoadLibrary(L"\\windows\\ossvcs.dll"); where can i find the imported functions list of ossvcs.dll ? thanks ... 1 Dec 2008 10:57
pocket pc email
Hi everyone, I have combo system which uses both a pc and a hand held pc (Windows mobile 5. 0). On the desktop pc I can send email generated by my program. Can any tell me if it is possible on a pocket pc? I am using Visual Studio 2005 professional. Thanks Rick ... 30 Nov 2008 16:41
Start and initialize an application correct in Windows Mobile
Hello! I develop with C# and the .NET Compact Framework for Windows Mobile in Microsoft Visual Studio 2005 and I have some very basic questions: ### -> 1. How do I start an application and react to an OutOfMemoryException? This is my code at the moment: static void Main() { form = new MyForm(); st... 28 Nov 2008 13:29
How do I retrieve cell id from a mobile phone with cdma provider
Hi, Is it possible to retrieve cell id on mobile phone that uses cmda provider like Sprint or Verizon? I can retrieve the cell id from GSM provider but not CDMA. Please help. Thank you for your time. Sam, ... 25 Nov 2008 13:42
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25