Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralInter-process synchronization Pin
sirovsky13-Jul-03 1:51
sirovsky13-Jul-03 1:51 
GeneralAttributes Pin
leppie12-Jul-03 23:09
leppie12-Jul-03 23:09 
GeneralRe: Attributes Pin
Nick Parker13-Jul-03 3:38
protectorNick Parker13-Jul-03 3:38 
GeneralRe: Attributes Pin
leppie13-Jul-03 7:24
leppie13-Jul-03 7:24 
GeneralParent Form and its child form Pin
Mazdak12-Jul-03 21:20
Mazdak12-Jul-03 21:20 
GeneralRe: Parent Form and its child form Pin
Rocky Moore12-Jul-03 23:02
Rocky Moore12-Jul-03 23:02 
GeneralRe: Parent Form and its child form Pin
Mazdak13-Jul-03 4:59
Mazdak13-Jul-03 4:59 
GeneralRe: Parent Form and its child form Pin
Rocky Moore13-Jul-03 22:46
Rocky Moore13-Jul-03 22:46 
Form_Load? You mean in the OnLoad event?

If you want the dialog to appear over the controls on the parent dialog (not sure why you would want this) you have to put it higher in the Z-Order. An easy method place to build your dialog and add it to the controls is in the Form's contructor just prior to InitalizeComponent. Yours will be the first control which means anything that is behind it is hidden.

Another method is to use the Controls.SetChildIndex to move you form in the ControlCollection up to the top of the list thus the top of the z-order for the controls.

Rocky Moore <><
GeneralRe: Parent Form and its child form Pin
Mazdak14-Jul-03 9:55
Mazdak14-Jul-03 9:55 
GeneralPlease someone help me with COM interop Pin
Redbehelit12-Jul-03 11:19
Redbehelit12-Jul-03 11:19 
GeneralRe: Please someone help me with COM interop Pin
Stephane Rodriguez.12-Jul-03 20:16
Stephane Rodriguez.12-Jul-03 20:16 
GeneralRe: Please someone help me with COM interop Pin
Redbehelit12-Jul-03 20:59
Redbehelit12-Jul-03 20:59 
Generalmemset function Pin
Hoang Dung12-Jul-03 7:50
Hoang Dung12-Jul-03 7:50 
GeneralRe: memset function Pin
leppie12-Jul-03 11:14
leppie12-Jul-03 11:14 
GeneralFREE .NET book :) :) :) Pin
leppie11-Jul-03 20:34
leppie11-Jul-03 20:34 
GeneralRe: FREE .NET book :) :) :) Pin
Nathan Blomquist12-Jul-03 4:48
Nathan Blomquist12-Jul-03 4:48 
GeneralRe: FREE .NET book :) :) :) Pin
Kannan Kalyanaraman12-Jul-03 7:24
Kannan Kalyanaraman12-Jul-03 7:24 
Generalthanks but.. Pin
peterchen13-Jul-03 10:48
peterchen13-Jul-03 10:48 
GeneralRe: thanks but.. Pin
leppie13-Jul-03 10:53
leppie13-Jul-03 10:53 
GeneralGraphics.DrawCurve() question Pin
Meysam Mahfouzi11-Jul-03 20:19
Meysam Mahfouzi11-Jul-03 20:19 
GeneralRe: Graphics.DrawCurve() question Pin
peterchen13-Jul-03 8:37
peterchen13-Jul-03 8:37 
GeneralRe: Graphics.DrawCurve() question Pin
Meysam Mahfouzi13-Jul-03 19:18
Meysam Mahfouzi13-Jul-03 19:18 
General2 not so # things Pin
leppie11-Jul-03 16:39
leppie11-Jul-03 16:39 
GeneralRe: 2 not so # things Pin
James T. Johnson11-Jul-03 17:32
James T. Johnson11-Jul-03 17:32 
GeneralRe: 2 not so # things Pin
leppie11-Jul-03 18:11
leppie11-Jul-03 18: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.