|
Add Spin to Edit, (No MFC) Hi I want to add a Spin to an edit so Ican increment or decrement the numbers in my Edit. I tryed the : but it doenst show me the spin g_hWndEditBref= CreateWindow( TEXT("Edit"), TEXT("0000"), WS_CHILD | WS_VISIBLE | WS_BORDER| ES_AUTOHSCROLL | ES_AUTOVSCROLL | ES_MULTILINE, 100, ... 6 May 2008 23:28
OnGetDispInfo memory managment Hi, I want to fill a ListCtrl in C++ with OwnerData. I am managing OnGetDispInfo() to provide the text information to display, but my question is, who manages the memory in the item.pszText ? I tryed to do in 2 different ways, and they both seem to work, or at least the text is displayed: Example 1- ... 6 May 2008 23:28
ID SHGetSpecialFolderPath in cab files? Hi, My program expects some parameter files stored relative to SHGetSpecialFolderPath. Now this is Application Data and in my VS2005 generated cab file I can hard code the directory as such. But what if the device points to a different folder with SHGetSpecialFolderPath() ? How can I code the cab file to... 6 May 2008 23:28
MAPI - How to detect Send/Receive complete? Hi, I'm writing an extension to my app that sends and receives emails. I've got as far as creating an email, attaching files and then forcing a send using MailSyncMessages, what I can't figure out is how to detect that the recieve part of the sync has been completed. I need to know this so that I can ... 6 May 2008 23:28
How to change a disabled textbox's forecolor? Hi, I want to use a Textbox in my app that the user can't edit and select anything on it. To do it I have to disable (Enabled = false) but when I do that the text color change to grey. How can I change a disabled textbox's forecolor? or how can I prevent the selection of text? Thank you very much. ... 7 May 2008 09:20
Loading service with Windows Hi. How to make what my service it was loaded together with Windows Mobile? ... 6 May 2008 23:28
Plug-in Hello, some exemple to create plugins and how to execute API. thank you ... 6 May 2008 22:24
How to reset the GPS receiver? Thanks, I found the (not yet complete) solution based on your guidance. For anyone interested: the initialization can be done with SIRF messages. I did not find the specific message however, only an API call (SirfInitializeReceiverEx) in a 3rd party toolset (see http://www.linkspoint.com/toolkithelp/SirfInitia... 6 May 2008 23:28
touch panel disable and enable Hi, I need to disable/enable the touch screen for my application. The API TouchPanelDisable () disable works fine, but when I call BOOL TouchPanelEnable(PFN_TOUCH_PANEL_CALLBACK) with NULL paramter, nothing happens. I have to restart the device to enable the touch screen. Can anyone please tell me how to ena... 6 May 2008 22:24
Windows Pocket & getch Hello, i have a simple application. This application use getch() function to retrieve every key press. but under Windows Pocket / Mobile there is no getch(); Only found getchar(), but this do not same as getch(); Any other function instead of getch() ? Thanks Jimmy ... 6 May 2008 22:24 |