Results 1 to 4 of 4

Thread: [RESOLVED] [02/03]

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2006
    Posts
    137

    Resolved [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!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2006
    Posts
    137

    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

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [02/03]

    You mark the thread as Resolved from the Thread Tools menu at the top.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width