Thursday, October 28, 2010

How do you get rid of the border on a command button in VB 6.0?

My friend is making a game in VB 6 and he wants to get rid of the border on a button. Can you do that?How do you get rid of the border on a command button in VB 6.0?
I'm not sure you can remove the border, but you can use a label and make it a click-able command. The properties of the command button and label are different, so you would need to add more information here depending on what you are trying to do. The label works if you want to click on text, if you want to click on a picture, then you can place an image on the form and make it click-able as well. Lot's of options, but like I said, depends on the behavior you expect in the properties section.

No comments:

Post a Comment