| Thread | Last Post | Replies |
|
| Usage of SHCMBM_SETSUBMENU | 23 Apr 2008 05:03 GMT | 2 |
I'm trying tp dynamically change my menubar on the fly in my application. I found the message SHCMBM_SETSUBMENU in MSDN document. But I'm not sure how to use this API, everything I've tried just
|
| embedded visual tools does not fire events anymore | 22 Apr 2008 21:35 GMT | 2 |
I have developed an application using embedded visual basic 3. it works prefectly ... then I exchange some data from a server using a winsocket... When the communication ends (8K of data data exchanged), the
|
| Do you guys know of any other 2D barcode SDK or componets for PocketPC? | 22 Apr 2008 21:35 GMT | 7 |
Hello Experts, Do you guys know of any other 2D barcode SDK or componets for PocketPC? I try to find one but it's really hot to get one. Thanks.
|
| WinCE and transparent irregular shaped forms | 21 Apr 2008 19:36 GMT | 1 |
Is it possible to create transparent win form with irregular shapes in Windows CE 5.0 (under Visual Studio 2005?). If yes, how to do that? I am trying to override OnPaint method but it does not work at all.
|
| Create with VS2005 a console output | 20 Apr 2008 18:22 GMT | 2 |
i have create a small sample with VS2005 C++ for Windows Pocket Emulator. int main there is a printf and a Message. The message box is shown, but the printf text not. Why ? What must i do, to create a console window under Windows Pocket.
|
| Custom font problem on Windows Mobile | 20 Apr 2008 11:43 GMT | 1 |
I am a beginner in Windows programming and currently building a Windows Mobile 5.0/6.0 application that is dependent on a custom TrueType font I created. The custom font is mapped to Unicode characters and the font file resides in the application folder under Program Files. I've ...
|
| interval and popus using RIL_SetCellBroadcastMsgConfig | 18 Apr 2008 08:11 GMT | 1 |
I'd like to automatically process some cell broadcast messages. Subscription works, but there are two issues left: using RIL_SetCellBroadcastMsgConfig() or SmsSetBroadcastMsgRanges() a popup appears on the display which I wont to prevent showing or at least disappearing ...
|
| How do I get an email address in Pocket Outlook from the Company Directory in WM6? | 17 Apr 2008 20:44 GMT | 2 |
I am using C#.net on a Windows mobile device. I can get email addresses stored in my contacts, however, when I use the built in ContactDialog() window to select a user from the company exchange server, I have an error thrown.
|
| Email recieve event | 17 Apr 2008 10:55 GMT | 2 |
I am new to pocket pc programming. Can capture the new email when it arrives the inbox? If it pssible can you please send me the sample code. Thanks in advance.
|
| MS Stack, pairing no services | 16 Apr 2008 22:28 GMT | 4 |
Did not see any Bluetooth forums hope others leaving Widcomm for Microsoft stack have had this issue. I can pair devices but no services are picked up? My Motorola S9's have two services, one for hands free and another for headset - neither are found so I have a paired device ...
|
| One app instance only reactivation issues | 16 Apr 2008 18:41 GMT | 8 |
I have a fullscreen dialog based app and *almost* have the "one instance only" stuff working - with one caveat.. Say I have my app showing either a pop-up dialog or a messagebox. The user then decides to navigate top the home screen.
|
| Customize folder Icon. | 16 Apr 2008 16:13 GMT | 1 |
I've developed a smartphone application and built the CAB file also. for customizing the icon I have created a icon resource .dll and a .lnk file. The problem is am not able to add this "icon.lnk" file directly in my CAB. Getting error message like "Cannot resolve this link. This ...
|
| Export Word Using ASP.net 2.0 : Office 2007 doesn't support UTF-7 | 16 Apr 2008 14:45 GMT | 1 |
I am creating word document using UTF-7 in ASP.Net 2.0. so till the date, word document is opening perfactly in Word 2000 and word 2003. but in Word 2007, It show encoded text also like "+ADw-html" instead of "<html". please give me
|
| How to get thread ID | 16 Apr 2008 02:52 GMT | 4 |
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;
|
| live streaming server on Windows Mobile-unresolved problem | 15 Apr 2008 12:59 GMT | 1 |
Please tell me how to create streaming server on Windows Mobile using Windows Media(for example smth similiar to IWMWriterNetworkSink) or other mechanism,stream will be taken from Cam on PocketPc using DirectShow.
|