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:but I need to be able to open multiple pages at once. How can I do this?VB Code:
System.Diagnostics.Process.Start("http://www.google.com")




Reply With Quote