|
-
Jun 22nd, 2004, 08:58 PM
#1
Thread Starter
New Member
Control Question
Okay, I am having a problem with my program that i am making it is a Web browser that uses the AxWebBrowser control and I have it where I can add a tab to the tab control but, when i try to make a new AxWebBrowser it doesn't show up in the new tab.
here is my code i am using..
VB Code:
Dim A As New TabPage
Dim WB2 As New AxSHDocVw.AxWebBrowser
Me.Controls.Add(WB2)
Tabs.TabPages.Add(A)
Tabs.TabStop = True
I have not figured out how to set the WB2 to the Second Tab page.
Please help.
drgnstrmace
-
Jun 22nd, 2004, 09:26 PM
#2
Sleep mode
Add "WB2" object in the tab controllscollection .
-
Jun 22nd, 2004, 09:33 PM
#3
Thread Starter
New Member
thanks I could never figure it out but big thanks pirate....it works great now
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
|