Click here to Skip to main content
15,914,608 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: onclick! Pin
Christian Graus8-Sep-04 12:25
protectorChristian Graus8-Sep-04 12:25 
General[vb.net] Gradient Fill Pin
thesleeper6-Sep-04 11:16
thesleeper6-Sep-04 11:16 
GeneralRe: [vb.net] Gradient Fill Pin
Daniel Turini8-Sep-04 0:26
Daniel Turini8-Sep-04 0:26 
GeneralCreating NULLs in Access Pin
Anonymous6-Sep-04 8:11
Anonymous6-Sep-04 8:11 
GeneralRe: Creating NULLs in Access Pin
Anonymous6-Sep-04 11:55
Anonymous6-Sep-04 11:55 
GeneralTransparency Issues Pin
Herbertmunch6-Sep-04 5:57
Herbertmunch6-Sep-04 5:57 
GeneralLocking the keyboard on XP using .NET Pin
Innovathis6-Sep-04 5:11
Innovathis6-Sep-04 5:11 
GeneralRe: Locking the keyboard on XP using .NET Pin
Dave Kreskowiak7-Sep-04 1:36
mveDave Kreskowiak7-Sep-04 1:36 
This is definately NOT a good idea! Unless your application is doing something in realtime, like high resolution data sampling, there is no good reason to do this.

But...

You'll have to write a keyboard hook and a mouse hook to "disable" them. There is no API call you can make. In VB.NET you could also just write a couple of Message Filters and add them using Application.AddMessageFilter, the docs are here[^] on MSDN. You would have to filter ALL the keyboard and mouse messages.


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

GeneralThanks for your reply! Pin
Innovathis7-Sep-04 3:51
Innovathis7-Sep-04 3:51 
GeneralRe: Thanks for your reply! Pin
Dave Kreskowiak7-Sep-04 12:27
mveDave Kreskowiak7-Sep-04 12:27 
GeneralSource Safe is driving me mad! Pin
MrMickeyDeeGimp6-Sep-04 4:22
MrMickeyDeeGimp6-Sep-04 4:22 
GeneralRe: Source Safe is driving me mad! Pin
Pradeep Shamarao8-Sep-04 2:09
Pradeep Shamarao8-Sep-04 2:09 
GeneralShow form from remotable object Pin
fleetwood6-Sep-04 4:21
fleetwood6-Sep-04 4:21 
Generalplease help me! Pin
Member 9046056-Sep-04 3:13
Member 9046056-Sep-04 3:13 
GeneralRecord with a web cam using vb.net code Pin
Sunil Naidu6-Sep-04 2:27
Sunil Naidu6-Sep-04 2:27 
QuestionHow do I update my DB tables with datasets Pin
Cyberclown6-Sep-04 1:49
Cyberclown6-Sep-04 1:49 
AnswerRe: How do I update my DB tables with datasets Pin
Dave Kreskowiak7-Sep-04 1:28
mveDave Kreskowiak7-Sep-04 1:28 
GeneralSMTP CDO.Message error Pin
denisdurand5-Sep-04 23:44
denisdurand5-Sep-04 23:44 
GeneralRe: SMTP CDO.Message error Pin
Dave Kreskowiak7-Sep-04 1:18
mveDave Kreskowiak7-Sep-04 1:18 
GeneralRe: SMTP CDO.Message error Pin
denisdurand7-Sep-04 8:26
denisdurand7-Sep-04 8:26 
Generalhelp~a codeDom segment Pin
noway5865-Sep-04 20:05
noway5865-Sep-04 20:05 
GeneralRe: help~a codeDom segment Pin
noway5865-Sep-04 20:08
noway5865-Sep-04 20:08 
GeneralPlease please help. Pin
Mega15-Sep-04 17:26
Mega15-Sep-04 17:26 
GeneralDatagrid ColumnHeader Captions Pin
beowulfagate5-Sep-04 15:42
beowulfagate5-Sep-04 15:42 
GeneralRe: Datagrid ColumnHeader Captions Pin
Anonymous6-Sep-04 8:14
Anonymous6-Sep-04 8:14 

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.