I have written the code for change a colour to gray in one check box click event of an Picture box in windows application with c#.net. If i uncheked the check box then i want to display the previous image that is chenage the colur to previous image colour from gray colour. its urjent give reply soon please consider my query.
Thanks all.
Sahasra Wednesday, April 09, 2008 11:20 AM
Keep a backup of the old image and write it over your new gray image.
Or have two different image (one with your image and the other all gray). Have them one over the other and make one hidden and the other visiblewhen clicking the checkbox.
ThE_lOtUs Wednesday, April 09, 2008 1:48 PM
Keep a backup of the old image and write it over your new gray image.
Or have two different image (one with your image and the other all gray). Have them one over the other and make one hidden and the other visiblewhen clicking the checkbox.