Click here to Skip to main content
15,931,245 members
Home / Discussions / C#
   

C#

 
GeneralInsert a macro Pin
mvmeijer20-Dec-02 3:35
mvmeijer20-Dec-02 3:35 
GeneralLogical Drive Information Pin
matthias s.19-Dec-02 15:23
matthias s.19-Dec-02 15:23 
GeneralRe: Logical Drive Information Pin
Kannan Kalyanaraman19-Dec-02 18:02
Kannan Kalyanaraman19-Dec-02 18:02 
GeneralRe: Logical Drive Information Pin
Jeff J19-Dec-02 20:24
Jeff J19-Dec-02 20:24 
GeneralRe: Logical Drive Information Pin
Rein Hillmann19-Dec-02 21:31
Rein Hillmann19-Dec-02 21:31 
GeneralRe: Logical Drive Information Pin
leppie20-Dec-02 6:11
leppie20-Dec-02 6:11 
GeneralSecondary Thread Pin
kasturirawat19-Dec-02 14:25
kasturirawat19-Dec-02 14:25 
GeneralRe: Secondary Thread Pin
Eric Gunnerson (msft)20-Dec-02 8:19
Eric Gunnerson (msft)20-Dec-02 8:19 
You should be able to do this, but you can't do the actual update from the second thread. At least not reliably.

You'll need to use Control.Invoke() on the treeview control. Create a function that does the add on the control, create a delegate to it, and pass the delegate and the parameters to Invoke(). It will then get called on the main UI thread.
Questionsecurity for a service? Pin
imran_rafique19-Dec-02 13:07
imran_rafique19-Dec-02 13:07 
GeneralCursor woes. Pin
Tom Welch19-Dec-02 4:06
Tom Welch19-Dec-02 4:06 
GeneralRe: Cursor woes. Pin
Rob Graham19-Dec-02 5:01
Rob Graham19-Dec-02 5:01 
GeneralRe: Cursor woes. Pin
Joel Matthias19-Dec-02 7:42
Joel Matthias19-Dec-02 7:42 
GeneralRe: Cursor woes. Pin
Tom Welch19-Dec-02 7:55
Tom Welch19-Dec-02 7:55 
GeneralRe: Cursor woes. Pin
Anonymous19-Dec-02 9:15
Anonymous19-Dec-02 9:15 
GeneralRe: Cursor woes. Pin
Joel Matthias19-Dec-02 9:14
Joel Matthias19-Dec-02 9:14 
GeneralArrayList Comparison/Diff Pin
gercules19-Dec-02 0:08
gercules19-Dec-02 0:08 
GeneralRe: ArrayList Comparison/Diff Pin
Rob Graham19-Dec-02 5:07
Rob Graham19-Dec-02 5:07 
GeneralRe: ArrayList Comparison/Diff Pin
Eric Gunnerson (msft)19-Dec-02 10:36
Eric Gunnerson (msft)19-Dec-02 10:36 
QuestionExtender Bug? Or am I missing something? Pin
FruitBatInShades18-Dec-02 23:53
FruitBatInShades18-Dec-02 23:53 
GeneralPoint out the error Pin
sns18-Dec-02 21:41
sns18-Dec-02 21:41 
GeneralRe: Point out the error Pin
Jeff J19-Dec-02 15:11
Jeff J19-Dec-02 15:11 
GeneralRe: Point out the error Pin
sns20-Dec-02 1:57
sns20-Dec-02 1:57 
GeneralRe: Point out the error Pin
sns20-Dec-02 17:29
sns20-Dec-02 17:29 
GeneralRe: Point out the error Pin
Jeff J20-Dec-02 18:08
Jeff J20-Dec-02 18:08 
GeneralRe: Point out the error Pin
sns22-Dec-02 21:19
sns22-Dec-02 21:19 

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.