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

C#

 
GeneralRe: Pass a parameter to a thread Pin
Bo Hunter13-Oct-03 18:08
Bo Hunter13-Oct-03 18:08 
GeneralRe: Pass a parameter to a thread Pin
eggie514-Oct-03 13:07
eggie514-Oct-03 13:07 
GeneralRe: Pass a parameter to a thread Pin
Guillermo Rivero14-Oct-03 13:20
Guillermo Rivero14-Oct-03 13:20 
GeneralRe: Pass a parameter to a thread Pin
Minh Truong13-Oct-03 18:08
Minh Truong13-Oct-03 18:08 
GeneralRe: Pass a parameter to a thread Pin
eggie515-Oct-03 14:49
eggie515-Oct-03 14:49 
GeneralRe: Pass a parameter to a thread Pin
Corinna John13-Oct-03 19:55
Corinna John13-Oct-03 19:55 
QuestionCan C# project complied to win32 dll? Pin
NotProfessional13-Oct-03 15:15
NotProfessional13-Oct-03 15:15 
AnswerRe: Can C# project complied to win32 dll? Pin
Minh Truong13-Oct-03 18:11
Minh Truong13-Oct-03 18:11 
AnswerRe: Can C# project complied to win32 dll? Pin
Bo Hunter14-Oct-03 13:21
Bo Hunter14-Oct-03 13:21 
QuestionHow can i set disk VolumeName in C#(winform) Pin
newpant13-Oct-03 13:51
newpant13-Oct-03 13:51 
AnswerRe: How can i set disk VolumeName in C#(winform) Pin
newpant14-Oct-03 4:46
newpant14-Oct-03 4:46 
AnswerRe: How can i set disk VolumeName in C#(winform) Pin
newpant16-Oct-03 12:33
newpant16-Oct-03 12:33 
GeneralPrompting use for file immediately Pin
Joe Woodbury13-Oct-03 12:41
professionalJoe Woodbury13-Oct-03 12:41 
GeneralRe: Prompting use for file immediately Pin
leppie13-Oct-03 13:03
leppie13-Oct-03 13:03 
GeneralRe: Prompting use for file immediately Pin
Joe Woodbury13-Oct-03 17:16
professionalJoe Woodbury13-Oct-03 17:16 
GeneralRe: Prompting use for file immediately Pin
Corinna John13-Oct-03 20:00
Corinna John13-Oct-03 20:00 
GeneralRe: Prompting use for file immediately Pin
Joe Woodbury14-Oct-03 5:48
professionalJoe Woodbury14-Oct-03 5:48 
Generallistview makes debuguer stop working Pin
IsaacB13-Oct-03 11:50
IsaacB13-Oct-03 11:50 
GeneralRe: listview makes debuguer stop working Pin
leppie13-Oct-03 13:29
leppie13-Oct-03 13:29 
GeneralExcel Automation in C# Pin
AZBugsBunny13-Oct-03 10:20
AZBugsBunny13-Oct-03 10:20 
QuestionCustom controls in a DataGrid? Pin
Spaced13-Oct-03 10:07
Spaced13-Oct-03 10:07 
QuestionHow do I access a node in an ArrayList? Pin
adonisv13-Oct-03 8:19
adonisv13-Oct-03 8:19 
AnswerRe: How do I access a node in an ArrayList? Pin
Guillermo Rivero13-Oct-03 9:07
Guillermo Rivero13-Oct-03 9:07 
AnswerRe: How do I access a node in an ArrayList? Pin
leppie13-Oct-03 9:45
leppie13-Oct-03 9:45 
GeneralaxWebBrowser, Tab Control and Memory Pin
JJF00713-Oct-03 8:15
JJF00713-Oct-03 8:15 
Hi!

I want to create a application which have a tab control in where it should host a axwebbrowser for each tab.

So far no problem, but everytime i add a new instance of the axwebbrowser it creates about 10mb more memory usage.
And thats not nice Wink | ;) ... i know that you can copy instance with

axwebbrowser2 = axwebbrowser1

but then you have to set the location configs again to them and i mean it's not the nicest and cleaniest way
to do this! And the axwebbrowser1 is gone, so if i go back to the first tab i have to copy it back

axwebbrowser1 = axwebbrowser2

and add the location config again to the first webbrowser.


I searched for this on Google and here at CP but i can't find any solution. Maybe someone can help me out of this Smile | :)



Thanks




Matthias

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.