Hi!!!
I have a form with a StatusBar and a Menu. I want to display a message in the StatusBar whenever the mouse is on one of the Menu items.
Does someone have an idea (maybe an API function)?
Printable View
Hi!!!
I have a form with a StatusBar and a Menu. I want to display a message in the StatusBar whenever the mouse is on one of the Menu items.
Does someone have an idea (maybe an API function)?
Check out the Code Snippet I posted for the similar question.
------------------
Serge
Senior Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819
I checked the code and found out that it is very similar to the tip I found in this site.
The problem is that every time the form loads, the application is terminated because of an illegal operation. I think it's a problem with the Addressof function.
Do you have any idea?
If the problem really is the AddressOf operator, the problem can be solved very easily. Just cut and paste the code to the top of the code of your form and it works just fine! This is because of the AddressOf operator only works in form modules.