Click here to Skip to main content
15,905,325 members
Home / Discussions / C#
   

C#

 
GeneralRe: Week of month Pin
Christian Graus24-Aug-05 11:02
protectorChristian Graus24-Aug-05 11:02 
GeneralStopping a dialog Pin
dicas24-Aug-05 9:49
dicas24-Aug-05 9:49 
GeneralRe: Stopping a dialog Pin
Christian Graus24-Aug-05 11:08
protectorChristian Graus24-Aug-05 11:08 
GeneralRe: Stopping a dialog Pin
dicas24-Aug-05 16:53
dicas24-Aug-05 16:53 
GeneralRowFilter Pin
zaboboa24-Aug-05 9:30
zaboboa24-Aug-05 9:30 
GeneralRe: RowFilter Pin
rudy.net24-Aug-05 17:05
rudy.net24-Aug-05 17:05 
Generalmodal dialog to rest of application but want to interact with a second window simultaneously with that window Pin
misterbear24-Aug-05 8:51
misterbear24-Aug-05 8:51 
GeneralRe: modal dialog to rest of application but want to interact with a second window simultaneously with that window Pin
Dave Kreskowiak24-Aug-05 9:08
mveDave Kreskowiak24-Aug-05 9:08 
No going to happen like this. THe modal window is either going to be System Modal or Application Modal. Meaning that is System Modal, the user can't switch to any other window in the system until this window is closed. Application Modal means that you can't switch to any other form owned by the application that opened the modal window.

You'll have to implement this using some other scheme other than using Modal forms. Off the top of my head, you could possibly host both of your forms that you want to display inside another, modal, form. This way, you can do anything you want between the two forms while they sit inside a parent form. I know, you think I smoking something illegal. But, the Form class inherits from Control, just any any other forms based control. The Form class also has a hidden property called .TopLevel. It won't show up in Intellisense, but it does work. You can read more about the technique here[^]. Warning! This article contains nothing but VB code! Wink | ;)


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: modal dialog to rest of application but want to interact with a second window simultaneously with that window Pin
Tom Larsen24-Aug-05 9:17
Tom Larsen24-Aug-05 9:17 
GeneralRe: modal dialog to rest of application but want to interact with a second window simultaneously with that window Pin
ehuysamer24-Aug-05 9:40
ehuysamer24-Aug-05 9:40 
GeneralRe: modal dialog to rest of application but want to interact with a second window simultaneously with that window Pin
misterbear24-Aug-05 10:05
misterbear24-Aug-05 10:05 
Generalchanging keyboard chars Pin
imagor24-Aug-05 7:34
imagor24-Aug-05 7:34 
GeneralRe: changing keyboard chars Pin
ehuysamer24-Aug-05 9:29
ehuysamer24-Aug-05 9:29 
GeneralDouble buffering a groupbox Pin
Dan Neely24-Aug-05 7:28
Dan Neely24-Aug-05 7:28 
GeneralRe: Double buffering a groupbox Pin
Dan Neely24-Aug-05 10:13
Dan Neely24-Aug-05 10:13 
GeneralMDI container c# Pin
fady_sayegh24-Aug-05 5:43
fady_sayegh24-Aug-05 5:43 
GeneralColour specific row in DataGrid Pin
zaboboa24-Aug-05 4:40
zaboboa24-Aug-05 4:40 
GeneralRe: Colour specific row in DataGrid Pin
Robert Rohde24-Aug-05 8:06
Robert Rohde24-Aug-05 8:06 
Questionhow can i make an app run completely from tray...? Pin
tom_dx24-Aug-05 4:27
tom_dx24-Aug-05 4:27 
QuestionWindows Service networking restrictions? Pin
jkersch24-Aug-05 3:07
jkersch24-Aug-05 3:07 
AnswerRe: Windows Service networking restrictions? Pin
GloryKidd24-Aug-05 9:57
professionalGloryKidd24-Aug-05 9:57 
GeneralRe: Windows Service networking restrictions? Pin
jkersch24-Aug-05 10:26
jkersch24-Aug-05 10:26 
GeneralHelp on using System.CodeDom.Compiler Pin
nirajC24-Aug-05 1:47
nirajC24-Aug-05 1:47 
GeneralRead e-mail Pin
Vlada Nesic24-Aug-05 1:42
Vlada Nesic24-Aug-05 1:42 
GeneralRe: Read e-mail Pin
SeMartens24-Aug-05 5:34
SeMartens24-Aug-05 5:34 

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.