Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 19th, 2006, 02:15 AM
luanhoxung
Guest
 
Posts: n/a
Default On mouse move event not effective !

hi !
i try to use fSetFontBold("labelname") on Mouse move event but it dont
do.
Pls help me.
Thanks with appreciatedly.
Luan

  #2  
Old December 19th, 2006, 02:35 AM
missinglinq via AccessMonster.com
Guest
 
Posts: n/a
Default Re: On mouse move event not effective !

I think we need to see the code you use in your MouseMove event as well as
the code for the fSetFontBold function.

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via http://www.accessmonster.com

  #3  
Old December 19th, 2006, 06:05 AM
John Mishefske
Guest
 
Posts: n/a
Default Re: On mouse move event not effective !

luanhoxung wrote:
Quote:
hi !
i try to use fSetFontBold("labelname") on Mouse move event but it dont
do.
Pls help me.
Thanks with appreciatedly.
Luan
>
One possibility is that the event is firing so many times that the code can't complete.
You might consider setting a flag to indicate if the event is already being handled and if
so abort any additional attempt to run fSetFontBold().

Unset the flag on code completion. Just an idea...

--
'---------------
'John Mishefske
'---------------
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles