Click here to Skip to main content
15,888,062 members
Home / Discussions / C#
   

C#

 
GeneralRe: Soap Exception Class in web service Pin
H he el el oooo17-May-06 23:25
H he el el oooo17-May-06 23:25 
QuestionNeed to use a String as a command. Pin
PyroManiak17-May-06 20:57
PyroManiak17-May-06 20:57 
AnswerRe: Need to use a String as a command. Pin
Stefan Troschuetz17-May-06 22:25
Stefan Troschuetz17-May-06 22:25 
QuestionAuto tune channels in DirectX.Capture Pin
ranandbe17-May-06 19:27
ranandbe17-May-06 19:27 
AnswerRe: Auto tune channels in DirectX.Capture Pin
leppie17-May-06 19:33
leppie17-May-06 19:33 
Question Problem in opening model dialog window from worker thread Pin
Krrish17-May-06 19:13
Krrish17-May-06 19:13 
AnswerRe: Problem in opening model dialog window from worker thread Pin
leppie17-May-06 19:31
leppie17-May-06 19:31 
AnswerRe: Problem in opening model dialog window from worker thread Pin
S. Senthil Kumar17-May-06 19:42
S. Senthil Kumar17-May-06 19:42 
To substantiate Leppie's post, when you call ShowDialog on a thread other than the UI thread, it essentially behaves as a modeless dialog. To do what you want, you have to make the call come from the UI thread, which you can do by calling Invoke[^] on the main form or any of the main form's controls. This will cause the delegate to be called from the UI thread and your form will be modal.


Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
AnswerRe: Pin
stancrm18-May-06 3:35
stancrm18-May-06 3:35 
GeneralRe: Pin
Krrish22-May-06 0:24
Krrish22-May-06 0:24 
GeneralRe: Pin
stancrm22-May-06 0:51
stancrm22-May-06 0:51 
Questionform Authenication with users in databse Pin
saud_a_k17-May-06 18:44
saud_a_k17-May-06 18:44 
AnswerRe: form Authenication with users in databse Pin
Kakuji17-May-06 18:52
Kakuji17-May-06 18:52 
GeneralRe: form Authenication with users in databse Pin
saud_a_k17-May-06 19:01
saud_a_k17-May-06 19:01 
GeneralRe: form Authenication with users in databse Pin
Colin Angus Mackay17-May-06 23:42
Colin Angus Mackay17-May-06 23:42 
GeneralRe: form Authenication with users in databse Pin
Colin Angus Mackay17-May-06 23:42
Colin Angus Mackay17-May-06 23:42 
AnswerRe: form Authenication with users in databse Pin
Colin Angus Mackay17-May-06 23:45
Colin Angus Mackay17-May-06 23:45 
GeneralRe: form Authenication with users in databse Pin
saud_a_k18-May-06 0:17
saud_a_k18-May-06 0:17 
QuestionDotNetNuke Skin Pin
Kakuji17-May-06 18:41
Kakuji17-May-06 18:41 
AnswerRe: DotNetNuke Skin Pin
leppie17-May-06 19:10
leppie17-May-06 19:10 
QuestionAdding new Rows to the Data base table Pin
Ashraj198217-May-06 18:21
Ashraj198217-May-06 18:21 
AnswerRe: Adding new Rows to the Data base table Pin
leppie17-May-06 19:12
leppie17-May-06 19:12 
GeneralRe: Adding new Rows to the Data base table Pin
rah_sin17-May-06 19:17
professionalrah_sin17-May-06 19:17 
GeneralRe: Adding new Rows to the Data base table Pin
leppie17-May-06 19:28
leppie17-May-06 19:28 
Questionhow to user mail merge feature of microsoft word from c# Pin
Amrit pal Singh17-May-06 18:19
Amrit pal Singh17-May-06 18:19 

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.