How do you get MS style buttons (i.e. that appear flat normally - but raised when you mouse over)?
How do you get MS style buttons (i.e. that appear flat normally - but raised when you mouse over)?
Author
Message
Alice Mead #1 / 3
How do you get MS style buttons (i.e. that appear flat normally - but raised when you mouse over)?
Much like the buttons used in the VB5 palette of controls - also MS tool bars. Any clues would be greatly appreciated.
Alice
Mon, 08 Jan 2001 03:00:00 GMT
MICHAEL S MAYNAR #2 / 3
How do you get MS style buttons (i.e. that appear flat normally - but raised when you mouse over)?
Quote:
>Much like the buttons used in the VB5 palette of controls - also MS tool >bars. Any clues would be greatly appreciated.
>Alice
Your best bet is to roll your own activex control... I did it and it is a great button. Text color changes when the mouse moves over it and it raises up when the mouse is over it also.
Mike
Mon, 08 Jan 2001 03:00:00 GMT
Walte #3 / 3
How do you get MS style buttons (i.e. that appear flat normally - but raised when you mouse over)?
On the Microsoft web site is the Coolbar control. (I believe its part of the VB5.0 SP3 patch). Anyway, its part of Common Controls 3 and it displays toolbar buttons like IE4.
Quote:
>Much like the buttons used in the VB5 palette of controls - also MS tool >bars. Any clues would be greatly appreciated.