| Thread | Last Post | Replies |
|
| call DestroyWindow cause program exit | 17 Aug 2006 10:01 GMT | 1 |
i call createwindow to create a window in a dialog, but when i call DestroyWindow to close the window, the whole program exited, i want to know how to only close the window i just created?
|
| Launching media player | 17 Aug 2006 07:59 GMT | 1 |
I want to launch Windows Media Player through my application for smartphone(WM 5.0).The samples included in the SDK showing how to embed the player. I am using WMP SDK 10 for lauching the player.
|
| how to create a new service in windows mobile 5.0 | 14 Aug 2006 19:59 GMT | 2 |
I want my application to run immediately when smartphone is switched on. I wrote a DLL and added it services.exe through registry settings. But it is not getting started with the phone boot up. Can u plz suggest how to get it done or any other alternate way ?
|
| privleges for a service | 14 Aug 2006 10:08 GMT | 1 |
plz anybody can help in getting my service privlege signed ? thanks in advacne, deekshitulu.
|
| how to insert a little image(icon) into a listbox or listview in e | 14 Aug 2006 10:06 GMT | 1 |
|
| How to capture SMS on windows mobile 5.0 smartphone ? | 14 Aug 2006 09:33 GMT | 4 |
I need your help. I want to capture sms on windows mobile 5.0 (smart phone 2005). I tried the SDK smaple MapiRule. But its just not working. All my sms goes to the device's native message Inbox.
|
| Where is Add/Remove items info stored on Smartphones? | 12 Aug 2006 10:24 GMT | 1 |
The Uninstall CSP returns a list of uninstallable applications currently installed by the device. But from where does the CSP retrieve this information? I can't found the corresponding information anywhere in the device's registry (and
|
| does there exist a file open dialog for sp2003 using evc4? | 12 Aug 2006 10:21 GMT | 1 |
|
| application backward compatibility | 11 Aug 2006 21:25 GMT | 2 |
I have developed an application for windows mobile 5.0 using visual studio 2005.I want to know that will my application run on windows smartphone 2003 and 2002?What i need to do to make it compatible with smartphone 2002 and 2003?Please help.I will be grateful to you ...
|
| How to catch any keychar in smartphone using c# | 11 Aug 2006 20:50 GMT | 5 |
I am trying to catch any character in KeyDown, KeyUp or KeyPress event.It is giving numbers only. How can catch alphabets..Please help me.. Thanks
|
| games | 10 Aug 2006 16:21 GMT | 1 |
Hello everyone, I looking for games to download for free for my smartphone. does anyone know of a good site or in newsgroups.
|
| How do you use the small icon? | 10 Aug 2006 15:39 GMT | 4 |
I'm working with Mobile 5.0 SDK, using native (win32 sdk-style) code, on a Motorola Q. I've included in my project both a 44x44, 256 color icon and a 22x22, 256 color icon. The 44x44 version is the one referenced in the WNDCLASS struct
|
| problems if no menubar while FULL SCREEN | 10 Aug 2006 11:15 GMT | 1 |
I found that if our application running without menu, the VK_TBACK and VK_TVOLUMEUP disabled, instead you will receive WM_KEYDOWN and WM_KEYDOWN messages. so the default behaves of these hot key are disabled.
|
| Is CoCreateInstanceEx available in the CE.NET | 08 Aug 2006 18:24 GMT | 1 |
When I build a DCOM program I encounter a link error like this "Client.obj : error LNK2019: unresolved external symbol CoCreateInstanceEx referenced in function "int __cdecl ServerList(void)" (?ServerList@@YAHXZ)"
|
| Monospace fonts? | 08 Aug 2006 11:05 GMT | 1 |
It seems like I am missing out something very obvious,..I am using following code to load any 'Monospace' font available to me LOGFONT lf; memset(&lf, 0, sizeof(LOGFONT));
|