Click here to Skip to main content
15,910,234 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVB 6 Shows extraneous modules at startup Pin
jim_taylor11-Feb-08 13:43
jim_taylor11-Feb-08 13:43 
GeneralRe: VB 6 Shows extraneous modules at startup Pin
MohammadAmiry11-Feb-08 22:51
MohammadAmiry11-Feb-08 22:51 
GeneralRe: VB 6 Shows extraneous modules at startup [modified] Pin
jim_taylor12-Feb-08 5:39
jim_taylor12-Feb-08 5:39 
GeneralSplitContainer with more than 2 panels Pin
cstrader23211-Feb-08 13:11
cstrader23211-Feb-08 13:11 
GeneralRe: SplitContainer with more than 2 panels Pin
J$11-Feb-08 14:00
J$11-Feb-08 14:00 
GeneralRe: SplitContainer with more than 2 panels Pin
cstrader23212-Feb-08 4:10
cstrader23212-Feb-08 4:10 
GeneralDetect keypress on startup Pin
cstrader23211-Feb-08 6:53
cstrader23211-Feb-08 6:53 
GeneralRe: Detect keypress on startup Pin
Dave Kreskowiak11-Feb-08 8:06
mveDave Kreskowiak11-Feb-08 8:06 
Actually, it's quite difficult. Your application wasn't running when the key was pressed, so can't get a normal event notification that it was.

You'll have to use the Win32 API function GetAsynceKeyState[^] to find out if the key is still being held down. If I remember correctly, the virtual key code for "F1" is &H70.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: Detect keypress on startup Pin
cstrader23211-Feb-08 10:09
cstrader23211-Feb-08 10:09 
GeneralRe: Detect keypress on startup Pin
Dave Kreskowiak12-Feb-08 3:16
mveDave Kreskowiak12-Feb-08 3:16 
GeneralRe: Detect keypress on startup Pin
cstrader23212-Feb-08 3:39
cstrader23212-Feb-08 3:39 
QuestionProblem:Remoting server is diconnect after some time. Pin
Nitin J. Jain11-Feb-08 1:02
professionalNitin J. Jain11-Feb-08 1:02 
GeneralRe: Problem:Remoting server is diconnect after some time. Pin
m@u11-Feb-08 3:31
m@u11-Feb-08 3:31 
QuestionRe: Problem:Remoting server is diconnect after some time. Pin
Nitin J. Jain11-Feb-08 7:21
professionalNitin J. Jain11-Feb-08 7:21 
GeneralRe: Problem:Remoting server is diconnect after some time. Pin
Dave Kreskowiak11-Feb-08 8:12
mveDave Kreskowiak11-Feb-08 8:12 
GeneralRe: Problem:Remoting server is diconnect after some time. Pin
m@u11-Feb-08 21:29
m@u11-Feb-08 21:29 
GeneralBlank screen Pin
Jodd11-Feb-08 0:32
Jodd11-Feb-08 0:32 
AnswerRe: Blank screen Pin
Steven J Jowett11-Feb-08 1:28
Steven J Jowett11-Feb-08 1:28 
GeneralRe: Blank screen Pin
Luc Pattyn11-Feb-08 1:54
sitebuilderLuc Pattyn11-Feb-08 1:54 
Questionimplementing a basic VPN in vb.net 2005 Pin
Warp10-Feb-08 23:46
Warp10-Feb-08 23:46 
GeneralRe: implementing a basic VPN in vb.net 2005 Pin
Dave Kreskowiak11-Feb-08 8:13
mveDave Kreskowiak11-Feb-08 8:13 
QuestionHow to delete temporary files ,cookies and cache in vb.net? Pin
AshuVyas10-Feb-08 20:53
AshuVyas10-Feb-08 20:53 
AnswerRe: How to delete temporary files ,cookies and cache in vb.net? Pin
Guffa11-Feb-08 0:07
Guffa11-Feb-08 0:07 
QuestionRSA Encryption Key Pin
Sean Ferguson10-Feb-08 19:40
Sean Ferguson10-Feb-08 19:40 
GeneralRe: RSA Encryption Key Pin
Paul Conrad21-Mar-08 9:40
professionalPaul Conrad21-Mar-08 9:40 

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.