Click here to Skip to main content
15,924,935 members
Home / Discussions / C#
   

C#

 
GeneralForcing a whole line scrolling in a RichTextBox Pin
Nnamdi Onyeyiri13-Aug-02 11:53
Nnamdi Onyeyiri13-Aug-02 11:53 
GeneralRe: Forcing a whole line scrolling in a RichTextBox Pin
albean13-Aug-02 12:35
albean13-Aug-02 12:35 
GeneralRe: Forcing a whole line scrolling in a RichTextBox Pin
Nnamdi Onyeyiri13-Aug-02 21:28
Nnamdi Onyeyiri13-Aug-02 21:28 
QuestionHow to pass arguments to a thread? Pin
Rickard Andersson2013-Aug-02 11:07
Rickard Andersson2013-Aug-02 11:07 
AnswerRe: How to pass arguments to a thread? Pin
albean13-Aug-02 12:04
albean13-Aug-02 12:04 
GeneralRe: How to pass arguments to a thread? Pin
Rickard Andersson2014-Aug-02 0:44
Rickard Andersson2014-Aug-02 0:44 
AnswerRe: How to pass arguments to a thread? Pin
James T. Johnson13-Aug-02 21:24
James T. Johnson13-Aug-02 21:24 
GeneralRe: How to pass arguments to a thread? Pin
Rickard Andersson2014-Aug-02 0:41
Rickard Andersson2014-Aug-02 0:41 
James T. Johnson wrote:
The "hard" way is to create a class specifically for the thread, with the parameters passed in to the constructor or set as properties. The thread's run method is then made public so that it can be started via the ThreadStart delegate. This method gives you far more control over the thread itself; including being able to work on the underlying Thread object.

Aah!
This sounds very cool!
You don'y know an article somehere on this topic?
I will check CP now...

Thank you!

Rickard Andersson@Suza Computing
C# and C++ programmer from SWEDEN!

UIN: 50302279
E-Mail: nikado@pc.nu
Speciality: I love C#, ASP.NET and C++!

GeneralRe: How to pass arguments to a thread? Pin
Nish Nishant14-Aug-02 1:21
sitebuilderNish Nishant14-Aug-02 1:21 
GeneralRe: How to pass arguments to a thread? Pin
Rickard Andersson2014-Aug-02 1:37
Rickard Andersson2014-Aug-02 1:37 
GeneralFillReversibleRectangle Pin
albean13-Aug-02 10:38
albean13-Aug-02 10:38 
GeneralRe: FillReversibleRectangle Pin
James T. Johnson13-Aug-02 21:42
James T. Johnson13-Aug-02 21:42 
GeneralRe: FillReversibleRectangle Pin
albean14-Aug-02 5:43
albean14-Aug-02 5:43 
Generalsome mixed questions.... Pin
Anonymous13-Aug-02 10:33
Anonymous13-Aug-02 10:33 
GeneralRe: some mixed questions.... Pin
albean13-Aug-02 12:56
albean13-Aug-02 12:56 
Questionhow to moniter user actions on different controls Pin
imran_rafique13-Aug-02 10:18
imran_rafique13-Aug-02 10:18 
AnswerRe: how to moniter user actions on different controls Pin
albean13-Aug-02 12:46
albean13-Aug-02 12:46 
GeneralWndProc Messages Pin
Nnamdi Onyeyiri13-Aug-02 6:44
Nnamdi Onyeyiri13-Aug-02 6:44 
GeneralRe: WndProc Messages Pin
leppie13-Aug-02 7:30
leppie13-Aug-02 7:30 
GeneralRe: WndProc Messages Pin
Rickard Andersson2013-Aug-02 7:39
Rickard Andersson2013-Aug-02 7:39 
GeneralRe: WndProc Messages Pin
leppie13-Aug-02 8:07
leppie13-Aug-02 8:07 
GeneralRe: WndProc Messages Pin
Nnamdi Onyeyiri13-Aug-02 9:59
Nnamdi Onyeyiri13-Aug-02 9:59 
GeneralRe: WndProc Messages Pin
leppie13-Aug-02 12:28
leppie13-Aug-02 12:28 
GeneralRe: WndProc Messages Pin
Nnamdi Onyeyiri13-Aug-02 21:25
Nnamdi Onyeyiri13-Aug-02 21:25 
GeneralRe: WndProc Messages Pin
leppie13-Aug-02 23:14
leppie13-Aug-02 23: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.