Click here to Skip to main content
15,920,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: help convert a line of code Pin
Roman Rodov20-Apr-04 14:52
Roman Rodov20-Apr-04 14:52 
GeneralRe: help convert a line of code Pin
User 96257820-Apr-04 15:38
User 96257820-Apr-04 15:38 
GeneralWebconfig question Pin
dabuskol19-Apr-04 19:17
dabuskol19-Apr-04 19:17 
GeneralRe: Webconfig question Pin
Mazdak19-Apr-04 19:57
Mazdak19-Apr-04 19:57 
GeneralRe: Webconfig question Pin
dabuskol19-Apr-04 21:40
dabuskol19-Apr-04 21:40 
GeneralRe: Webconfig question Pin
Mazdak19-Apr-04 21:55
Mazdak19-Apr-04 21:55 
GeneralRe: Webconfig question Pin
Heath Stewart20-Apr-04 5:09
protectorHeath Stewart20-Apr-04 5:09 
Questionshowing dialog with topLevel ? Pin
azusakt19-Apr-04 17:45
azusakt19-Apr-04 17:45 
Dear friends,

Can I show the dialog with the effect like calling .ShowDialog(this)?
I want to call .Show() only, since .Show() won't cause the program wait in the instruction.
What I wnat to do is, I want to show one dialog in the top(locking UI a little time, like calling ShowDialog), then do the process in next instruction.

<br />
DialogDD wd = new DialogDD();<br />
wd.TopMost = true; <br />
wd.Show();   //<-----------<br />
<br />
  outThread = new Thread(new ThreadStart( this.ThreadProcess ));<br />
  outThread.IsBackground = true;<br />
  outThread.Start();   <br />
<br />
  // process....<br />
<br />
  wd.Close();<br />
  // continue process ...<br />


could someone give me some ideas? Thanks
AnswerRe: showing dialog with topLevel ? Pin
LongRange.Shooter20-Apr-04 2:35
LongRange.Shooter20-Apr-04 2:35 
AnswerRe: showing dialog with topLevel ? Pin
Heath Stewart20-Apr-04 5:05
protectorHeath Stewart20-Apr-04 5:05 
GeneralRe: showing dialog with topLevel ? Pin
azusakt20-Apr-04 16:31
azusakt20-Apr-04 16:31 
GeneralRe: showing dialog with topLevel ? Pin
Heath Stewart21-Apr-04 3:04
protectorHeath Stewart21-Apr-04 3:04 
GeneralMDI Child Form Drag Without Toolbar Pin
Cyric7419-Apr-04 16:34
Cyric7419-Apr-04 16:34 
GeneralRe: MDI Child Form Drag Without Toolbar Pin
Heath Stewart20-Apr-04 5:02
protectorHeath Stewart20-Apr-04 5:02 
QuestionCombining serialization of collection and internal data? Pin
Anonymous19-Apr-04 16:25
Anonymous19-Apr-04 16:25 
AnswerRe: Combining serialization of collection and internal data? Pin
Heath Stewart20-Apr-04 4:56
protectorHeath Stewart20-Apr-04 4:56 
GeneralWindows Messages Pin
T i T i19-Apr-04 14:22
T i T i19-Apr-04 14:22 
GeneralRe: Windows Messages Pin
Roman Rodov19-Apr-04 14:57
Roman Rodov19-Apr-04 14:57 
GeneralC# #define macro equivalent. Pin
HAHAHA_NEXT19-Apr-04 11:47
HAHAHA_NEXT19-Apr-04 11:47 
GeneralRe: C# #define macro equivalent. Pin
Mikko Puonti19-Apr-04 13:01
Mikko Puonti19-Apr-04 13:01 
GeneralRe: C# #define macro equivalent. Pin
HAHAHA_NEXT20-Apr-04 6:31
HAHAHA_NEXT20-Apr-04 6:31 
GeneralRe: C# #define macro equivalent. Pin
leppie20-Apr-04 7:05
leppie20-Apr-04 7:05 
GeneralRedraw scrollbars of TreeView Pin
Jean Bédard19-Apr-04 9:54
Jean Bédard19-Apr-04 9:54 
GeneralThreadPool Class Pin
Spiros19-Apr-04 8:58
Spiros19-Apr-04 8:58 
GeneralRe: ThreadPool Class Pin
Heath Stewart19-Apr-04 9:14
protectorHeath Stewart19-Apr-04 9:14 

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.