| Thread | Last Post | Replies |
|
| File Transfer | 23 Jun 2004 22:07 GMT | 1 |
Is it possible to copy files from Device to desktop with a program which runs on the device through active sync. The main thing is the program should run on the device which works with CE.Net. The connection is Active Sync and Irda. Thanks in advance, Katty.
|
| Sending notifications from a server to a Pocket PC under CF.NET | 23 Jun 2004 16:54 GMT | 2 |
Hey all, I've been bothering the OpenNETCF guys for a cut of their managed wrappers for MSMQ, but sadly there wasn't enough support to keep that project alive. So I'm left with a problem. I need some kind of mechanism to push messages
|
| Device to Desktop File Transfer | 23 Jun 2004 16:53 GMT | 1 |
I need to write an application which runs on the device to transfer files from device to desktop. I am using CE.Net, Active sync and Irda. The main thing is the application should run on the PDA. Thanks in advance,
|
| Drawing Question | 23 Jun 2004 14:48 GMT | 3 |
Let's say my form has an ImageList, and I wish at runtime, to dynamically create some drawing objects (for simplicity sake a filled rectangle) and fill up my ImageList with those objects. Is this feasible? Could someone point me to some sample code to illustrate this?
|
| Adding NULL to DataTable Row? | 23 Jun 2004 14:12 GMT | 4 |
I'd like to add a "NULL" value to a DataTable row that is expecting an Int32. The following code works fine when I want to add a value of "32" to the field.. 1) DataSet myDataSet = new DataSet("dsTest");
|
| enter in textbox | 23 Jun 2004 10:40 GMT | 2 |
I tried to make a new line in textbox in code. I tried to do somethink like this: textbox.Text = "01234567890abcdefghijklmnoprstvwxyz"; textbox.SelectionStart = 11; textbox.Text += (char)13;
|
| Designer won't let me load images (VS.NET 2003 / CF SP2) | 23 Jun 2004 10:04 GMT | 3 |
For some reason, I can't load images in the windows.forms designer, making a PocketPC 2003 application. If i try to add them to a ImageList, it'll raise an exception for a 'null' reference, and if I drop a PictureBox in the form, the 'Image' property
|
| Copy Files from Device to Desktop | 23 Jun 2004 08:38 GMT | 1 |
I am using CE.Net 4.20 device with active sync and Irda. I want to write a device application in vb.net to copy some files from the device to the desktop. Any ideas? Thanks in advance,
|
| How to connect to my WindowsCE.NET 4.2 platform ? | 23 Jun 2004 07:26 GMT | 5 |
I has just been given a WindowsCE.NET platform. I can start it and see the Windows CE.NET 4.2 system with a VGA screen. I can also put a keyboard and a mouse connected to it. Now I would like to be able to program .NETCF applications but I don't
|
| CERunAppAtTime - Can it be used to Wake App ? | 22 Jun 2004 22:11 GMT | 1 |
I would like to know if it is possible to use theOpenNETCF RunAppAtTime method to wake my app. at a certain predefined time. I know this method is used to launch an app. at a predefined time but can I set it to launch the currently running app. since with the
|
| Bug? DateTime.ToShortDateString() doesn't quite follow regional settings | 22 Jun 2004 21:40 GMT | 5 |
My regional settings show that my short date format is this: dd/MM yy and correctly displays the example '16/6 04' And yet DateTime.ToShortDateString returns '16/6 2004' In other words it gives me a 4 digit year rather than a 2 digit year.
|
| SDAuthUtilDevice.exe won't work | 22 Jun 2004 21:34 GMT | 3 |
I want to connect Visual Studio.NET 2003 to my mobile device (Future.Pad-CE, 128MB, Intel PXA255 Processor). But it doesn't work with the different error messages (GPF, freeze of explorer etc.). Because of the processor it *should* be a Strong Arm V4 one, but I already
|
| Registry class problem. | 22 Jun 2004 21:19 GMT | 7 |
I am using the Registry class of OpenNetCF. But when i call any method, it gives me MissingMethod exception. Could you tell me where I am going wrong? Or should i include something? Also does anyone know how to use the class? Thanks in advance. Amit Patankar
|
| Help on SQLCE | 22 Jun 2004 18:50 GMT | 3 |
Hey ppl! I need help again! Problem is this. This code below belongs to a buttons click action,And it works perfectly on the first attempt. After i close the software and re-deploy it, i always meet the exception of unhandled event in line 1. After i hard-reset the Pocket PC it ...
|
| No SqlServer class in System.Data namespace ??? | 22 Jun 2004 17:08 GMT | 1 |
Ok, now it sees the System.Windows.Forms but I still got a proble with sql class :( I placed a reference to System.Data but now it seems to know the subclass .SqlClient but not SqlServer ??? is it maybe beacuas ei'm making a class project instead of a Smart Device
|