On Mouse Move Event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I have a Problem. I have a dialog form with Popup property set to "Yes" as
my startup form. It has numbers of controls. I Customizes the backgrounds and
fonts of controls on mouse move event. The form work fine when MS Assecc main
window is open but as i run it from a shortcut from desktop with shortcut
property set to minimize, the popup form appears with a lot of flikering of
backgrouds of all controls on the form even if the mouse is moved on detail
section. The detail section has the coding for original back colour on mose
move event. Can I debug it or I have to run the startup with MS Access window
ON.
 
I said:
I have a Problem. I have a dialog form with Popup property set to "Yes" as
my startup form. It has numbers of controls. I Customizes the backgrounds and
fonts of controls on mouse move event. The form work fine when MS Assecc main
window is open but as i run it from a shortcut from desktop with shortcut
property set to minimize, the popup form appears with a lot of flikering of
backgrouds of all controls on the form even if the mouse is moved on detail
section. The detail section has the coding for original back colour on mose
move event. Can I debug it or I have to run the startup with MS Access window
ON.


That's an unusual situation so there won't be many people
familiar with its pecularities. More of us might be able to
provide some potentially useful comments if we could see the
code you are using to flip-flop the control properties.

At this point all I can say is that you should not be
setting a property that is already set. Doing that causes a
screen repaint that may appear as flickering.
 
Back
Top