Click here to Skip to main content
15,914,452 members
Home / Discussions / C#
   

C#

 
GeneralRe: DropDownList Pin
Christian Graus1-Aug-05 18:33
protectorChristian Graus1-Aug-05 18:33 
GeneralRe: DropDownList Pin
tatchung1-Aug-05 19:23
tatchung1-Aug-05 19:23 
GeneralRe: DropDownList Pin
Christian Graus2-Aug-05 2:07
protectorChristian Graus2-Aug-05 2:07 
GeneralRe: DropDownList Pin
tatchung2-Aug-05 15:22
tatchung2-Aug-05 15:22 
GeneralRe: DropDownList Pin
Christian Graus2-Aug-05 15:30
protectorChristian Graus2-Aug-05 15:30 
GeneralRe: DropDownList Pin
tatchung2-Aug-05 15:39
tatchung2-Aug-05 15:39 
GeneralRe: DropDownList Pin
Christian Graus2-Aug-05 16:01
protectorChristian Graus2-Aug-05 16:01 
GeneralMulti- threads problem Pin
ppp0011-Aug-05 17:50
ppp0011-Aug-05 17:50 
Thanks for your reply.

Hi,

I have problems in using multi-threading.

What I want to do is as follow,

1. The main thread running the main window GUI as window form
which can accept user input all the time.
2. The second thread running some task,
and after the task is finished, the thread need to ask
main window form(controlled by the main thread) to display some
child window. But I find that the child window will not function
properly as two threads try to control the same GUI at the same time.
So I want to pass the control from the second thread to the main thread
and let the main thread open the child window itself.

Then how can I do that ? I don't want to use Thread.Join since the main thread need to run all the time and cannot be blocked.

Thanks
GeneralRe: Multi- threads problem Pin
Robert Rohde1-Aug-05 19:08
Robert Rohde1-Aug-05 19:08 
GeneralDDE in longhorn Pin
ppp0011-Aug-05 16:24
ppp0011-Aug-05 16:24 
GeneralRe: DDE in longhorn Pin
Christian Graus1-Aug-05 16:29
protectorChristian Graus1-Aug-05 16:29 
GeneralRe: DDE in longhorn Pin
ppp0011-Aug-05 17:35
ppp0011-Aug-05 17:35 
GeneralRe: DDE in longhorn Pin
Christian Graus1-Aug-05 17:37
protectorChristian Graus1-Aug-05 17:37 
GeneralRe: DDE in longhorn Pin
ProgrammerGurdev1-Aug-05 20:38
ProgrammerGurdev1-Aug-05 20:38 
GeneralRe: DDE in longhorn Pin
ppp0011-Aug-05 20:41
ppp0011-Aug-05 20:41 
GeneralRe: DDE in longhorn Pin
Dave Kreskowiak2-Aug-05 2:38
mveDave Kreskowiak2-Aug-05 2:38 
Questionproblem due to too many forms being displayed / how to display forms neatly? Pin
nidhelp1-Aug-05 15:51
nidhelp1-Aug-05 15:51 
AnswerRe: problem due to too many forms being displayed / how to display forms neatly? Pin
Christian Graus1-Aug-05 15:59
protectorChristian Graus1-Aug-05 15:59 
GeneralRe: problem due to too many forms being displayed / how to display forms neatly? Pin
nidhelp1-Aug-05 17:14
nidhelp1-Aug-05 17:14 
GeneralRe: problem due to too many forms being displayed / how to display forms neatly? Pin
Christian Graus1-Aug-05 17:15
protectorChristian Graus1-Aug-05 17:15 
GeneralRe: problem due to too many forms being displayed / how to display forms neatly? Pin
nidhelp1-Aug-05 17:37
nidhelp1-Aug-05 17:37 
GeneralRe: problem due to too many forms being displayed / how to display forms neatly? Pin
Christian Graus1-Aug-05 18:28
protectorChristian Graus1-Aug-05 18:28 
GeneralRe: problem due to too many forms being displayed / how to display forms neatly? Pin
nidhelp1-Aug-05 21:22
nidhelp1-Aug-05 21:22 
GeneralRe: problem due to too many forms being displayed / how to display forms neatly? Pin
Christian Graus2-Aug-05 2:02
protectorChristian Graus2-Aug-05 2:02 
Questionhow can I modify control in another opened form? Pin
Anonymous1-Aug-05 15:02
Anonymous1-Aug-05 15:02 

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.