Controls at runtime
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Basically ive a homemade webbrowser with lots of security and tools. On my main form..frmWebbrowser I plaaced an SStab1. I created code(works upon user request) to add a new tab with url as its name.eg... BrowserForm.Frame1.Visible = False BrowserForm.SSTab1.TabCaption(0) = BrowserForm.AddressField.Text BrowserForm.SSTab1.Tabs = 2 BrowserForm.SSTab1.TabCaption(1) = BrowserForm.AddressField.Text no problem here....but I want to create a new browser on the new tab. This must be done at runtime. ANd help would be highly appreciated..Thanks in Advance you guys have helped a lot already! oh..some FYI...:confused: Also I guess there are some issues with making the browser visible... thanks Greg S