From: Leo on
I am looking for a decent replacement for the rebar and toolbar
controls that doesn't rely on any other controls or dlls. Hopefuly it
would be able to be setup at design time like the MS controls. I have
done a bit of searching for terms such as vb6 ie style toolbar and I
found one on vbaccelerator but it doesnt have a design time gui to set
it up.

--
ClassicVB Users Regroup! comp.lang.basic.visual.misc
Free usenet access at http://www.eternal-september.org


From: Dee Earley on
On 21/06/2010 16:33, Leo wrote:
> I am looking for a decent replacement for the rebar and toolbar controls
> that doesn't rely on any other controls or dlls. Hopefuly it would be
> able to be setup at design time like the MS controls. I have done a bit
> of searching for terms such as vb6 ie style toolbar and I found one on
> vbaccelerator but it doesnt have a design time gui to set it up.

A replacement for what reason?
The standard windows ones are.. standard and come with Windows.
You can either use the OCX which is all nice and VBified or use the
win32 controls directly and do it yourself.

--
Dee Earley (dee.earley(a)icode.co.uk)
i-Catcher Development Team

iCode Systems

(Replies direct to my email address will be ignored.
Please reply to the group.)
From: Leo on
Dee Earley has brought this to us :
> On 21/06/2010 16:33, Leo wrote:
>> I am looking for a decent replacement for the rebar and toolbar controls
>> that doesn't rely on any other controls or dlls. Hopefuly it would be
>> able to be setup at design time like the MS controls. I have done a bit
>> of searching for terms such as vb6 ie style toolbar and I found one on
>> vbaccelerator but it doesnt have a design time gui to set it up.
>
> A replacement for what reason?
> The standard windows ones are.. standard and come with Windows.
> You can either use the OCX which is all nice and VBified or use the win32
> controls directly and do it yourself.

I want to implement an IE style menubar which the vb ocx won't let me
do due to the way it sizes the buttons when they have text applied to
them.

--
ClassicVB Users Regroup! comp.lang.basic.visual.misc
Free usenet access at http://www.eternal-september.org