Toolbars

  • Thread starter Thread starter Steven Smith
  • Start date Start date
S

Steven Smith

How can I make my toolbars float any snippets of code or
just some explanation on the subject would be helpful

Thanks in advance

Regards Steve
 
I'm guessing that you would need to make another form that just shows the
tool bar, and set alwaysontop = true for the form that holds the toolbar.
Course, then you're going to have to pass the toolbar commands back and
forth between the forms too... I'm pretty sure that isn't built into the
toolbars available through the framework; you may be able to find a 3rd
party control that does what you want.

Josh Moody
VSU Team

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
 
Back
Top