Click here to Skip to main content
15,928,405 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCAB file Pin
Paritos21-Mar-06 1:28
Paritos21-Mar-06 1:28 
Questionhi,how to unregistered a downloaded dll Pin
Paritos21-Mar-06 1:23
Paritos21-Mar-06 1:23 
AnswerRe: hi,how to unregistered a downloaded dll Pin
Dave Kreskowiak21-Mar-06 8:05
mveDave Kreskowiak21-Mar-06 8:05 
Questionselect a node from treeview by its text Pin
Osama^20-Mar-06 23:58
Osama^20-Mar-06 23:58 
AnswerRe: select a node from treeview by its text Pin
Dave Kreskowiak21-Mar-06 7:55
mveDave Kreskowiak21-Mar-06 7:55 
QuestionMDI Child Firing Wrong Event Pin
giraffewhisperer20-Mar-06 22:25
giraffewhisperer20-Mar-06 22:25 
AnswerRe: MDI Child Firing Wrong Event Pin
Dave Kreskowiak21-Mar-06 7:43
mveDave Kreskowiak21-Mar-06 7:43 
GeneralRe: MDI Child Firing Wrong Event Pin
giraffewhisperer22-Mar-06 1:57
giraffewhisperer22-Mar-06 1:57 
Yes - thats right but when I run this test app I can click as many times as i like on the form to give it focus but the button_click event always fires instead of the textbox_keydown event when I press enter in the textbox.

Also - the fact that I am trapping the enter key press is not important - it behaves the same when trapping any other key so I don't think that accept button behaviour is important here.

Once in this state the opnly way to recover the correct events firing is to move focus to a different child form and then move focus back. At this point everything is magically ok again until you perform the following steps again

click the button on child1 and say ok to the 'click' message
move focus to child2 (click the window handle for example)
move focus back to child1 (click anywhere on the form)
give focus to the textbox on child 1 and press enter (you should see the contents of the textbox displayed in a messagebox but instead you see the click message meaning that the button_click event fired when the textbox_keydown event should have fired.)

This happens every time i run this app and does the same thing when written in C#.
AnswerRe: MDI Child Firing Wrong Event Pin
Chatura Dilan21-Mar-06 14:15
Chatura Dilan21-Mar-06 14:15 
GeneralRe: MDI Child Firing Wrong Event Pin
giraffewhisperer22-Mar-06 2:39
giraffewhisperer22-Mar-06 2:39 
GeneralRe: MDI Child Firing Wrong Event Pin
giraffewhisperer23-Mar-06 2:21
giraffewhisperer23-Mar-06 2:21 
QuestionHow to open a web page from another web page?? Pin
DreamQuestioner20-Mar-06 19:29
DreamQuestioner20-Mar-06 19:29 
GeneralRe: How to open a web page from another web page?? Pin
CWIZO20-Mar-06 19:46
CWIZO20-Mar-06 19:46 
AnswerRe: How to open a web page from another web page?? Pin
albCode20-Mar-06 20:54
albCode20-Mar-06 20:54 
QuestionXML support in mobile apps Pin
CreepingFeature20-Mar-06 18:55
CreepingFeature20-Mar-06 18:55 
AnswerRe: XML support in mobile apps Pin
CreepingFeature20-Mar-06 21:14
CreepingFeature20-Mar-06 21:14 
Questionbusiness intelligence project type missing in vs 2003 Pin
smita_roy20-Mar-06 18:10
smita_roy20-Mar-06 18:10 
AnswerRe: business intelligence project type missing in vs 2003 Pin
Steve Pullan20-Mar-06 18:51
Steve Pullan20-Mar-06 18:51 
QuestionAccessing Serial and Parallel Port Pin
Ankster20-Mar-06 17:59
Ankster20-Mar-06 17:59 
AnswerRe: Accessing Serial and Parallel Port Pin
Steve Pullan20-Mar-06 18:57
Steve Pullan20-Mar-06 18:57 
QuestionLoading the input files and the output of the previos operations ???? Pin
Ron.S20-Mar-06 17:14
Ron.S20-Mar-06 17:14 
AnswerRe: Loading the input files and the output of the previos operations ???? Pin
Christian Graus20-Mar-06 17:39
protectorChristian Graus20-Mar-06 17:39 
QuestionMemory Usage in Picture box Pin
cylix200020-Mar-06 16:43
cylix200020-Mar-06 16:43 
AnswerRe: Memory Usage in Picture box Pin
Christian Graus20-Mar-06 17:41
protectorChristian Graus20-Mar-06 17:41 
GeneralRe: Memory Usage in Picture box Pin
cylix200020-Mar-06 19:15
cylix200020-Mar-06 19:15 

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.