UCM
Centurion
Hey guys...
I am working on a new project with the tab control object and an axwebbrowser object...
One thing I want to allow the user to do is to change the positioning of the tabs on the tab control ( top, right, bottom, left ) at run time...
I have tabcontrol1 with tabpage1 and AxWebBrowser1 is on tabpage1...
When the program starts, it comes up fine, but when I change the tab alignment property on the tabcontrol1 object ( at run time ) then the tab will move to the desired place...
The problem is that when the tabs omve, the axwebbrowser object disappears and I cant get it back...
I've tried:
tabpage1.sendtoback()
axwebbrowser1.bringtofront()
Any ideas??
I am working on a new project with the tab control object and an axwebbrowser object...
One thing I want to allow the user to do is to change the positioning of the tabs on the tab control ( top, right, bottom, left ) at run time...
I have tabcontrol1 with tabpage1 and AxWebBrowser1 is on tabpage1...
When the program starts, it comes up fine, but when I change the tab alignment property on the tabcontrol1 object ( at run time ) then the tab will move to the desired place...
The problem is that when the tabs omve, the axwebbrowser object disappears and I cant get it back...
I've tried:
tabpage1.sendtoback()
axwebbrowser1.bringtofront()
Any ideas??