Index Tabs 
Author Message
 Index Tabs

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.


Wed, 09 May 2012 02:30:06 GMT  
 Index Tabs

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.

Since the only other thread you posted is dotnet related, I assume that you
are not using VB6 or lower. In this case, try the following group:




Wed, 09 May 2012 02:52:04 GMT  
 Index Tabs

Actually, in this case I am using VB6.

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.

> Since the only other thread you posted is dotnet related, I assume that you
> are not using VB6 or lower. In this case, try the following group:


> .



Wed, 09 May 2012 03:56:01 GMT  
 Index Tabs
Mike.
Not exactly sure if this is what you want to do. I have a form with a
number frames on it that have their visibility set to false. When I
click a command button it sets visibility to true for the corresponding
frame.
Stan
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.



Wed, 09 May 2012 04:48:30 GMT  
 Index Tabs


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



Wed, 09 May 2012 07:58:04 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. VB5 and Sheridan Index Tab (Tabctl32.ocx)

2. Too many indexes - Wierd hidden indexes preventing index add

3. problem with tab index

4. Tab Index on Forms

5. Tab Index property mixed case

6. Easier way of changing Tab Indexes?

7. tab index

8. tab index editor

9. TAB INDEX goes nuts!

10. Tab Indices Out Of Order

11. Tab Strip and SelectedItem.Index

12. Text Box Tab Index Increments

 

 
Powered by phpBB® Forum Software