Click here to Skip to main content
15,905,682 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: display word file Pin
Dave Kreskowiak11-Jul-04 17:06
mveDave Kreskowiak11-Jul-04 17:06 
GeneralProblem with ADO, ADO.NET and VB.NET Pin
Mekong River10-Jul-04 6:30
Mekong River10-Jul-04 6:30 
GeneralTransfer pop3 to Exchange Pin
sybux200010-Jul-04 5:11
sybux200010-Jul-04 5:11 
GeneralData Filling and Handelling in VB.NET using DataGrid Pin
Thangaraj P.V.10-Jul-04 3:48
Thangaraj P.V.10-Jul-04 3:48 
GeneralRe: Data Filling and Handelling in VB.NET using DataGrid Pin
Syed Abdul Khader11-Jul-04 23:06
Syed Abdul Khader11-Jul-04 23:06 
GeneralRe: Data Filling and Handelling in VB.NET using DataGrid Pin
Ravi S.V.12-Jul-04 0:01
Ravi S.V.12-Jul-04 0:01 
QuestionLock Monitor, Keyboad and Mouse - How??? Pin
tommy_tanaka9-Jul-04 23:00
tommy_tanaka9-Jul-04 23:00 
AnswerRe: Lock Monitor, Keyboad and Mouse - How??? Pin
Dave Kreskowiak10-Jul-04 14:31
mveDave Kreskowiak10-Jul-04 14:31 
There is no one function that will lock the keyboard and mouse. You have to write code to hook the keyboard and mouse and eat any messages that are sent your way from the keyboard and mouse drivers. Unfortunately, you can't keep the user from using Ctrl-Alt-Del. This key combination cannot be trapped. There is a great article on CodeProject by Michael Kennedy called "Global System Hooks in .NET"
[^] that demonstrats this technique.

Your service must also be set to "Allow interaction with Desktop" so that you can put up a form that covers the entire desktop area and tag that form as TopMost.


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

GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
tommy_tanaka11-Jul-04 7:39
tommy_tanaka11-Jul-04 7:39 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
Dave Kreskowiak11-Jul-04 8:55
mveDave Kreskowiak11-Jul-04 8:55 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
tommy_tanaka12-Jul-04 2:15
tommy_tanaka12-Jul-04 2:15 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
Dave Kreskowiak12-Jul-04 5:30
mveDave Kreskowiak12-Jul-04 5:30 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
tommy_tanaka12-Jul-04 5:50
tommy_tanaka12-Jul-04 5:50 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
Dave Kreskowiak12-Jul-04 13:28
mveDave Kreskowiak12-Jul-04 13:28 
GeneralRe: Lock Monitor, Keyboad and Mouse - How??? Pin
James Gohl14-Jul-04 8:58
James Gohl14-Jul-04 8:58 
GeneralPrint to a File Pin
gthompson20059-Jul-04 19:11
gthompson20059-Jul-04 19:11 
GeneralRe: Print to a File Pin
Dave Kreskowiak10-Jul-04 14:06
mveDave Kreskowiak10-Jul-04 14:06 
GeneralRe: Print to a File Pin
gthompson200510-Jul-04 14:31
gthompson200510-Jul-04 14:31 
GeneralRe: Print to a File Pin
Dave Kreskowiak10-Jul-04 14:42
mveDave Kreskowiak10-Jul-04 14:42 
GeneralRe: Print to a File Pin
gthompson200510-Jul-04 15:01
gthompson200510-Jul-04 15:01 
Generalmodeless dialog Pin
nnjj9-Jul-04 6:14
nnjj9-Jul-04 6:14 
GeneralDebug levels Pin
Boniolopez9-Jul-04 3:30
Boniolopez9-Jul-04 3:30 
GeneralRe: Debug levels Pin
Dave Kreskowiak9-Jul-04 4:04
mveDave Kreskowiak9-Jul-04 4:04 
GeneralRe: Debug levels Pin
Boniolopez9-Jul-04 4:28
Boniolopez9-Jul-04 4:28 
GeneralRe: Debug levels Pin
Dave Kreskowiak9-Jul-04 5:50
mveDave Kreskowiak9-Jul-04 5:50 

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.