| Thread | Last Post | Replies |
|
| Almost always connected scenario | 30 Jun 2008 16:53 GMT | 6 |
We are planning a new project for devices running Windows Mobile. The main doubt we've got at the moment is if we build a sometimes connected scenario or an always connected one. There will be a database server as the main application's repository,
|
| How to get current ringtone name ? | 30 Jun 2008 14:33 GMT | 3 |
How can I get the current ringtone name on windows mobile 6 std & pro?? thx juvi
|
| General question re: data storage on WM6 devices | 29 Jun 2008 20:40 GMT | 3 |
This is more of a general question related to data management on mobile devices/smartphones than anything specific. Up until now, I've petty much relied on storing data in my mobile (NOT smartphones) applications using XML; there really didn't seem to be any truly good and small ...
|
| SendKeys in Compact framework | 27 Jun 2008 20:00 GMT | 1 |
Hi, i was reading some post ago, that in CF it´s possible to simulate los taps...Can any give me any sample about this ? Thanks a lot!
|
| Launch Settings -> Owner Information programmatically ? | 27 Jun 2008 19:55 GMT | 2 |
I can launch applications through this line of code: System.Diagnostics.Process.Start(); But where can I find the settings "Owner Information", "Battery", "Memory" in \\windows?
|
| documentation existing for possible arguments?? | 27 Jun 2008 19:46 GMT | 3 |
Is there a documentation existing for common programs like calendar.exe, poutlook.exe.... which arguments they can take? I would need to open the calendar add new appointment directly if possible with arguments. And other functions I will also need so a doc. would be
|
| Hpw to put Battery Icon In Nav Bar WM2003SE | 27 Jun 2008 15:16 GMT | 5 |
I would like to place an Icon on the Nav Bar (at the top of the screen) showing the battery charge state. I already have all of the code needed to get the battery information. I just need to place a representative icon in the Nav Bar. I have Googled the subject and have not ...
|
| .NET CF 3.5 | 27 Jun 2008 09:54 GMT | 1 |
I need to know whether microsoft has a full fledged msdn link for .NET compact Framework 3.5
|
| Programmatically open start menu possible? | 26 Jun 2008 22:09 GMT | 9 |
Is it possible to open the start menu programmatically in .net cf - c#? thx in advance juvi
|
| Size in Bytes transfered... | 26 Jun 2008 20:17 GMT | 3 |
I call an webservice from my mobile application to send an array trought them. It is possible get de size in bytes of data that webservice transfer to server?. My goal is show in a label de value of data transfer like this: " your transfer x Kb ".
|
| how to compile code both for .net compact framework and .net frame | 26 Jun 2008 15:13 GMT | 3 |
I have a c# source file which wants to be used for both .net compact framework and .net framework. I want to use some kind of #if directive which can choose to compile different part of code like
|
| Mirrored forms - RTL for Arabic/Hebrew | 26 Jun 2008 03:36 GMT | 2 |
I'm trying to make some software that is Right-To-Left capable for use in Arabic and Hebrew. I'm running CE 6.0 and Compact Framework 2.0. The Window Layout and Mirroring page on MSDN makes it sound as though I can just call SetLayout and SetWindowLong and the whole form will
|
| Regular Expression for Window CE device name validation | 25 Jun 2008 23:13 GMT | 2 |
I am looking for regular expression for windows CE device name validation. The rule for validation of device name is as follows. "The device name may include upto 15 characters from the following
|
| Detect process running on PPC WM 5 | 25 Jun 2008 22:08 GMT | 3 |
My questions is, how can i detect from my desktop ( my device is attached by ActiveSync ) that any particular process is running ? Thanks in advance
|
| MouseMove is fired every time I click on pictureBox | 25 Jun 2008 18:59 GMT | 1 |
I want to use MouseDown, MouseMove, MouseUp, MouseClick. MouseDown....Is used for Start e.x and e.y values MouseMove....enables a bool value MouseUp...disables bool value if enabled and compares actual e.x and e.y
|