Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionBuild Error Pin
shereen_shf15-Jun-10 10:27
shereen_shf15-Jun-10 10:27 
AnswerRe: Build Error Pin
DaveAuld15-Jun-10 10:30
professionalDaveAuld15-Jun-10 10:30 
GeneralRe: Build Error Pin
shereen_shf15-Jun-10 10:42
shereen_shf15-Jun-10 10:42 
GeneralRe: Build Error Pin
Luc Pattyn15-Jun-10 12:43
sitebuilderLuc Pattyn15-Jun-10 12:43 
AnswerRe: Build Error Pin
AnnieMacD16-Jun-10 3:30
AnnieMacD16-Jun-10 3:30 
AnswerRe: Build Error Pin
AlmightyEdge16-Jun-10 10:38
AlmightyEdge16-Jun-10 10:38 
QuestionOverlapping screens Pin
yera200215-Jun-10 7:07
yera200215-Jun-10 7:07 
AnswerRe: Overlapping screens Pin
Luc Pattyn15-Jun-10 7:26
sitebuilderLuc Pattyn15-Jun-10 7:26 
When you display a Form using Show() or ShowDialog() or a real MessageBox by calling its Show() method, there are several overloads of the method; some of them accept an IWin32Window parameter, where you can pass "this" (indicating the caller's form); as a result the new form/messagebox will be owned by "this", always be in front of it, and disappear together with it (e.g. when "this" gets minimized). I recommend using such ownership all the time.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Nil Volentibus Arduum

GeneralRe: Overlapping screens Pin
Wayne Gaylard15-Jun-10 15:45
professionalWayne Gaylard15-Jun-10 15:45 
GeneralRe: Overlapping screens Pin
Luc Pattyn15-Jun-10 16:06
sitebuilderLuc Pattyn15-Jun-10 16:06 
AnswerRe: Overlapping screens Pin
programmervb.netc++15-Jun-10 19:29
programmervb.netc++15-Jun-10 19:29 
QuestionMaskedTextBox -Date Problem() Pin
Paramu197315-Jun-10 5:00
Paramu197315-Jun-10 5:00 
AnswerRe: MaskedTextBox -Date Problem() Pin
Henry Minute15-Jun-10 6:33
Henry Minute15-Jun-10 6:33 
AnswerRe: MaskedTextBox -Date Problem() Pin
Geoff Williams15-Jun-10 7:09
Geoff Williams15-Jun-10 7:09 
AnswerRe: MaskedTextBox -Date Problem() Pin
Luc Pattyn15-Jun-10 8:03
sitebuilderLuc Pattyn15-Jun-10 8:03 
QuestionComboboxes and commas Pin
Rich Leyshon15-Jun-10 0:04
Rich Leyshon15-Jun-10 0:04 
AnswerRe: Comboboxes and commas Pin
Tom Deketelaere15-Jun-10 0:18
professionalTom Deketelaere15-Jun-10 0:18 
GeneralRe: Comboboxes and commas Pin
Rich Leyshon15-Jun-10 0:36
Rich Leyshon15-Jun-10 0:36 
GeneralRe: Comboboxes and commas Pin
Luc Pattyn15-Jun-10 1:13
sitebuilderLuc Pattyn15-Jun-10 1:13 
GeneralRe: Comboboxes and commas Pin
Rich Leyshon15-Jun-10 1:16
Rich Leyshon15-Jun-10 1:16 
GeneralRe: Comboboxes and commas Pin
Luc Pattyn15-Jun-10 1:42
sitebuilderLuc Pattyn15-Jun-10 1:42 
GeneralRe: Comboboxes and commas Pin
Rich Leyshon15-Jun-10 2:11
Rich Leyshon15-Jun-10 2:11 
GeneralRe: Comboboxes and commas Pin
Luc Pattyn15-Jun-10 2:18
sitebuilderLuc Pattyn15-Jun-10 2:18 
GeneralRe: Comboboxes and commas Pin
Rich Leyshon15-Jun-10 2:26
Rich Leyshon15-Jun-10 2:26 
AnswerUNBELIEVEABLE! Pin
Rich Leyshon15-Jun-10 8:31
Rich Leyshon15-Jun-10 8: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.