Wednesday, August 4, 2010

Visual Basic

If you want to add something to your form click the tab on the left of the screen that says tools.
To change the properties of something you click it then in the bottom right corner there are a whole heap of things you can change.
If you want to view your form to see if it works then click the green play button found jus under the tab windows. To get back to the design mode you click the blue stop button where the play button was.
To change what the button does eg. hide picture, double click it and type insert file name of picture here. Visable=False. This means that when you click the button hide the picture will disappear. To make it show again do the same for the button show but type True instead of False. This also works for the radio button.
To insert a picture select picturebox, go to the property image and click the button with the dots in it. Then select local resource and import. To change the size of the image click the play type button in the corner and click stretch and then move the sides of the image to get it the right size.

No comments:

Post a Comment