First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
How to get thread ID
I am trying to get the ID of threads running in my program for debug purposes. Is the following code correct: DWORD dwID = GetCurrentThreadId(); CString sTemp; sTemp.Format(_T("%d"),dwID); TRACE(_T("%s Thread WHILE OK **\n"),sTemp); I am getting thread IDs for example: -1564372882 This number does not ... 24 Jan 2008 10:02
Can't get RDA working get
I'm following a Micorsoft tutorial to create an RDA mobile application (although converting from c# to VB) It builds fine but when I deploy to either the emulator or the device and click to PULL I get an error "A request to send data to the computer running IIS has failed. For more information, see HRESULT" ... 22 Jan 2008 20:43
ANN: New article: Performance Implications of Crossing the P/Invoke Boundary
We've published a new article on the OpenNETCF Community Site. http://community.opennetcf.com/articles/cf/archive/2008/01/22/performance-implications-of-crossing-the-p-invoke-boundary.aspx In it, I discuss some of the performance implications of P/Invoking (compared to native calls). In case you missed them,... 22 Jan 2008 16:49
Add mfc class to native API today plugin
Hello, I want to develop a today screen plugin for WM2003SE up to WM6. The only sample codes I could find where all written in native Win32 API. Which I'm not very familiar too, I always worked with mfc. I have developed some nice MFC controls in my program and now want to use them in the today plugin too. Is t... 28 Jan 2008 09:36
CONNMGR_STATUS_CHANGE_NOTIFICATION_MSG - where is defined properly??
hi, I'm using the ConnMgrRegisterForStatusChangeNotification API to register my dialog window to receive notifications. I defined a message handler like this ON_COMMAND(CONNMGR_STATUS_CHANGE_NOTIFICATION_MSG , OnConnMgrNotify) The ConnMgrRegisterForStatusChangeNotification completes successfully, then i mo... 22 Jan 2008 10:07
"Write" SMS to Sent messages?
Hello Is there any possibility available to "write" sms to sent messages? In .NET (or vc++) Thanks ... 22 Jan 2008 21:50
Tooltips WM5 MFC
How do I get tooltips to show up for the toolbar in WM5 using VS 2005 and MFC / C++? The CToolTipCtrl is not supported. I have tried sending the message: m_wndCommandBar.SendMessage(TB_SETTOOLTIPS, (WPARAM)(NUMBER_OF_TOOL_TIPS), (LPARAM)(m_ToolTipsTable)) Neither seems to work. I am creating the toolbar ... 21 Jan 2008 17:57
error message "<app-name> is not a valid Windows CE application"
My application is developed for Win CE 5.0 PDA, processor PXA255 My application will run most of the time. but some time it will give error message "<app-name> is not a valid Windows CE application". this problem will disappear only when you restart the device. please somebody help me in finding the caus... 21 Jan 2008 20:10
Country code
Hello, Does anybody know how to get Country code from PPC & Smartphone WM5,6??? Some TAPI function or may be Registry entry. Please HELP!!! ... 22 Jan 2008 21:17
How to write Pocket Outlook menu extension
Hello, previously using of CePimCommand was rather simple task. Now, when usage of CePimCommand is deprecated, I can't find any example source code. Could you please provide reference for example source for this task (in fact, I would like to extend Appointment menu for my free program Time Zone). Thank yo... 21 Jan 2008 08:23
First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78