LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default Textformat with mouse-over in userform

Hi

The available controls doesn not have a "mouse_out" / "mouse_leaving" event,
so highlighting with "mouse_over" can get quite complicated. I believe the
common solutions are to either make a timer check wether the mouse is still
there, or call the necessary cleanup code from all the other controls'
mouse_move events.

Otherwise, make sure to put Repaint in code that deals with visual changes
of the form.

HTH. Best wishes Harald

"Gert-Jan" skrev i melding
...
Textformat in a userform can change on mouse-over in Excel:
email1A.Font.Underline = xlUnderlineStyleSingle underlines the

e-mailadress.
But: email1A.Font.Underline = xlUnderlineStyleNone does not bring back the
original format. Any suggestions??




 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stretching a userform with the mouse Pierre Archambault Excel Programming 2 December 21st 05 02:27 PM
omvandling av tal från textformat till talformat sverker Excel Worksheet Functions 0 November 18th 05 06:32 PM
fly wheel on a mouse and a userform MD Excel Programming 2 May 14th 05 07:21 PM
How to create labels in a UserForm dynamically and be able to resize them with the mouse. Pierre Archambault Excel Programming 0 November 23rd 04 08:39 PM
Excel 2000 crashes after "touching" a userform with the mouse and closing it Chris J Mercer Excel Programming 0 October 1st 03 08:41 AM


All times are GMT +1. The time now is 08:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"