| Thread | Last Post | Replies |
|
| How to know system have load all drivers? | 07 Jul 2006 13:42 GMT | 2 |
I am using WM5, When power is applied to mobile , device manager will load drivers and GWES starts to supply GUI . Now, I have a thread , it must be run after OS have initialized successfully(that is to say , all drivers have been loaded and GWES have
|
| read sms from inbox (Windows Mobile 5.0) | 07 Jul 2006 13:36 GMT | 1 |
In Windows Mobile 5.0 , I can receive the sms using the Microsoft.WindowsMobile.PocketOutlook namespace API. But How can i do when i want read the sms from inbox or create new message in draft? (Compact Framework)
|
| VC2005 and C++ | 07 Jul 2006 11:15 GMT | 8 |
When I try to use C++ features (throwing an exception, for example), I get "unresolved externals" from the linker. The linker is configured to link against the default set of (static) libraries, target is ARM4. I searched for an appropriate C++ lib, but I could not find one. ...
|
| diff between CETk UI done tests and dll part of OS image | 07 Jul 2006 09:33 GMT | 1 |
what is the difference when cetk tests (eg GDI tests) are done with UI and done if the concerned dll is made part of OS image?? I am getting different errors when such a difference is present and also UI gets hanged sometimes with GDI tests..
|
| About WM 5.0 DHCP | 07 Jul 2006 09:22 GMT | 1 |
Do there any way to change DHCP server default IP? I need to change it so that I can cotrol 2 or more PPC with one PC without change Remote-NDIS host Any information is appriciated, thanks
|
| MAPIRules implementation in binary instead of dll | 07 Jul 2006 09:10 GMT | 2 |
Is it possible to implement MAPIRules with a running exe or services. The reason is that I would like to avoid the painful path of registering the dll and signing priv the dll. (need a valid commercial cert) If implementation with exe or service dll is possible, what should be done
|
| How to Know Mobile 5 is running? | 07 Jul 2006 08:41 GMT | 2 |
I want to know is the Pocket Pc running with a mobile 5 operating system, and I want to check it out by using RAPI function. I've tried with CeGetVersionEx, but I don't know major and minor version numbers in CEOSVERSIONINFO
|
| Send MMS with MAPI | 07 Jul 2006 08:00 GMT | 3 |
I want to send SMS, MMS and MAIL from my PocketPC (Windows Mobile 2003). I am using Messaging Tutorial on MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guide_ppc/html/ ppc_inbox_and_ce_messaging_smxx.asp)
|
| Automate tasks on Win CE device | 07 Jul 2006 07:42 GMT | 1 |
I need to automate a task with Win CE. Task: 1. Delete some existing files in the device 2. Copy a file from my computer place it in a folder in the device,
|
| Howto switch the automatically used network | 07 Jul 2006 07:39 GMT | 3 |
I want to switch the automatically used network (Work, ISP etc.) using any C/C++ API . I've spent much time to find a solution (registry hacks, ConnMgr..() API, DMProcessConfigXML() API).
|
| not a good idea to use *compressed* WM5 CAB files in setup.exe files | 07 Jul 2006 03:26 GMT | 2 |
i think there is a really ennoying problem when users attemp to install *compressed* WM5 CAB files on Pocket PC 2003 SE or earlier. Notmally I would expect a message (on the PC) that says "Cannot install: APPXXX does not support the connected device type".
|
| MenuBars from souce code | 07 Jul 2006 00:21 GMT | 4 |
SHCreateMenuBar() requires a SHMENUBARINFO structure that contains a resource id. Is there a way to create the MenuBar entirely from source code without using a resource ? Thanks,
|
| Visual Studio freezes when i attempt to create a new project? | 06 Jul 2006 18:32 GMT | 4 |
I have VS2005 Professional Edition {8.0.50727.42 (RTM.050727-4200)}, and I installed the WM5 SDK ( http://tinyurl.com/s3348 ). Now, when I open VS and hit File->New Project, it freezes! I can't create new projects of any kind!
|
| How can I get the local directory for my WinCE COM object? | 06 Jul 2006 17:31 GMT | 2 |
I've added a COM to an app - the app finds out where it is by getting CWinApp->m_pszHelpFilePath But my COM isn't a WinApp and can't access global variables in the host app .. there must be an API somewhere that can return this info??
|
| bitmaps in menus | 06 Jul 2006 17:31 GMT | 2 |
When I define a menuitem from a resource, I use this code: I_IMAGENONE, 120, TBSTATE_ENABLED, TBSTYLE_AUTOSIZE, 203, 0, 0, The string is defined by 203 value, from a stringtable. How to use a bitmap instead of a string ? Thanks
|