Toolbar

  • Thread starter Thread starter alves
  • Start date Start date
A

alves

Hi,

I have created a add-in that installs a small toolbar. I want this
toolbar to appear next to the others, rather than floating around. any
idea on how to do this?

I have this code:
Toolbar.Top = 50
Toolbar.Left = 450
Toolbar.Visible = True

how can I instruct the toolbar to be with the others?


Thanks in advance

PA
 
Thanks!

Getting closer! it appears in a fixed positiopn now, but in a new row
of toolbars. I have 2 rows of toolbars and when I load the addin it
creates a third one for this toolbar.

Again, thanks a lot

PA
 
Back
Top