Quote:
> I was wondering if it were possible to have a form with index tabs on the
> side that would behave like contol buttons. These tabs would open a
> section
> of a document. An example would be a patient file where section one would
> be
> personal information, section two would be medical information, section
> three
> would be lab reports. I know that you guys like to see code, but I haven't
> any yet. I'm not sure what direction to go to get started. Thanks.
Try a TabStrip control. This is part of Windows Common Controls. Set the
TabStrip's Placement property to 2 - tabPlacementLeft. Personally, however,
I think I'd find this annoying (the tabs being on the side, presumably left
side, of the form). Probably better to have the tabs in the traditional
style.
--
Mike