Hi
I have a Image path(some thing like this "http://ABC/XYZ/PQR.gif").And I want to assign this image to checkbox in winforms using C#.winfroms checkbox does not have SRC,How can I assign this image to checkbox.?
Hi
I have a Image path(some thing like this "http://ABC/XYZ/PQR.gif").And I want to assign this image to checkbox in winforms using C#.winfroms checkbox does not have SRC,How can I assign this image to checkbox.?
I'd create a User Control with your image(s) and a standard CheckBox, perhaps with no Text.
You can add an Image property to the control and the control can handle the display details.
The Background of a check box can be filled with a provided image.
See
Try this