Re: Tabbed form - VB6

Tech-Archive recommends: Fix windows errors by optimizing your registry



Eh, I don't want to start even more bad feelings here...but the SSTab is
made by Sheridan...and it's crap. Very resource intensive and I got lots of
"Out of Memory" errors when using it.

To use the Common Control version of a tabstrip, you'll have to create a
fream for each tab, then sync them up at runtime...this way each tab shows
it's own frame. Then you design your frames with whatever they need.

Peruse through Planet Source Code (www.pscode.com) for TabStrip and see what
comes up.

- Kev

"Egghead" <robertlo@xxxxxxxxxx> wrote in message
news:uhzkrFUqHHA.532@xxxxxxxxxxxxxxxxxxxxxxx
| Use sstab in vb6.0 instead
| The std tab is not use friendly
|
| --
| cheers,
| RL
| "Ted" <nomail@xxxxxxxxxx> wrote in message
| news:ExZ9i.48$da1.14@xxxxxxxxxxxxxxx
| > This may be a silly question, but I have created a form with four tabs,
| > and labeled the tabs.
| > How does one select each tab page to add controls? Pressing the tab
does
| > nothing.
| >
| > I have added controls to the first tab, but they are actually on the
| > form's background.
| >
| >
| >
|
|


.



Relevant Pages

  • Re: SSTab -- How to disable/enable an option button from a different tab.
    ... I was resetting control properties in the ssTab ... The code disables controls that are not on the current tab. ... Command2 toggles the display of the Frame ON/OFF ...
    (microsoft.public.vb.controls)
  • Re: Adding a complete frame at runtime
    ... I created a frame and put the 3 controls onto it, ... Then I add the tab during load and the frame with it controls onto that tab. ... > Private Sub CurrentTextBox_Change ...
    (microsoft.public.vb.controls)
  • Re: FlexGrids on SSTabs
    ... Me.Width feeds Frame.Width, which feeds Tab.Width, ... prior to sliding the frames around - thus shifting the appropriate frame ... for the active tab. ... as the left property of the controls inside the frame is relative to the ...
    (microsoft.public.vb.controls)
  • Re: Adding a complete frame at runtime
    ... > I have a tabstrip and wanted to add/place a frame with all of its controls ... things and how many controls on each tab you're talking about. ... Private Sub CurrentTextBox_Change ...
    (microsoft.public.vb.controls)
  • Re: Resize in SSTab
    ... >I am using a SSTab in a VB6 Application. ... I put some controls in differents ... each tab is NOT a container in and of itself. ...
    (microsoft.public.vb.controls)