Click here to Skip to main content
15,923,051 members
Home / Discussions / C#
   

C#

 
GeneralCompiling an app in C# with windows dlls STATICALLY linked Pin
Szymon Pusz31-Mar-02 6:35
Szymon Pusz31-Mar-02 6:35 
GeneralRe: Compiling an app in C# with windows dlls STATICALLY linked Pin
Michael P Butler31-Mar-02 8:03
Michael P Butler31-Mar-02 8:03 
GeneralRe: Compiling an app in C# with windows dlls STATICALLY linked Pin
Daniel Turini31-Mar-02 9:05
Daniel Turini31-Mar-02 9:05 
GeneralScrolling Pin
inbal66631-Mar-02 5:01
inbal66631-Mar-02 5:01 
GeneralRe: Scrolling Pin
James T. Johnson31-Mar-02 13:23
James T. Johnson31-Mar-02 13:23 
GeneralRe: Scrolling Pin
inbal66631-Mar-02 21:05
inbal66631-Mar-02 21:05 
GeneralGui controls & Threads Pin
inbal66631-Mar-02 4:41
inbal66631-Mar-02 4:41 
GeneralRe: Gui controls & Threads Pin
James T. Johnson31-Mar-02 13:10
James T. Johnson31-Mar-02 13:10 
First call Begin/End Update on the treeview that should speed up the process a bit because it won't try to redraw after every addtion.

Then instead of calling the actual methods on the treview object you need to use the Invoke method on the object, which will marshal your calls to the thread that owns the handle.

The documentation will have to be your guide on on using Invoke because I've got another 2-3 days before I'm about to tackle the same thing in my app :-P

HTH,

James

Sonork: Hasaki
"I left there in the morning
with their God tucked underneath my arm
their half-assed smiles and the book of rules.
So I asked this God a question
and by way of firm reply,
He said - I'm not the kind you have to wind up on Sundays."
"Wind Up" from Aqualung, Jethro Tull 1971

GeneralRe: Gui controls & Threads Pin
inbal66631-Mar-02 20:53
inbal66631-Mar-02 20:53 
GeneralRe: Gui controls & Threads Pin
21-Apr-02 23:04
suss21-Apr-02 23:04 
QuestionWhat is the code for exit inVC#? Pin
User 1605531-Mar-02 2:03
User 1605531-Mar-02 2:03 
AnswerRe: What is the code for exit inVC#? Pin
singk31-Mar-02 2:23
singk31-Mar-02 2:23 
GeneralRe: What is the code for exit inVC#? Pin
Mazdak31-Mar-02 2:30
Mazdak31-Mar-02 2:30 
AnswerRe: What is the code for exit inVC#? Pin
Mazdak31-Mar-02 2:32
Mazdak31-Mar-02 2:32 
GeneralRe: What is the code for exit inVC#? Pin
James T. Johnson31-Mar-02 3:25
James T. Johnson31-Mar-02 3:25 
GeneralListView Owner Draw Pin
BLaZiNiX30-Mar-02 19:12
BLaZiNiX30-Mar-02 19:12 
GeneralWebBrowser Pin
BLaZiNiX29-Mar-02 19:53
BLaZiNiX29-Mar-02 19:53 
GeneralRe: WebBrowser Pin
James T. Johnson29-Mar-02 20:34
James T. Johnson29-Mar-02 20:34 
GeneralC#, COM, ASP and .NET... LOST Pin
Dato29-Mar-02 15:27
Dato29-Mar-02 15:27 
GeneralRe: C#, COM, ASP and .NET... LOST Pin
James T. Johnson29-Mar-02 20:45
James T. Johnson29-Mar-02 20:45 
GeneralRegular Expressions Pin
29-Mar-02 13:11
suss29-Mar-02 13:11 
GeneralRe: Regular Expressions Pin
James T. Johnson29-Mar-02 20:55
James T. Johnson29-Mar-02 20:55 
GeneralRe: Regular Expressions Pin
Christian Graus31-Mar-02 13:32
protectorChristian Graus31-Mar-02 13:32 
GeneralUpdate The Screen Pin
Nick Parker29-Mar-02 9:43
protectorNick Parker29-Mar-02 9:43 
GeneralRe: Update The Screen Pin
James T. Johnson29-Mar-02 21:05
James T. Johnson29-Mar-02 21:05 

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.