Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CppDARREN

    Stopping a 'Flat' button from raising when the mouse hovers over it?

    Thanks BuilderSpec, -It didnt work, it would have been logical if it had, but strangely it didnt. I have ended up solving the problem by sending the last button a 'the mouse has left you' type reminder, incase its forgotten to unhighten itself. eg: pLastSpeedButton->Perform( CM_MOUSELEAVE, 0...
  2. CppDARREN

    Stopping a 'Flat' button from raising when the mouse hovers over it?

    Thanks BuilderSpec that was a good point and worht considering, but the problem is that not only do I still need it to behave like a button, but I am also relying on alot of the other properties and methods of the TSpeedButton. After further testing it is a problem that can be reproduced by...
  3. CppDARREN

    Stopping a 'Flat' button from raising when the mouse hovers over it?

    I have used a TSpeedButton on my application and set its flat property. However when the mouse hovers over it the button shows a border/raised edge to hilite itself. I have managed to draw over this rectangle with my own (background coloured) rectangle by intercepting the OnMouseMove event, but...

Part and Inventory Search

Back
Top