Click here to Skip to main content
15,907,183 members
Home / Discussions / C#
   

C#

 
GeneralRe: Global Keyboard Hook Pin
Alex Leshinsky3-Sep-04 20:59
Alex Leshinsky3-Sep-04 20:59 
Generalimage viewer with flash plugin Pin
Pyro Joe3-Sep-04 13:37
Pyro Joe3-Sep-04 13:37 
GeneralUsing HLSL with Managed DirectX Pin
WillemM3-Sep-04 7:45
WillemM3-Sep-04 7:45 
GeneralRe: Using HLSL with Managed DirectX Pin
Nick Parker3-Sep-04 8:01
protectorNick Parker3-Sep-04 8:01 
GeneralRe: Using HLSL with Managed DirectX Pin
Heath Stewart3-Sep-04 8:22
protectorHeath Stewart3-Sep-04 8:22 
GeneralRe: Using HLSL with Managed DirectX Pin
WillemM3-Sep-04 8:41
WillemM3-Sep-04 8:41 
Generalmultiple document interface-problem explanation Pin
gijoebijoe3-Sep-04 7:03
gijoebijoe3-Sep-04 7:03 
GeneralRe: multiple document interface-problem explanation Pin
Heath Stewart3-Sep-04 7:18
protectorHeath Stewart3-Sep-04 7:18 
You mean when you call Form.Show or Form.ShowDialog (don't forget to call Dispose in the latter case when done with the Form), it goes to the background? If that's the case, more explanation about what your application is doing at the time is necessary.

If you want the child form to always be in the foreground even when the main form is clicked, once you instantiate the child Form set it's Owner to the main Form, or call AddOwnedForm on the main Form passing the child Form as the parameter. Use Form.Show instead of Form.ShowDialog (creates a modal dialog in the latter case). This will create a modeless Form that is owned and subsequently closed by the main form.

See the .NET Framework SDK documentation for the Form.Owner property and Form.AddOwnedForm method for more information.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralRe: multiple document interface-problem explanation Pin
EssOEss4-Sep-04 20:40
EssOEss4-Sep-04 20:40 
Generalpadding a number's string representation Pin
matthias s.3-Sep-04 6:26
matthias s.3-Sep-04 6:26 
GeneralRe: padding a number's string representation Pin
Heath Stewart3-Sep-04 6:36
protectorHeath Stewart3-Sep-04 6:36 
GeneralRe: padding a number's string representation Pin
Not Active3-Sep-04 6:37
mentorNot Active3-Sep-04 6:37 
GeneralRe: padding a number's string representation Pin
Heath Stewart3-Sep-04 6:38
protectorHeath Stewart3-Sep-04 6:38 
GeneralRe: padding a number's string representation Pin
Not Active3-Sep-04 7:01
mentorNot Active3-Sep-04 7:01 
QuestionHow would you attack this? Pin
Adam °Wimsatt3-Sep-04 6:06
Adam °Wimsatt3-Sep-04 6:06 
AnswerRe: How would you attack this? Pin
Heath Stewart3-Sep-04 6:43
protectorHeath Stewart3-Sep-04 6:43 
AnswerRe: How would you attack this? Pin
Marc Clifton3-Sep-04 9:51
mvaMarc Clifton3-Sep-04 9:51 
GeneralSetting a stylesheet in AxWebBrowser control Pin
cheesepirate3-Sep-04 3:48
cheesepirate3-Sep-04 3:48 
GeneralRe: Setting a stylesheet in AxWebBrowser control Pin
Nick Parker3-Sep-04 4:51
protectorNick Parker3-Sep-04 4:51 
GeneralRe: Setting a stylesheet in AxWebBrowser control Pin
cheesepirate3-Sep-04 5:17
cheesepirate3-Sep-04 5:17 
GeneralRe: Setting a stylesheet in AxWebBrowser control Pin
Heath Stewart3-Sep-04 6:46
protectorHeath Stewart3-Sep-04 6:46 
GeneralRe: Setting a stylesheet in AxWebBrowser control Pin
Nick Parker3-Sep-04 7:07
protectorNick Parker3-Sep-04 7:07 
GeneralSmtpMail timeout Pin
hkulten3-Sep-04 3:25
hkulten3-Sep-04 3:25 
QuestionHow to create a dynamic component to include multiple text sections and buttons? Pin
Liquidian3-Sep-04 3:15
Liquidian3-Sep-04 3:15 
AnswerRe: How to create a dynamic component to include multiple text sections and buttons? Pin
Heath Stewart3-Sep-04 6:53
protectorHeath Stewart3-Sep-04 6:53 

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.