all groups > dotnet compact framework > april 2004 > threads for monday april 12
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
SetCommTimeouts() troubles
Posted by Max K. at 4/12/2004 10:16:04 PM
hello
i am trying to use NetSerial example [with some addons etc.
i am having broblems setting the read timeout of the serial port
the code involved calls SetCommTimeouts(
has anybody managed to use this function with any other timeout except 0xffffffff
Thanks
... more >>
Non-full screen and fullscreen dialogs
Posted by Juan Pedro Gonzalez at 4/12/2004 8:29:43 PM
Hi,
I've been trying to do a walk around for dialogs.
I'm using VB .NET 2003. I found out that the ShowDialog wasn't working when
I called it. It seems the dialog would stay on the background. My small
workarround for full screen dialogs is as follows:
*FULLSCREEN DIALOGS*
I decleare a... more >>
Question about deleting directories with RAPI
Posted by Patrick Dugan at 4/12/2004 8:16:17 PM
I want to delete an entire directory on my PDA including any files within it
from the Windows PC. (I'm using vb.net)
When I use the RAPI command:
m_rapi.RemoveDeviceDirectory(strCommand, True)
This does delete the folder but it does so somewhat slowly. Each file is
deleted one-at-a-tim... more >>
Textbox without border
Posted by Sérgio Pinheiro at 4/12/2004 6:29:26 PM
Hi folks,
Does anyone knows how to create a textbox without the border...
or how to create a custom border... just as in the outlook's contacts entry
form?
tks in advance.
... more >>
Scanner Uses Memory
Posted by Mystic Mong at 4/12/2004 5:53:04 PM
Hi there,
I am relatively new to developing apps on handheld devices using the Compact
Framework and have discovered a rather annoying problem. I hope someone can
help:
I have developed an app using VS 2003 (VB.NET) utilising the Barcode Scanner
on a Symbol PDT8846 (and 8146). After each sc... more >>
Connecting to SQL-Server 2000 via PDA an WLan
Posted by Matthias Haberkorn at 4/12/2004 4:14:22 PM
Hello,
just a question from me. Can I access an SQL-Server Database from my PDA via
WLAN without SQL-Server-CE? How do I do it?
Thanx for your help.
Greetings Matthias
... more >>
How can I run my program on Windows ce .net?
Posted by nomenklatura at 4/12/2004 11:54:27 AM
Hi,
I write program with Vb.net Smart Device application..
I want to install a run pocket pc..
How can i prepare setup?
I wish , framework is already install in Windows ce .net.
I am copying exe to pocket pc, but exe give error
"Cannot find x.exe. Make sure the path and filename are correct an... more >>
contributing a custom control
Posted by Frankenstein at 4/12/2004 10:56:37 AM
Hi,
I have written a custom control which achieves the following
-whenever the user clicks on a text box and the Input panel is raised, the
code determines if the textbox is hidden by the raised input panel.
-if yes, the form is scrolled upwards till the focussed text box is above
the hei... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Emulator use
Posted by cfyam at 4/12/2004 10:24:33 AM
If I want to use emulator on a PC which doesn't installed .NET Dev Tools,
what can I do?
I need what files to run emulator(which I can copy from the PC which
installed VS.NET)?
... more >>
Access to files on PC from a mobile device
Posted by Lorenzo at 4/12/2004 4:41:02 AM
I have developed an application for mobile device using .NET Compact Framework
Smart devices that I use has a wireless LAN connection. I can use Microsoft Active Sync in wireless mode
Now I need to acces to files on hard disk of PC in direct mode, that is, without using Microsoft Active Sync
Is i... more >>
How i print with CF
Posted by kkulaoglu at 4/12/2004 2:26:03 AM
|