Click here to Skip to main content
16,006,378 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Multi- threads problem Pin
Robert Rohde1-Aug-05 19:08
Robert Rohde1-Aug-05 19:08 
You shouldn`t create the new window in the separate thread. Give your main form a function which gets all info needed to create the child window and then call this function from your worker thread by calling Invoke with the new function on the main form. Invoke will transfer the call from any thread into the GUI thread.
All GUI related things should be done in one thread.
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 
AnswerRe: how can I modify control in another opened form? Pin
Christian Graus1-Aug-05 15:06
protectorChristian Graus1-Aug-05 15:06 

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.