View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Adding control in VB

On the toolbox, right-click and select component. Then click Browse and
browse to where the file is (C:\Windows\System32 on my system) and select
it. It will then appear as a checked item in the list, with the SSTab on the
toolbox.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Anya" wrote in message
...
This is really a VB 6.0 question:
I'm trying to create a form with multiple tabs in VB (not
VBA). In Books Online, it says I must add the
control's .OCX file to the project in order to use SSTab
control found in TABCTL32.OCX file. My question is, does
anyone know how to add this .OCX file? I have no clue...
Is it similar to adding a reference to a library?
Any help is greatly appreciated...