all groups > dotnet compact framework > november 2005 > threads for friday november 25
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Preselecting ListView items
Posted by Macy at 11/25/2005 6:48:01 PM
Sorry for the simple question. What is the way to select a ListView item in
code?
Thanks.... more >>
Smartphone Keypress events
Posted by Macy at 11/25/2005 1:47:04 PM
I have a textbox on a smartphone. I want only numbers to be entered.
Pressing the keys on the smartphone does the standard bit of cycling through
the three letters before getting to the number on the fourth press. I have
tried to trap this in code by the frmMain_KeyPress/Down/Up events ne... more >>
Edit and Continue in VB for CF?
Posted by Tery at 11/25/2005 8:57:15 AM
Should Edit and Continue work when debugging on a WM5.0 device?
... more >>
Context menu doesn't work on WinCE4.2 device
Posted by Keven Corazza at 11/25/2005 6:26:02 AM
Hi, I've develop a small application with a context menu. The context menu
works right on PPC (emulator and device) and on WinCE emulator but doesn't
work on real WinCE4.2 device.
When I click and hold down the pen nothing happens ? Do you know the reason
of this ?
Thank you in advance.
... more >>
redirect to std input
Posted by merco at 11/25/2005 5:34:25 AM
hi,
I have a win ce.net device that can read barcode labels.
A Evc DLL uses a com port to read the barcode string.
I'd like to send that string (from a vb.net program) over the standard
input or simulate the keyboard keystrokes.
Is it possibile in vb.net, and how ?
thanks
... more >>
installation of .net compact framework v2 fails
Posted by Frank at 11/25/2005 1:07:39 AM
Hi,
the installation of the .net compact framework 2 fails on my HP iPAQ
hw6515. (Windows Mobile 2003 2.Editon / WinCE 4.21.1088)
I try to install several times, but I always got the following lines in
the log file:
Upgradeable installation detected.
Older upgradeable installation detected... more >>
CreateProcess for Clock.exe in SmartPhone 2003
Posted by Madhur Nagar at 11/25/2005 12:00:00 AM
Hi guys
I am trying to call the Date Time Clock in a SmartPhone 2003 device.
The following code works perfectly for Pocket PC 2003
String progPath = "Clock.exe";
ProcessInfo pi = new ProcessInfo();
CreateProcess(progPath, "", pi);
However the problem is that there is no Clock.exe in SmartP... more >>
Hardware Reset Problems...
Posted by Chris Linnen at 11/25/2005 12:00:00 AM
Hi,
I'm trying to setup a pocket pc so that it installs a custom application and
recovers all its settings after a cold reset by editing the registry.
I'm almost there except I need some help with a couple of questions.
Q1.
I need to install and run six cab files. These are... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
quick download example?
Posted by Milsnips at 11/25/2005 12:00:00 AM
hi there,
can anyone give me a quick code example to download an EXE file from
website, and save it as a file on the pocketpc?
thanks,
Paul
... more >>
|