| Thread | Last Post | Replies |
|
| Find disk space used by a file | 21 Mar 2006 18:18 GMT | 3 |
Was wondering what's the easiest way to get the actual disk space used by a file on smartphones or pocket pc? GetDiskFreeSpace() doesn't seem to be available for me to calculate the cluster size. FindFirstFile() only reports the file size, not the disk space used.
|
| httpsendrequest failed with error code 2ee7 | 21 Mar 2006 18:07 GMT | 1 |
I check the winerror.h 2ee7 means // // MessageId: ERROR_SXS_KEY_NOT_FOUND
|
| httpsendrequest failed with error code 2ee7 | 21 Mar 2006 17:35 GMT | 3 |
I check the winerror.h 2ee7 means // // MessageId: ERROR_SXS_KEY_NOT_FOUND
|
| Hide OK & close buttons on mfg dialog app in 2k5 | 21 Mar 2006 17:29 GMT | 1 |
The following USED to hide the close ([X]) and OK buttons on dialogs in mfc dialog apps: ModifyStyle(0, WS_NONAVDONEBUTTON, SWP_NOSIZE); SHDoneButton(m_hWnd, SHDB_HIDE);
|
| Windows Mobile 5.0 EDB performance.. | 21 Mar 2006 15:50 GMT | 1 |
Have you already migrated/converted your applications to use the new Windows Mobile 5.0 database (EDB)? it seems that it became to slow comparing with 2003 devices. Does anyone knows anything about this new database? is it really slower than the old CEDB ?
|
| CDC::CreateCompatibleDC does not clean up when out of scope | 21 Mar 2006 14:01 GMT | 2 |
Im my CStatic::OnPaint function i call CreateCompatibleDC - im displaying a bitmap. However I was having memory leaks and noticed in CodeSnitch (momory leak software) that the leak was a resource leak from CreateCompatibleDC. Should CDC clean up after it goes out of
|
| T-mobile SDA + GAPI? | 21 Mar 2006 10:06 GMT | 2 |
I want to buy a t-mobile SDA but it has a display of 176x240 pixels. -does GAPI exist for this device? -what screen size will it return me - 176x240 or 320x240 (internal shrinking)
|
| Kiosk Mode | 21 Mar 2006 09:51 GMT | 2 |
Hi we're looking to "lock down" our pocket pc's and have looked at SPB Kiosk Engine, but thats to expensive for our needs. What would be the recommended way of going about it ourselves?
|
| Kiosk form is unexpectedly hidden overnight in WM 2003 SE... | 21 Mar 2006 09:47 GMT | 3 |
My application runs in kiosk mode (written in C# using VS 2005), with WindowState = Maximized, and does periodic background processing for several days at a time. However, sometime during the night, the WM 2003 SE operating system hides my application and shows the Today screen. ...
|
| Windows Mobile 5 woes with SPV5000 | 21 Mar 2006 08:46 GMT | 3 |
I've just started working on windows mobile 5 for a SPVM5000 device and I'm having a tough time. Is there something wrong with my setup or are other people having problems. This is what I've found today....
|
| on WM5, ShellExecuteEx outputs garbled text on the debug output - known problem? | 21 Mar 2006 05:35 GMT | 2 |
i noticed that each time i call ShellExecuteEx, this routine outputs some garbled text on the debug output. the garbled text looks mostly like small squares (i.e. undefined glyphes), and there is bout 80 characters.
|
| Enumerate e-mail accounts on Windows Mobile 5.0 | 20 Mar 2006 23:27 GMT | 1 |
I am using Native function MailComposeMessage to compose message. How I can enumerate all available e-mail accounts using Native code? Thanks, Vadym
|
| sending sms.. using mapi | 20 Mar 2006 23:02 GMT | 1 |
Folks, I am facing a problem sending SMS using the MAPI. I tried using the sample app provided (HelloSMS), but it does not work. I have searched the older discussions related to this topic.. and I seem to be taking all the
|
| Repost : MPEG video Streaming on Windows CE | 20 Mar 2006 20:10 GMT | 9 |
This is the information which I found after carrying heavy search in google groups and websites.. I'm developing one application for video streaming ie one MPEG file which is on webserver I've to run it on emulator of Windows CE5.0. The
|
| services.exe help | 20 Mar 2006 19:08 GMT | 3 |
I have read John Spaith's article on writing a service for use with services.exe (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnce50/html/imp lement_network_service.asp?frame=true) but must be missing something. After implementing a very simple dll with
|