Placing/Positioning a CommandBar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,
I wrote a COM Add-In for OL2003 and defined a commandBar.
I create the CommandBar each time the OL launches but i would like to
preserve its location to what the user last used. Before exit OL i save the
..TOP and .LEFT into the registery and use that for the next launch. The read
values is correct but it seems that the CommandBar is placed in a different
TOP level. I have two CommandBars and it seems that each is placed in a
different line regardless of my initial setting.

Please help
Thanks
David
 
You need to save/set RowIndex and Position, as well as Top and Left.
 
Back
Top