View Single Post
  #6 (permalink)  
Old 11-26-2007, 02:20 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,141
Default

You could use an ImageButton and set its Enabled property to false.
ImageButtons (unlike Image controls) support transparency.
You could also draw the image on the fore layer instead of using a control.
Reply With Quote