Click here to Skip to main content
15,890,438 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 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 
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 
SwitchDesktop only shows the new Desktop. This does not put new windows you create on the new Desktop. For that to happen, you have to close ALL other windows your app created, call SetThreadDesktop (properly), then create the new window. When the window is dismissed, you can reverse this process to set the desktop back to the users normal desktop.

The call to SetThreadDesktop WILL FAIL if your app has ANY windows or hooks in place on the user desktop when you call it.


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 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 
QuestionWorking with AsyncOperations Pin
Jeroen De Dauw30-Nov-09 8:04
Jeroen De Dauw30-Nov-09 8:04 
Questionhow to convert the property into bit from bool? Pin
TARAK NATH ROY30-Nov-09 0:11
TARAK NATH ROY30-Nov-09 0:11 

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.