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

.NET (Core and Framework)

 
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 
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 
dileep2009 wrote:
.....i just used a different thread to execute the new desktop procedure....


Not a good idea. Creating forms off of the initial UI thread (start up thread of your app) will result is funky things happening to your form. At least, I'm assuming you're creating the form on a different thread.


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
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 
AnswerRe: how to convert the property into bit from bool? Pin
T210230-Nov-09 1:15
T210230-Nov-09 1:15 
AnswerRe: how to convert the property into bit from bool? Pin
Shameel30-Nov-09 1:48
professionalShameel30-Nov-09 1:48 

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.