Click here to Skip to main content
15,904,348 members
Home / Discussions / C#
   

C#

 
GeneralRe: Class Design Question Pin
Mark Sanders4-Apr-03 7:51
Mark Sanders4-Apr-03 7:51 
GeneralRe: Class Design Question Pin
Nnamdi Onyeyiri4-Apr-03 8:01
Nnamdi Onyeyiri4-Apr-03 8:01 
GeneralRespond to UI Messages Pin
Roger CS4-Apr-03 3:41
Roger CS4-Apr-03 3:41 
GeneralRe: Respond to UI Messages Pin
neroknights4-Apr-03 4:06
neroknights4-Apr-03 4:06 
GeneralRe: Respond to UI Messages Pin
Nick Seng6-Apr-03 16:45
Nick Seng6-Apr-03 16:45 
GeneralRe: Respond to UI Messages Pin
neroknights7-Apr-03 5:12
neroknights7-Apr-03 5:12 
GeneralRe: Respond to UI Messages Pin
Nick Seng7-Apr-03 16:12
Nick Seng7-Apr-03 16:12 
GeneralRe: Respond to UI Messages Pin
neroknights8-Apr-03 4:04
neroknights8-Apr-03 4:04 
Not exactly. Again, in most cases you want to do more than add a message box. Say for instance that when the process is finished, you want to write something to a textbox on that form. You MUST NOT update the textbox in the new thread. That is a no no in Windows. You must only update controls on the windows main thread (the win proc).

The article I've already mentioned explains all this. Take the time to read it, it's informative and it helped me alot as well.Smile | :)
GeneralRe: Respond to UI Messages Pin
Nick Seng8-Apr-03 15:23
Nick Seng8-Apr-03 15:23 
GeneralError in .NET (regions) ??!! Pin
Wizard_014-Apr-03 3:38
Wizard_014-Apr-03 3:38 
GeneralRe: Error in .NET (regions) ??!! Pin
Chris Jobson4-Apr-03 10:57
Chris Jobson4-Apr-03 10:57 
GeneralRe: Error in .NET (regions) ??!! Pin
Wizard_014-Apr-03 21:58
Wizard_014-Apr-03 21:58 
GeneralTypes and XML Pin
Jon Newman4-Apr-03 3:17
Jon Newman4-Apr-03 3:17 
GeneralRe: Types and XML Pin
Stephane Rodriguez.4-Apr-03 6:46
Stephane Rodriguez.4-Apr-03 6:46 
QuestionHave components you want to sell? Pin
Roger Alsing4-Apr-03 0:57
Roger Alsing4-Apr-03 0:57 
GeneralUsing the capacity property of ArrayList Pin
Alex Iagovsky4-Apr-03 0:51
Alex Iagovsky4-Apr-03 0:51 
GeneralRe: Using the capacity property of ArrayList Pin
Paul Riley4-Apr-03 1:56
Paul Riley4-Apr-03 1:56 
GeneralRe: Using the capacity property of ArrayList Pin
Stephane Rodriguez.4-Apr-03 6:51
Stephane Rodriguez.4-Apr-03 6:51 
GeneralRe: Using the capacity property of ArrayList Pin
neroknights4-Apr-03 4:01
neroknights4-Apr-03 4:01 
GeneralSQL Server -> trigger -> event -> caught by C# program Pin
zoltan_ie4-Apr-03 0:22
zoltan_ie4-Apr-03 0:22 
GeneralArray.Contains Pin
Anonymous3-Apr-03 23:22
Anonymous3-Apr-03 23:22 
GeneralRe: Array.Contains Pin
Paul Riley4-Apr-03 1:57
Paul Riley4-Apr-03 1:57 
GeneralRe: Array.Contains Pin
Anonymous4-Apr-03 2:23
Anonymous4-Apr-03 2:23 
Generalregister customized protocol Pin
ddrk3-Apr-03 22:34
ddrk3-Apr-03 22:34 
GeneralRe: register customized protocol Pin
Stephane Rodriguez.4-Apr-03 7:00
Stephane Rodriguez.4-Apr-03 7:00 

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.