|
Visual Basic is not firing the MouseDown event for the system tray when used in an MDI form even though this works fine on an SDI form. To get Visual Basic to fire the event properly, set ActiveBar's Align property to vbAlignRight or vbAlignLeft. The attached sample demonstrates the workaround.
Applies To: ActiveBar 2.0
|