
Q: Property Sheets / Property Page How to
Quote:
> I found the Tabstrip control, but I cannot get
> other controls to attach to this. I am obviously missing
> something here. Any help appreciated.
The TabStrip control is rather odd in that you have to manually
build the pages, using a picture box. Have an array of picture
boxes on the client area of the tab strip and use the ZOrder
method (or Ctrl-J at design time) to show one or the other on
top. Then attach your controls to the picture box.
Yes, it's a pain, but it doesn't have the limitations and bugs of
the SSTab control.