Windows Develop Bookmark and Share   
 index > Windows Forms General > Change Image Color
 

Change Image Color

Hi

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.

ThE_lOtUs  Wednesday, April 09, 2008 1:48 PM

You can use google to search for other answers

Custom Search

More Threads

• Form1 Way OverSized
• Formatting input string from TextBox
• Email Screen
• Migrating legacy Windows Form applications to a composite UI framework
• missing field data on datagridview
• Best practice for applying keyboard shortcut to multiple forms with datagrid
• treeview enhancement suggestions
• .net 2.0 scheduled task
• Opening new window
• Where do I hide/show toolstripmenuitem?