Click here to Skip to main content
15,891,657 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do I get the currently running form or dialog in my application using VB.Net? Pin
Polymorpher10-Aug-07 8:38
Polymorpher10-Aug-07 8:38 
GeneralRe: How do I get the currently running form or dialog in my application using VB.Net? Pin
Polymorpher10-Aug-07 9:31
Polymorpher10-Aug-07 9:31 
GeneralRe: How do I get the currently running form or dialog in my application using VB.Net? Pin
Dave Kreskowiak10-Aug-07 10:40
mveDave Kreskowiak10-Aug-07 10:40 
GeneralRe: How do I get the currently running form or dialog in my application using VB.Net? Pin
Polymorpher10-Aug-07 10:47
Polymorpher10-Aug-07 10:47 
GeneralRe: How do I get the currently running form or dialog in my application using VB.Net? Pin
Dave Kreskowiak10-Aug-07 12:32
mveDave Kreskowiak10-Aug-07 12:32 
AnswerRe: How do I get the currently running form or dialog in my application using VB.Net? Pin
nlarson1110-Aug-07 10:49
nlarson1110-Aug-07 10:49 
AnswerRe: How do I get the currently running form or dialog in my application using VB.Net? Pin
nlarson1110-Aug-07 11:26
nlarson1110-Aug-07 11:26 
GeneralRe: How do I get the currently running form or dialog in my application using VB.Net? Pin
Polymorpher10-Aug-07 12:09
Polymorpher10-Aug-07 12:09 
As is ANY form implementing the interface WILL be called if it is in the front, except for dialogs...There is no way to expand the event to include the form, the event is fired from the key logger which has no knowledge of the form that will receive the event. The key logger simply sees the trapped key being pressed and raises an event saying it was pressed and letting me know if its state is up or down. passing delegates would require the form to know about the key logger and the key logger to know about the form, violating the principle of least privilege...besides if there was a way of knowing which form is in front from the key logger, then the same can be done from the event, its just a matter of how to find the current form or dialog that is running in the front of the application.

--
"Keyboard not found. Press < F1 > to RESUME. "
Source unknown (appears in many common BIOSes as a real error message)

QuestionCompact and Repair Access Database. Pin
NANCO10-Aug-07 7:37
NANCO10-Aug-07 7:37 
AnswerRe: Compact and Repair Access Database. Pin
Kschuler10-Aug-07 8:14
Kschuler10-Aug-07 8:14 
QuestionChart In VB.Net 2003 Pin
ejaz_pk10-Aug-07 6:45
ejaz_pk10-Aug-07 6:45 
AnswerRe: Chart In VB.Net 2003 Pin
ohart10-Aug-07 7:43
ohart10-Aug-07 7:43 
QuestionRe: Chart In VB.Net 2003 Pin
ejaz_pk11-Aug-07 0:49
ejaz_pk11-Aug-07 0:49 
AnswerRe: Chart In VB.Net 2003 Pin
ohart13-Aug-07 5:26
ohart13-Aug-07 5:26 
QuestionInserting Data In SQL Database Pin
dreamerboy10-Aug-07 6:45
dreamerboy10-Aug-07 6:45 
AnswerRe: Inserting Data In SQL Database Pin
Kschuler10-Aug-07 8:04
Kschuler10-Aug-07 8:04 
AnswerRe: Inserting Data In SQL Database Pin
Vimalsoft(Pty) Ltd16-Aug-07 23:43
professionalVimalsoft(Pty) Ltd16-Aug-07 23:43 
QuestionCharacters other than english Pin
ejaz_pk10-Aug-07 6:40
ejaz_pk10-Aug-07 6:40 
AnswerRe: Characters other than english Pin
i gr810-Aug-07 20:19
i gr810-Aug-07 20:19 
QuestionVisual Basic Code Highlighting in Visual Studio 2003 Pin
Michaeljd10-Aug-07 6:37
Michaeljd10-Aug-07 6:37 
AnswerRe: Visual Basic Code Highlighting in Visual Studio 2003 Pin
Dave Kreskowiak10-Aug-07 6:58
mveDave Kreskowiak10-Aug-07 6:58 
GeneralRe: Visual Basic Code Highlighting in Visual Studio 2003 Pin
Michaeljd10-Aug-07 7:03
Michaeljd10-Aug-07 7:03 
QuestionAdding Textboxes at Run Time Pin
ejaz_pk10-Aug-07 6:28
ejaz_pk10-Aug-07 6:28 
AnswerRe: Adding Textboxes at Run Time Pin
Luc Pattyn10-Aug-07 6:47
sitebuilderLuc Pattyn10-Aug-07 6:47 
AnswerRe: Adding Textboxes at Run Time Pin
Dave Kreskowiak10-Aug-07 6:47
mveDave Kreskowiak10-Aug-07 6:47 

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.