In an attempt to dress up one of our apps, we have been using custom icons and the Mouse Move/Up/Down to give it more of a "web" based feel where the buttons (images) rise when you mouse over them.
We used to use command buttons, but with the custom icons, you would get the "edge ring" around the command button depending on the color scheme.
The problem is, when I use the MouseUp Event to reset the image to flat (me.imgXyz.SpecialEffec=0), and open another form, it takes a second to set the special effect. I timed it against a command button that calls the same form, the time is identicle, but because the image does not go back flat until the form is loaded, it gives the appearance of being slower or stuck.
I have tried to reset the image via a call to a Procedure, and the same with opening the form.
Is there another option I have or something I have overlooked.
Thanks,
Rube
We used to use command buttons, but with the custom icons, you would get the "edge ring" around the command button depending on the color scheme.
The problem is, when I use the MouseUp Event to reset the image to flat (me.imgXyz.SpecialEffec=0), and open another form, it takes a second to set the special effect. I timed it against a command button that calls the same form, the time is identicle, but because the image does not go back flat until the form is loaded, it gives the appearance of being slower or stuck.
I have tried to reset the image via a call to a Procedure, and the same with opening the form.
Is there another option I have or something I have overlooked.
Thanks,
Rube