View Full Version : Removing an unwanted TabControl


DH
06-24-2000, 12:38 AM
After inserting a TabControl into my Form,I decided to remove it.Although it is no longer shows in Design view every time I click where it use to be in form view it re-appears.Does this mean I have to create a new form or is there something much simpler.

Thanks

David

Carol
06-24-2000, 11:51 AM
The code for the tab on-click is still present in the code for your form. Go into your form in design view, click on code and remove this coding only.
Good luck.

DH
06-26-2000, 09:23 AM
Thankyou.I'm now in control ??????