I need to highlight the button when the mouse pointer moves over it. Currently I am using TbitButton.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I Think You are using Delphi 7 (from your previous posts)
Just drag and drop XPManifest component from win32 tab in your tool pallet.Run your app now
or create a XML file with
and save it as yourexename.exe.Manifest and save it on the same directory your exe is stored.
//replace “yourexename” with your application name