Click here to Skip to main content
16,007,443 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: What if a dll is injected? Pin
Dave Kreskowiak22-Jan-06 9:43
mveDave Kreskowiak22-Jan-06 9:43 
QuestionHow can chang culture in control panel Pin
amrosaad22-Jan-06 0:01
amrosaad22-Jan-06 0:01 
AnswerRe: How can chang culture in control panel Pin
Dave Kreskowiak22-Jan-06 4:35
mveDave Kreskowiak22-Jan-06 4:35 
Questionconversion of tiff JPEG compression image to LZW... Pin
KRathor21-Jan-06 21:53
KRathor21-Jan-06 21:53 
QuestionHow I can see a message when my Caps-Button is active? Pin
kostasdiktia221-Jan-06 21:35
kostasdiktia221-Jan-06 21:35 
AnswerRe: How I can see a message when my Caps-Button is active? Pin
Dave Kreskowiak22-Jan-06 4:30
mveDave Kreskowiak22-Jan-06 4:30 
GeneralRe: How I can see a message when my Caps-Button is active? Pin
kostasdiktia222-Jan-06 9:03
kostasdiktia222-Jan-06 9:03 
GeneralRe: How I can see a message when my Caps-Button is active? Pin
Dave Kreskowiak22-Jan-06 9:39
mveDave Kreskowiak22-Jan-06 9:39 
All the examples are going to be just like this. They all have to make calls directly in the Win32 API to get the current status of the lock keys, CapsLock, NumLock, and ScrollLock.

Your best understanding is going to be putting your code together and calling one of the functions, such as GetLockStatus, and step through the code in the debugger.

In the posted example, all you need to worry about calling is GetLockStatus.
Dim status As Boolean
status = GetLockStatus(ToggleKey.CapsLock)



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

GeneralRe: How I can see a message when my Caps-Button is active? Pin
kostasdiktia223-Jan-06 12:56
kostasdiktia223-Jan-06 12:56 
QuestionImage Capture Pin
Shonan21-Jan-06 21:26
Shonan21-Jan-06 21:26 
AnswerRe: Image Capture Pin
Dave Kreskowiak22-Jan-06 4:27
mveDave Kreskowiak22-Jan-06 4:27 
QuestionCrystal Report -- TotalPageCount Pin
Madni Abbasi21-Jan-06 20:17
Madni Abbasi21-Jan-06 20:17 
QuestionProblem using custom DataGridColumnStyles with DataGridTableStyle Pin
nzmike21-Jan-06 15:10
nzmike21-Jan-06 15:10 
AnswerRe: Problem using custom DataGridColumnStyles with DataGridTableStyle Pin
Dave Kreskowiak22-Jan-06 4:26
mveDave Kreskowiak22-Jan-06 4:26 
GeneralRe: Problem using custom DataGridColumnStyles with DataGridTableStyle Pin
nzmike22-Jan-06 19:44
nzmike22-Jan-06 19:44 
GeneralRe: Problem using custom DataGridColumnStyles with DataGridTableStyle Pin
Dave Kreskowiak23-Jan-06 1:49
mveDave Kreskowiak23-Jan-06 1:49 
QuestionShortcut Pin
militiaware21-Jan-06 12:23
militiaware21-Jan-06 12:23 
AnswerRe: Shortcut Pin
Dave Kreskowiak21-Jan-06 17:57
mveDave Kreskowiak21-Jan-06 17:57 
AnswerRe: Shortcut Pin
kostasdiktia221-Jan-06 21:14
kostasdiktia221-Jan-06 21:14 
QuestionIP Address Pin
militiaware21-Jan-06 12:12
militiaware21-Jan-06 12:12 
AnswerRe: IP Address Pin
Dave Kreskowiak21-Jan-06 17:53
mveDave Kreskowiak21-Jan-06 17:53 
QuestionCreating an event at runtime Pin
Mark0621-Jan-06 2:27
Mark0621-Jan-06 2:27 
AnswerRe: Creating an event at runtime Pin
Guffa21-Jan-06 2:54
Guffa21-Jan-06 2:54 
GeneralRe: Creating an event at runtime Pin
Mark0621-Jan-06 3:19
Mark0621-Jan-06 3:19 
GeneralRe: Creating an event at runtime Pin
Dave Kreskowiak21-Jan-06 4:31
mveDave Kreskowiak21-Jan-06 4:31 

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.