VBobCat
Well-known member
Is there a way to set WebBrowser control not to download images while rendering HTML documents? That would help to speed up automation. Thank you very much!
By deleting it and adding the custom WebBrowser to your form instead. When you added the class(es) and recompiled project the 'Browser2' control, as it was called in this case, was added to Toolbox under project Components tab.how do I make the webBrowser control that is already in my form to "become" it?
Yes, unless you declare it nested within another class. Generally you should declare each new class in a new code file ('Add New Item...' and select one of the templates, or 'Add Class...').So, as for generalization, I ask: everytime I create a class that inherits an existing control and recompile, it will appear as new control type in the toolbox?