Click here to Skip to main content
15,904,638 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to delete a file after processing Pin
Dave Kreskowiak26-Aug-05 6:19
mveDave Kreskowiak26-Aug-05 6:19 
Answer[Msg Deleted] Pin
progload26-Aug-05 5:10
progload26-Aug-05 5:10 
QuestionWindows User Pin
zerokill25-Aug-05 21:40
zerokill25-Aug-05 21:40 
AnswerRe: Windows User Pin
Steven Amani26-Aug-05 7:33
Steven Amani26-Aug-05 7:33 
GeneralRe: Windows User Pin
zerokill28-Aug-05 18:05
zerokill28-Aug-05 18:05 
QuestionDatagrids Readonly Access Pin
_mubashir25-Aug-05 20:37
_mubashir25-Aug-05 20:37 
QuestionInput from a device Pin
JJRW25-Aug-05 20:27
JJRW25-Aug-05 20:27 
AnswerRe: Input from a device Pin
Dave Kreskowiak26-Aug-05 1:37
mveDave Kreskowiak26-Aug-05 1:37 
That depends on the device. That depends on the hardware and how it's connected to the machine. If it's USB, then it'll show up as a USB device. If it's connected to the keyboard, it'll just stuff keystrokes exactly like the keyboard does. If it's attached to the serial port, then you'll have to read data comming from the port.

The KeyPress event, obviously, will only work if the device is attached to the keyboard port, or if the device has a driver that reads what port it's on, then generates keyboard messages.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Input from a device Pin
Anonymous26-Aug-05 4:47
Anonymous26-Aug-05 4:47 
GeneralRe: Input from a device Pin
Dave Kreskowiak26-Aug-05 5:08
mveDave Kreskowiak26-Aug-05 5:08 
GeneralRe: Input from a device Pin
Anonymous29-Aug-05 22:21
Anonymous29-Aug-05 22:21 
GeneralRe: Input from a device Pin
Dave Kreskowiak30-Aug-05 2:35
mveDave Kreskowiak30-Aug-05 2:35 
Questionreturning a single value thru an OleDbCommand Pin
medicenpringles25-Aug-05 17:13
medicenpringles25-Aug-05 17:13 
AnswerRe: returning a single value thru an OleDbCommand Pin
_mubashir26-Aug-05 1:03
_mubashir26-Aug-05 1:03 
QuestionMake a pop up using VB.Net Pin
leoccl8625-Aug-05 15:00
leoccl8625-Aug-05 15:00 
AnswerRe: Make a pop up using VB.Net Pin
Dave Kreskowiak26-Aug-05 1:34
mveDave Kreskowiak26-Aug-05 1:34 
Questionconfiguring IIS to run my app as a specified user Pin
DaveC42691325-Aug-05 11:10
DaveC42691325-Aug-05 11:10 
Questiondisplay data hierarchical in datagrid Pin
Member 145166325-Aug-05 9:47
Member 145166325-Aug-05 9:47 
QuestionCalling DLLs during XP Login Screen Pin
°[Halo]°25-Aug-05 7:42
°[Halo]°25-Aug-05 7:42 
AnswerRe: Calling DLLs during XP Login Screen Pin
Dave Kreskowiak25-Aug-05 9:35
mveDave Kreskowiak25-Aug-05 9:35 
GeneralRe: Calling DLLs during XP Login Screen Pin
°[Halo]°25-Aug-05 11:39
°[Halo]°25-Aug-05 11:39 
GeneralRe: Calling DLLs during XP Login Screen Pin
Dave Kreskowiak25-Aug-05 12:31
mveDave Kreskowiak25-Aug-05 12:31 
QuestionRe: Calling DLLs during XP Login Screen Pin
°[Halo]°29-Aug-05 9:16
°[Halo]°29-Aug-05 9:16 
AnswerRe: Calling DLLs during XP Login Screen Pin
Dave Kreskowiak29-Aug-05 9:48
mveDave Kreskowiak29-Aug-05 9:48 
QuestionClass Pin
ADY00725-Aug-05 6:22
ADY00725-Aug-05 6:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.