axWebBrowser, Tab Control and Memory
-
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 ;) ... 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 :) Thanks Matthias