| Thread | Last Post | Replies |
|
| Is there a registry monitor tool for Windows Mobile 5.0? | 15 Mar 2006 15:41 GMT | 1 |
Anyone familiar with a tool to monitor all Windows CE registry read-writes, (similar to the Sysinternals one for XP)? Thanks, vb.
|
| Windows CE Shared Sources Premium - what's included? | 15 Mar 2006 15:40 GMT | 1 |
There is a web site outlining the MS shared sources initiative: http://msdn.microsoft.com/embedded/usewinemb/ce/sharedsrccode/default.aspx , but it's not detailed enough. Can anyone answer (an MVP perhaps), what exactly is included into the Premium sources, for example does it ...
|
| How to find "My Document" and the "installation folder" of the app? | 15 Mar 2006 14:33 GMT | 2 |
I need to save file to the My Document folder, could someone please tell me what API to use? Also, if I would like to save to the same folder as the running app, how do I find the installation folder? I am coding in C# of VS.NET 2003 .
|
| Cannot create files in .NET compact | 15 Mar 2006 13:11 GMT | 3 |
I'm trying to develop a small application that saves some data in simple text files. At startup I test if the file exists, if not I create one, if it exists but is empty I put some dummy data in it. Here is the code:
|
| Soft reset | 15 Mar 2006 11:44 GMT | 3 |
How can I check, if a user has reset the pocket pc?
|
| Reading messages from Inbox | 15 Mar 2006 09:09 GMT | 1 |
I'm creating a managed app that will run on Windows Mobile 5.0 that needs to be able to programatically read the messages sitting in the Inbox of the device's default email account. What are my options for doing this? Thanks for any pointers,
|
| standard sizes | 15 Mar 2006 07:09 GMT | 4 |
I create my icons in standard form 16x16 + 32x32 when I'm developing for QVGA resolutions (320x240), but when I want to create that same icons for VGA resolutions I don't know in what format I need to create them so they doesn't look streched (e.g. when I place shortcut in ...
|
| how to know? | 15 Mar 2006 07:03 GMT | 2 |
is there a way to know if CPropertyPage dialog's state has changed since OnInitDialog and OnOK functions (ie. state betwwen showing the dialog and closing it)? e.g. CPropertyPage has been displayed with IDC_CHECK checked, user unchecks that IDC_CHECK and tap OK. how can I know ...
|
| list files available in desktop from Pocket PC | 15 Mar 2006 04:31 GMT | 4 |
I want to retrieve list of files and directories in the desktop from Pocket PC/SmartPhone. I know RAPI can be used to do get the files in the Pocket PC from desktop. Please let me know if there is any API available.
|
| IPv6 Support on windows mobile - imate jasjar | 15 Mar 2006 04:05 GMT | 1 |
Is anybodt aware about the IPV6 support on windows mobile 5.0. Or does the iMATE JASJAR has inbuilt IPv6 Support TIA
|
| MD5 support in Compact Framework or in NETCF Framework | 15 Mar 2006 02:57 GMT | 3 |
I have a working Hash and Salt function for a desktop application (written in C#) I am creating a C# pocket Pc application by using compact framework. (I have not upgraded to version 2 yet since I have Windows CE 4.21
|
| Send Mail using .Net Compact Framework | 15 Mar 2006 02:55 GMT | 2 |
How I can send mails programmatically using .Net Compact Framework? I have seen examples using C++, but is there any wrapper for .Net compact framework? Thanks,
|
| Hide New Menu button | 14 Mar 2006 20:59 GMT | 2 |
Dear List, I need to remove the 'New' menu button which sometimes appears at the bottom left of the screen. Any ideas on how to achieve this? I have tried to by deleting the following key from the registry -
|
| custom dshow filter on windows mobile 5.0 | 14 Mar 2006 18:03 GMT | 3 |
dshow/ directshow on windows mobile 5.0 can anybody definitly say, that it is possible to develop a customfilter (e.g. source) with the standard-enviroment (visual studio 2005 -vc++, windows mobile 5.0 pocketpc
|
| Show a calculated field in a DataGrid | 14 Mar 2006 16:15 GMT | 2 |
I am attempting to display a calculated field in DataGrid and I must be doing something wrong. Here is what I've got: DataTable table = Visit_List; //add column for a calculated weight gain field
|