Click here to Skip to main content
15,900,714 members
Home / Discussions / C#
   

C#

 
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 
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 
To do this would either require listening to the Window's message pump and syphonining off the message to your exception window or doing a special object that derives from Form that has this behavior. Neither or which are appealing at all and I highly recommend you do not go down this road.

Instead you should rethink your UI design. Having a modal dialog for all except one dialog means you should consider doing something else with either if not both dialogs since they both seem to violate UI design expectations.
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 
Generalparallel port Pin
spitall24-Aug-05 1:10
spitall24-Aug-05 1:10 

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.