On Mouse Move Event

I

I H Naqvi

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.
 
M

Marshall Barton

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top