Click here to Skip to main content
15,914,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: ManagementObject Pin
Mark Salsbery26-Sep-08 4:50
Mark Salsbery26-Sep-08 4:50 
GeneralRe: ManagementObject Pin
arkiboys26-Sep-08 10:27
arkiboys26-Sep-08 10:27 
QuestionWindows / Web Pin
ellllllllie22-Sep-08 2:12
ellllllllie22-Sep-08 2:12 
AnswerRe: Windows / Web Pin
Pete O'Hanlon22-Sep-08 2:33
mvePete O'Hanlon22-Sep-08 2:33 
GeneralRe: Windows / Web Pin
ellllllllie22-Sep-08 2:47
ellllllllie22-Sep-08 2:47 
GeneralRe: Windows / Web Pin
Pete O'Hanlon22-Sep-08 4:10
mvePete O'Hanlon22-Sep-08 4:10 
GeneralRe: Windows / Web Pin
Monark23-Sep-08 15:03
Monark23-Sep-08 15:03 
Question"Modal" form that doesn't block the calling thread Pin
arnold_w22-Sep-08 2:12
arnold_w22-Sep-08 2:12 
I have an application with a regular "main" or "parent" System.Windows.Forms.Form. Sometimes, I would like to display a dialog-looking form as a child form to the main main form. I would like the child form to meet these requirements:

1. When the child form is shown, no additional task is shown in the taskbar on the lower part of my screen.
2. When the child form is shown, it becomes impossible to access any controls on the main form. Basically, the main form can't be activated when the child form is shown.
3. When making the call to show the child form, the calling thread does NOT get blocked.
4. The child form can easily be moved anywhere on the screen, even outside of the main.
5. The child form is ALWAYS in front of the parent form.

How can I accomplish this? I am most grateful for any suggestions.
AnswerRe: "Modal" form that doesn't block the calling thread Pin
Lutosław22-Sep-08 2:29
Lutosław22-Sep-08 2:29 
GeneralRe: "Modal" form that doesn't block the calling thread Pin
arnold_w22-Sep-08 2:39
arnold_w22-Sep-08 2:39 
AnswerRe: "Modal" form that doesn't block the calling thread Pin
Nicholas Butler22-Sep-08 2:54
sitebuilderNicholas Butler22-Sep-08 2:54 
GeneralRe: "Modal" form that doesn't block the calling thread Pin
arnold_w22-Sep-08 3:59
arnold_w22-Sep-08 3:59 
QuestionCheck whether an Email Id exists or not [modified] Pin
pearlswathi22-Sep-08 1:30
pearlswathi22-Sep-08 1:30 
GeneralRe: Check whether an Email Id exists or not Pin
Pete O'Hanlon22-Sep-08 1:35
mvePete O'Hanlon22-Sep-08 1:35 
GeneralRe: Check whether an Email Id exists or not Pin
J4amieC22-Sep-08 2:43
J4amieC22-Sep-08 2:43 
GeneralRe: Check whether an Email Id exists or not Pin
Pete O'Hanlon22-Sep-08 3:50
mvePete O'Hanlon22-Sep-08 3:50 
AnswerRe: Check whether an Email Id exists or not Pin
DaveyM6922-Sep-08 1:35
professionalDaveyM6922-Sep-08 1:35 
AnswerRe: Check whether an Email Id exists or not Pin
michaelvdnest22-Sep-08 5:59
michaelvdnest22-Sep-08 5:59 
Question[Message Deleted] Pin
Shweta Gulati22-Sep-08 1:19
Shweta Gulati22-Sep-08 1:19 
AnswerRe: how to get full path of a file Pin
Pete O'Hanlon22-Sep-08 1:34
mvePete O'Hanlon22-Sep-08 1:34 
General[Message Deleted] Pin
Shweta Gulati22-Sep-08 1:44
Shweta Gulati22-Sep-08 1:44 
GeneralRe: how to get full path of a file Pin
Pete O'Hanlon22-Sep-08 1:51
mvePete O'Hanlon22-Sep-08 1:51 
GeneralRe: how to get full path of a file Pin
#realJSOP22-Sep-08 2:43
professional#realJSOP22-Sep-08 2:43 
GeneralRe: how to get full path of a file Pin
Dan Neely22-Sep-08 3:46
Dan Neely22-Sep-08 3:46 
GeneralRe: how to get full path of a file Pin
Paul Conrad22-Sep-08 14:22
professionalPaul Conrad22-Sep-08 14:22 

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.