First  |  Prev |  Next  |  Last
Pages: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Cabwiz setup.dll and theme problem
Hi, In my CESetup.dll I wish to install a theme. I created this function: BOOL LoadTheme(LPCTSTR pszThemeFile) { HKEY hKey; LONG lRet; TCHAR szCmdLine[MAX_PATH]; PROCESS_INFORMATION pi; lRet = RegOpenKeyEx(HKEY_CURRENT_USER, _T("Software\\Microsoft\\Today"), 0, 0, &hKey); if(ERROR_SUCCESS == l... 15 Jan 2007 17:28
scheduler
Is there some kind of scheduler I can use to execute some program at a certain time? Lisa ... 3 Dec 2006 10:30
Title
HI All, For Windows Mobile 5.0 Smartphone, the title gets updated using: hWndTray = FindWindow(TEXT("tray"), TEXT("tray")); SendMessage(hWndTray, WM_USER, (WPARAM) 8, 0L); How to do the same for a PocketPC? Herojit ... 1 Dec 2006 07:06
Support for execScript in Pocket IE
Hi, Is there anyway I can execute scripts on the Pocket IE browser? In case of Desktop Internet Explorer, I use IHTMLWindow2's execScript to execute any script. For Pocket IE, I need to use IPIEHTMLWindow2 interface, which doesn't seem to support execScript method. (It is not figuring out in webvw.idl, whic... 27 Nov 2006 09:22
problem with cemapi.dll
hi i am trying to use cemapi.dll(com component) in c#, but i am getting unsupported interface exception. i am getting this exception exactly when i tried to use IMAPISession interface. but i wrote vc++ code to use the IMAPISession interface i am not getting any error. If you know why this is happening... 24 Nov 2006 04:44
Unresolved error for SerialPortServiceClass_UUID
I am getting the linking error Unresolved external symbol SerialPortServiceClass_UUID when I add the line pp.uuidService = SerialPortServiceClass_UUID to my code. I searched MSDN, but could not find documentation for which libraries, etc., I should include. Can someone clue me in? Thanks, R... 21 Nov 2006 04:40
Mail size and MAPI: PR_MESSAGE_SIZE
Hi all, I'm developing a pocket pc mail client and I'm trying to understand the meaning of some MAPI properties. In particular I've seen looking at an imap4 account that when a message is downloaded with filter "Header Only", the mail appears with only header and a sentence in the body "mark here to download t... 10 Nov 2006 12:24
reading ini file (GetPrivateProfileString)
How do I read from an ini file on wince/pocketpc? I cannot find the API GetPrivateProfileString() in the SDK (evt3.0) ... 8 Nov 2006 15:38
Get ISO 639-1 language code for device.
How can i get the ISO 639-1 Language Code for a device? I am using the following code that will get me the ISO 639-2 three letter code for the language used on the device, but i would like to get the two letter code instead.. TCHAR szNative[32]; LANGID langID = GetUserDefaultUILanguage(); GetLocaleInfo(MAKE... 8 Nov 2006 06:01
Edit_GetInputMode, Edit_SetInputMode
I'm trying to set CAPSLOCK on when certain controls have focus using Edit_SetInputMode: int iInputMode = EIMMF_CAPSLOCK + EIMMF_SETCLR_CAPSLOCK; BOOL bb = Edit_SetInputMode(hwndCtl, iInputMode); bb always returns False (the doc says this is an error), and CAPSLOCK stays off. I've tried using textbox and for... 7 Nov 2006 02:09
First  |  Prev |  Next  |  Last
Pages: 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31