VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Active Menu Help Control Version 1.00


Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (11 Votes)

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

Upload

Download this snippet    Add to My Saved Code

Active Menu Help Control Version 1.00 Comments

No comments have been posted about Active Menu Help Control Version 1.00. Why not be the first to post a comment about Active Menu Help Control Version 1.00.

Post your comment

Subject:
Message:
0/1000 characters