| Thread | Last Post | Replies |
|
| Device ID in VB.net | 27 Dec 2004 18:31 GMT | 1 |
I have seen the programs to retrieve the ID from the KernelIOControl in C but none of the translations work in VB any help would be greatly appreciated.
 Signature Thanks,
|
| developing on Toshiba e800 | 27 Dec 2004 17:53 GMT | 1 |
hi, i am developing a 3d game on toshiba e800 handheld pc. do u know a good emmulator for it!? i want an emmulator for the machine not just the OS. thx alot for time, salam.
|
| How to continu application when press power button and screen off? | 27 Dec 2004 17:51 GMT | 5 |
I wrote a service application,it work well.But I found,if I press power and screen off,I stop to run. When it happened I know OS was suspended.But if my program had some actions periodly,for example,ten minutes,then play some waves.
|
| How i can distribute my application?? | 27 Dec 2004 17:41 GMT | 5 |
Hi group! I need distribute an application developped with VB NET Compact Framework. I wish create a setup wizard package and include graphics files, some library and cabs like NET
|
| DateTimePicker - Time?? | 27 Dec 2004 14:47 GMT | 10 |
I use the DateTimePicker from the Smart Device Framework from the OpenNETCF community. I use a custom format to quote also the time next to the date in the control. But how can I inidicate when I type in the time in the control with the stylus and the keyboard if I mean for ...
|
| reminder | 27 Dec 2004 13:17 GMT | 2 |
i'm developing a program in which i would like to give a reminder option. how can i do this in my program, with out touching the POOM. do my application have to run to make this up, or is there any API which can register the time and will send a notification message on the exact ...
|
| copy from CString to char array | 27 Dec 2004 12:43 GMT | 19 |
Hi to everybody.... i've got some troubles, i'm kinda newbie to eVC: i'm trying to save text in file using CFile... when i'm doing so:
|
| How can I use Server socket to listen ports by c# on Pocket pc | 27 Dec 2004 03:59 GMT | 1 |
How can I use Server socket to listen ports by c# on Pocket pc I use socket to communicate bewteen two ppc. but I can not set up the listening function successfully. There is no response. I can run on normal window app.So the codes are no problem
|
| about 64-bits encryption and 128-bits encryption | 26 Dec 2004 17:05 GMT | 5 |
How do I encrypt the gived string using 64-bits or 128-bits on PC and pocketpc platform? How do I decrypt them after encrypt? Thanks.
|
| How to load a bitmap from a picturebox? | 26 Dec 2004 14:04 GMT | 7 |
The idea is take an existing image in a picturebox control and to add graphics to it. Seems simple, but I get nullArg exeption: Dim myBitmap As New Bitmap(picturebox1.image) Dim g As Graphics = Graphics.FromImage(myBitmap)
|
| Re-install applications | 25 Dec 2004 09:32 GMT | 8 |
we are developing an application that need be 'nurse-proof'. That is, if the battery was completely empty, we need to re-install it automatically of from a SD card or so. Can anyone help me with a suggestion on how to do this?
|
| String Manipulation! | 25 Dec 2004 03:32 GMT | 5 |
im reading a simple text file and gettings the values from that heres the part of code. FILE* file = _tfopen(_T("\\Storage Card\\test.txt"), _T("r+b")); while(_fgetts(tstr, 10, file)!= NULL)
|
| SQL - Search a String | 24 Dec 2004 09:59 GMT | 5 |
I am using SQL query, but my data may or may not consist of " ' " symbol. So my sql may face problem. How could I write a SQL query that intelligent enough to detect if my string consist of " ' ".
|
| debug over ActiveSync | 24 Dec 2004 05:40 GMT | 6 |
my current using PPC is PPC2003, but my eVC version is 3.0 and I install PPC2003 SDK, I wannt to debug my application over ActiveSync. but I found that there is no option to select PPC2003 in my eVC's "WCE
|
| Persistent Memory | 23 Dec 2004 21:30 GMT | 5 |
How do PPC 2002-2003 apps work when it comes to storing persistent data? I come from a background in Palm programming where the state of an application persists when the device is shut off. The state of the application is lost when you switch to another program. If you want ...
|