btnA.Width = btnA.Width + 10
btnA.Height = btnA.Height + 10
Ans: See the Chocolates example.
Name | Left | Top | Width | Height | Color |
---|---|---|---|---|---|
picA | 20 | 20 | 200 | 200 | White |
picA | 40 | 40 | 160 | 160 | Blue |
picA | 20 | 60 | 60 | 120 | Red |
Set the background color of the form to black.
Ans: See the PictureBoxes example.
Ans: See the Tax example.
Ans: See the Gpa1 example.
Ans: See the Pythagorean example.
Text:   The CheckBox caption.
Maximum:   The maximum possible value of the trackbar.
LargeChange:   The change in the trackbar value when PageUp or PageDown are pressed.
SmallChange:   The change in the trackbar value when the arrow keys are pressed.
TickFrequency:   The distance between trackbar tick marks.
Value:   The current value of the trackbar.
Ans: See the Pink Example.
Ans: See the Over90 example.
Ans: See the Gpa2 example.