Sunday, October 27, 2013

Visual Basic 2010: Red cross in checkboxes

So I'm making a visual basic program and I have two text boxes, one on top of the other, and I have some code that checks if they match. Similar to password confirmation. If they match I have a check box check, and if not it doesn't. However I recently saw a check box that when unchecked doesn't display blank but displays a red cross.


How can I achieve this?


No comments:

Post a Comment