Link to home
Start Free TrialLog in
Avatar of Nasser Hamdan
Nasser HamdanFlag for United Arab Emirates

asked on

Image transparent buttons windows forms c#

Hi,

I have windows form application c# 2.0, and i want to add new buttons that have images and i want the button to be displayed as transparent so the images will be only displayed for the user to click on? anybody know any good sample of doing so?

Thanks,
Avatar of JackOfPH
JackOfPH
Flag of Philippines image

You can try adding just PictureBox controls and set the Click event...


Regards,
Mishu
Avatar of Nasser Hamdan

ASKER

JackOfPH,

The sample you have provided dont take images as property for the button,, its just displaying arrows!
Mishu,,

If i added picture box the UI wont behave as regular buttons,,, hover when clicked ..etc
According to your provided sample,, the image button still display the button edges,, means the button still not transparent,,, also i have seen this sample before,, along with all code project samples that talk on same subject :)
ASKER CERTIFIED SOLUTION
Avatar of Mihai Stancescu
Mihai Stancescu
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes i think i have to go with this solution and create it myself!

Thanks Mishu ,, elaak