|
-
May 22nd, 2006, 05:59 PM
#1
Thread Starter
Addicted Member
[RESOLVED] [02/03]
so how would i add the WebBrowser object/control at run time?
I tried
dim wbexplorer as new webbrowser
MyTabPage.Controls.Add(wbexplorer)
but webbrowser is not recognised in this first line!
-
May 22nd, 2006, 06:35 PM
#2
Re: [02/03]
The WebBrowser is a new addition in .NET 2.0, as the MSDN documentation states, in red, at the very top of the help topic for the class.
Note: This class is new in the .NET Framework version 2.0.
If you want to benefit from all the new features of .NET 2.0 then you'll have to upgrade to VS 2005. You can get VB 2005 Express for free if that's all you need or if you want to try it out before purchasing a full version. The Express editions are really quite functional and all the majority of people starting out would need.
Also, please provide a descriptive title for your threads in future.
-
May 22nd, 2006, 06:38 PM
#3
Thread Starter
Addicted Member
Re: [02/03]
I have upgraded, after your greatly appreciated advice!
Now fishing through my errors! 
I dont know how to close or delete this thread, so admin, would you please advice or do for me ?
Thanks
-
May 22nd, 2006, 06:49 PM
#4
Re: [02/03]
You mark the thread as Resolved from the Thread Tools menu at the top.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|