Click here to Skip to main content
15,905,913 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Save Variable Values to a file and start another application when unhandled error occurs Pin
Mehdi Ghiasi2-Dec-09 3:33
Mehdi Ghiasi2-Dec-09 3:33 
GeneralRe: Save Variable Values to a file and start another application when unhandled error occurs Pin
Eddy Vluggen2-Dec-09 4:11
professionalEddy Vluggen2-Dec-09 4:11 
GeneralRe: Save Variable Values to a file and start another application when unhandled error occurs Pin
Mehdi Ghiasi2-Dec-09 4:38
Mehdi Ghiasi2-Dec-09 4:38 
GeneralRe: Save Variable Values to a file and start another application when unhandled error occurs Pin
Eddy Vluggen2-Dec-09 5:27
professionalEddy Vluggen2-Dec-09 5:27 
QuestionHow to create a form that is modal to the desktop? Pin
dileep20091-Dec-09 1:27
dileep20091-Dec-09 1:27 
AnswerRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak1-Dec-09 4:37
mveDave Kreskowiak1-Dec-09 4:37 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20091-Dec-09 4:42
dileep20091-Dec-09 4:42 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak1-Dec-09 4:56
mveDave Kreskowiak1-Dec-09 4:56 
dileep2009 wrote:
If u notice the Windows XP shutdown/logoff dialog, these are modal to the system.


No, they are not. They are dialogs shown on entirely seperate desktops from the one the user normally sees.


dileep2009 wrote:
Is there anyway we can replicate this into our applications or maybe an alternative suggestion...


Learn how WindowStations and Desktops work, here[^].

Oh, BTW, there is no support for this stuff native in the .NET Framework. You'll have to P/Invoke all the functions yourself.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20091-Dec-09 5:23
dileep20091-Dec-09 5:23 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak1-Dec-09 5:36
mveDave Kreskowiak1-Dec-09 5:36 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20091-Dec-09 21:51
dileep20091-Dec-09 21:51 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak2-Dec-09 0:55
mveDave Kreskowiak2-Dec-09 0:55 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20092-Dec-09 1:04
dileep20092-Dec-09 1:04 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak2-Dec-09 1:19
mveDave Kreskowiak2-Dec-09 1:19 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen1-Dec-09 7:23
professionalEddy Vluggen1-Dec-09 7:23 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20091-Dec-09 21:44
dileep20091-Dec-09 21:44 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen2-Dec-09 0:48
professionalEddy Vluggen2-Dec-09 0:48 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20092-Dec-09 1:10
dileep20092-Dec-09 1:10 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak2-Dec-09 1:20
mveDave Kreskowiak2-Dec-09 1:20 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20092-Dec-09 3:33
dileep20092-Dec-09 3:33 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen2-Dec-09 4:19
professionalEddy Vluggen2-Dec-09 4:19 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak2-Dec-09 4:31
mveDave Kreskowiak2-Dec-09 4:31 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen2-Dec-09 2:07
professionalEddy Vluggen2-Dec-09 2:07 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20092-Dec-09 3:32
dileep20092-Dec-09 3:32 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen2-Dec-09 4:07
professionalEddy Vluggen2-Dec-09 4:07 

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.