Results 1 to 2 of 2

Thread: Opening Browser Windows from TreeView

  1. #1

    Thread Starter
    Member UConnVendetta's Avatar
    Join Date
    Jul 2003
    Location
    Madison, CT, USA
    Posts
    36

    Exclamation Opening Browser Windows from TreeView

    When the user clicks a button on my form, it goes through a TreeView where Checked = True. It finds all the checked nodes and runs a sub which will load multiple webpages (at the same time) based on which of the nodes were checked. I know that you can use the following code to load a single webpage:
    VB Code:
    1. System.Diagnostics.Process.Start("http://www.google.com")
    but I need to be able to open multiple pages at once. How can I do this?
    Jazzman Will Rosenberg
    Chief Admin of [Vendetta]
    http://vendetta.n3.com
    AIM: UConnVendetta, CollegeGuy184

  2. #2

    Thread Starter
    Member UConnVendetta's Avatar
    Join Date
    Jul 2003
    Location
    Madison, CT, USA
    Posts
    36

    TreView?

    I also need to know how to determines which nodes have been checked. If only VB.net accepted MySQL code:
    Code:
     SELECT FROM Nodes WHERE Checked = True
    How can I accomplish this with VB.net?

    Thanks,
    Jazzman Will Rosenberg
    Chief Admin of [Vendetta]
    http://vendetta.n3.com
    AIM: UConnVendetta, CollegeGuy184

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