VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Active Menu Help Control Version 1.00

Custom Controls/Forms/Menus   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Dear Brothers and Sisters,
Have you ever dreamed of giving on line help about your menus in status bar as user moves mouse over menus. This feature is available by default in applications developed in VC++ with MFC.
Here is a simple solution to all your menu help problems. This amazing Active Menu Help Control for VB 6.00 do all this with ease. This control needs VB 6.00 runtime files.This control does not need any third party subclassing ocx control.
Friends who are interested in source code please do not waste their time because it is compiled ActiveX control with demo app. Source code of demo app explains how to use control. It is just one line code.
Private Sub MenuHelp1_MenuSelected(menuString As String)
sbStatusBar.Panels(1).Text = menuString
End Sub

Rate Active Menu Help Control Version 1.00 (11(11 Vote))
Active Menu Help Control Version 1.00.bas

Active Menu Help Control Version 1.00 Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters