Results 1 to 2 of 2
  1. #1
    95DSM is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Jul 2010
    Posts
    37

    On Mouse Move, Flickering

    I have read a few threads on this and I still cant figure out how to resolve this problem. My current form has three labels at the top labled File, Forms, Reports. Beneathe those labels there are more. They are in a drop down type setting. Almost like how most toolbars have File, Edit, View, Tools, etc.

    The three top lables are always visible, but the bottom labels are set to invisible. On Mous Move of File, Form, and Report the bottom labels become visible. Now the problem is, whenever the cursor is crusing around the rest of the form, flickering tends to happen. My current code is pretty straight forward...

    FileBox.Visible = True
    RefreshFrm.Visible = True
    PrintFrm.Visible = True
    CloseFrm.Visible = True
    Seperator.Visible = True
    CloseDB.Visible = True



    Let me know if you have any suggestions.

    Thanks

  2. #2
    95DSM is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Jul 2010
    Posts
    37
    Does anyone have an idea on how to solve this flickering problem?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Show Mouse Position
    By pkstormy in forum Code Repository
    Replies: 0
    Last Post: 08-31-2010, 04:37 AM
  2. Replies: 1
    Last Post: 06-02-2009, 04:44 PM
  3. Replies: 1
    Last Post: 03-29-2009, 08:27 AM
  4. Mouse click to open form
    By darryl.charles in forum Programming
    Replies: 0
    Last Post: 09-05-2008, 10:33 AM
  5. Mouse Pointer Changes
    By BernardKane in forum Programming
    Replies: 2
    Last Post: 06-28-2006, 04:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums