Results 1 to 4 of 4

Thread: Menus and StatusBars

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Post

    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)?

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    Check out the Code Snippet I posted for the similar question.

    ------------------

    Serge

    Senior Programmer Analyst
    [email protected]
    [email protected]
    ICQ#: 51055819

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Posts
    253

    Post

    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?

  4. #4
    Junior Member
    Join Date
    Jan 2000
    Posts
    24

    Post

    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.

    Doomstar
    http://surf.to/Doomstar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width