Hi All
I'm getting a problem with using the tab strip control.
What I want to do is create and add tabs at runtime
(as in the msdn example). However my project complains
about the type "Tab"
Dim tabX As Tab
This gives me a "Expected: New or type name" message.
I assume this is because the proper reference is not
included in the project.
I've tried adding
MSCOMCTL.OCX
MSCOMCTL2.OCX
COMCTL332.OCX
which are the ocx files I see associated with the components
on my toolbar. Adding any of these gives me a "conflicts
with existing module" message.
I'm using the sstab elsewhere in the project. Perhaps this
is a problem?
Any Ideas what's going on here?
I'm getting a problem with using the tab strip control.
What I want to do is create and add tabs at runtime
(as in the msdn example). However my project complains
about the type "Tab"
Dim tabX As Tab
This gives me a "Expected: New or type name" message.
I assume this is because the proper reference is not
included in the project.
I've tried adding
MSCOMCTL.OCX
MSCOMCTL2.OCX
COMCTL332.OCX
which are the ocx files I see associated with the components
on my toolbar. Adding any of these gives me a "conflicts
with existing module" message.
I'm using the sstab elsewhere in the project. Perhaps this
is a problem?
Any Ideas what's going on here?