can anyone help with a problem I am faced with,
http://i877.photobuc...91/Untitled.png
above is the picture of a program I am building, and am faced with an error
Operator '=' is not defined for types 'System.Drawing.Image' a Error
Objective;
to click the flag button and it adds a flag image to the button, as you can see no problem doing this but when I add the code to remove it, it comes up with the error above
Button2.Image = My.Resources.mark And Button2.Image = Nothing
additional information
the 2nd part of the code
Button2.Image = Nothingworks on on its own as well but if you put the 2 together in the same line you get a debug error
how can I solve this problem
Kind Regards
Bradley

New Topic/Question
Reply




MultiQuote





|