Click here to Skip to main content
16,004,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Code Explanation Pin
ASPnoob23-Jul-07 18:59
ASPnoob23-Jul-07 18:59 
GeneralRe: Code Explanation Pin
Paul Conrad23-Jul-07 19:07
professionalPaul Conrad23-Jul-07 19:07 
GeneralRe: Code Explanation Pin
Christian Graus23-Jul-07 19:13
protectorChristian Graus23-Jul-07 19:13 
GeneralRe: Code Explanation Pin
Paul Conrad23-Jul-07 19:40
professionalPaul Conrad23-Jul-07 19:40 
GeneralRe: Code Explanation Pin
Christian Graus23-Jul-07 19:51
protectorChristian Graus23-Jul-07 19:51 
QuestionCreate imagecombo in runtime Pin
haggenx23-Jul-07 12:32
haggenx23-Jul-07 12:32 
QuestionReturning to Main Form Pin
HelpMePlease!23-Jul-07 11:34
HelpMePlease!23-Jul-07 11:34 
AnswerRe: Returning to Main Form Pin
Luc Pattyn23-Jul-07 11:55
sitebuilderLuc Pattyn23-Jul-07 11:55 
Hi,

in the simplest case, you have one main form, visible all the time;
and a series of dialog windows, which are forms you show with ShowDialog(),
which means as long as a dialog is visible, the form cant get focus; so you must
close the dialog, before you can continue using the main form. That does not require
any special programming, except for the ShowDialog() instead of Show().

Smile | :)


AnswerRe: Returning to Main Form Pin
Ky Nam23-Jul-07 15:29
Ky Nam23-Jul-07 15:29 
Questioncomapring sorted list Pin
captainmogo23-Jul-07 10:13
captainmogo23-Jul-07 10:13 
AnswerRe: comapring sorted list Pin
Guffa23-Jul-07 12:16
Guffa23-Jul-07 12:16 
GeneralRe: comapring sorted list Pin
captainmogo25-Jul-07 3:53
captainmogo25-Jul-07 3:53 
AnswerRe: comapring sorted list Pin
Guffa25-Jul-07 4:07
Guffa25-Jul-07 4:07 
QuestionSingle Sign On (SSO) Pin
Ridge Howison23-Jul-07 9:41
Ridge Howison23-Jul-07 9:41 
AnswerRe: Single Sign On (SSO) Pin
Naji El Kotob23-Jul-07 10:08
Naji El Kotob23-Jul-07 10:08 
QuestionMapping opinions Pin
Tom Wright23-Jul-07 8:39
Tom Wright23-Jul-07 8:39 
QuestionHow to communitcate to a port. Pin
Cory Kimble23-Jul-07 8:39
Cory Kimble23-Jul-07 8:39 
AnswerRe: How to communitcate to a port. Pin
Dave Kreskowiak23-Jul-07 9:14
mveDave Kreskowiak23-Jul-07 9:14 
GeneralRe: How to communitcate to a port. Pin
Cory Kimble23-Jul-07 9:30
Cory Kimble23-Jul-07 9:30 
GeneralRe: How to communitcate to a port. Pin
Dave Kreskowiak23-Jul-07 9:48
mveDave Kreskowiak23-Jul-07 9:48 
GeneralRe: How to communitcate to a port. Pin
Luc Pattyn23-Jul-07 10:09
sitebuilderLuc Pattyn23-Jul-07 10:09 
Questionmouse button routines [modified] Pin
farah mazhar23-Jul-07 7:30
farah mazhar23-Jul-07 7:30 
AnswerRe: mouse button routines Pin
Dave Kreskowiak23-Jul-07 7:44
mveDave Kreskowiak23-Jul-07 7:44 
GeneralRe: mouse button routines Pin
Paul Conrad23-Jul-07 11:53
professionalPaul Conrad23-Jul-07 11:53 
GeneralRe: mouse button routines Pin
Dave Kreskowiak23-Jul-07 12:11
mveDave Kreskowiak23-Jul-07 12:11 

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.