View Single Post
  #2 (permalink)  
Old 08-09-2006, 10:46 AM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Credits: 0
Rep Power: 12
Void is on a distinguished road
Default

Is the tab control covering the space the child forms appear?

Have you tried sending the control to the back - tab.sendtoback() and/or focusing the form form.focus() ?
__________________
Void
Reply With Quote