| Thread | Last Post | Replies |
|
| Start process remotely and wait for execution | 11 Mar 2008 22:12 GMT | 5 |
Is it possible to get return code from remotely started process? Wait until process stops execution? Thanks,
|
| Voice Command Managed Wrapper | 11 Mar 2008 13:05 GMT | 2 |
Does any one remember the demonstration of the Voice Command API (http://channel9.msdn.com/showpost.aspx?postid=303900 , skip 15 minutes into the video)? That was demoed about a year ago, but I've not seen the API made public yet.
|
| MissingMethodException when i load 1.1 dll from 2.0 application | 11 Mar 2008 09:41 GMT | 2 |
I have an application running on CF 1.1. I want to upgrade this application to 2.0 but one of the referenceses is outsourced and written in delphi 2005 so I can't get 2.0 version of that. I tried to load this dll from 2.0 application but I get
|
| Save Bitmap as PNG with transparency? | 10 Mar 2008 12:13 GMT | 3 |
Windows Mobile 6.0, CF 3.5 I noticed that Bitmap.Save(xxx, ImageFormat.Png) (and Gif) does not preserve transparency when inspecting the image in for example PhotoShop. I even tried to run through each pixel before the save by executing
|
| OpenNetCF 2.2 changes | 10 Mar 2008 10:55 GMT | 7 |
Hello. I am trying to convert my code to work with OpenNetCF 2.2, but have run into a few problems. Firstly, to identify the WiFi card in my device, I am using the following VB.NET code: Dim objAdapter As WirelessZeroConfigNetworkInterface
|
| vb.net | 08 Mar 2008 18:42 GMT | 2 |
Just want to ask about text parsing in vb.net.... I have a textfile and i want to get the decimal number.. when i to get the 1.52 i can get the right result but when the digit become 10.26 i only get the 0.26... is there a code that will recognized if the place value changes? Or can ...
|
| Create patch deployment package | 08 Mar 2008 08:21 GMT | 2 |
Can someone tell me how one can create a patch installation package(cab) for a c# application targetted for Windows CE platform? For desktop windows/web applications we use microsoft's Orcas tool to create a patch installation. Does Microsoft provide something similar available ...
|
| Determine software version | 08 Mar 2008 08:14 GMT | 6 |
How do I programatically determine the version of executables on Mobile 5 and 6 devices from a seperate executable? I'm running an app on mobile 5 and I want that app to determine the version of other excutables that are sitting on the same PDA.
|
| Memory problem with SqlCeEngine.Compact | 07 Mar 2008 21:25 GMT | 4 |
We are having a memory leak, in our application. The problem is that we only can reproduce it 3 times. And we cannot find the pattern of this bug. In our application when the user finishes one special section, an
|
| About complex script languages such as Arabic,Farsi and Unicode .. | 07 Mar 2008 21:24 GMT | 5 |
Hi every body, I want to know doest windows mibole 5 support Farsi language or not, either the Unicode langauges or not? You know I want to write an Data Intensive application for my user in Farsi
|
| Accessing files in mobile device programmatically from a PC | 07 Mar 2008 18:35 GMT | 2 |
I have a number of mobile devices which will be connected, one at a time, to a PC. (USB connection + ActiveSync.) I need to run a program (C#) in the host PC that can access each device's memory in turn and exchange files with them.
|
| TimeSpan calculation error | 07 Mar 2008 17:12 GMT | 6 |
Assuming dt1 and dt0 (DateTime structs) represent times about or less than one second apart, then using: (dt1 - dt0).TotalSeconds (or TotalMilliSeconds, or dt1.Subtract (dt0)) returns 0.0 *or* 1.0 whereas on the desktop, .NET can return any value
|
| NETCFv35.Messages.xx.wm.cab for dutch WM? | 07 Mar 2008 13:09 GMT | 3 |
"An error message is available for this exception but cannot be displayed because these messages are optional and are not currently installed on this device. Please install 'NETCFv35.Messages.EN.wm.cab' for Windows Mobile 5.0 and above or 'NETCFv35.Messages.EN.cab' for other ...
|
| Enum property of custom control does not appear in VS2005/2008 (C# | 07 Mar 2008 13:08 GMT | 2 |
I created a .NET CF custom control with a standard type (int) property and a custom one (enum) like this: public enum EnumTest {
|
| Download Mobile Redistributable 3.5 | 07 Mar 2008 07:54 GMT | 1 |
Hi Community, as written in the Subject, i am looking for a download for the Redistrubutible SQL mobile 3.5 f.i. as cab. I do not want tha a customer of mine will install it via active sync
|