Difference between revisions of "Drawing, Graphics, and Images VB6"
From Free Knowledge Base- The DUCK Project: information for everyone
(New page: == Controls == === PictureBox: Picture Box Control === pMainShip.Picture = LoadPicture(Trim(App.Path) & "\" & "sc001.bmp") Category:Computer Technology [[C...) |
m |
||
Line 6: | Line 6: | ||
| | ||
+ | |||
+ | == Draw == | ||
+ | |||
+ | * Rectangle 100,100,200,200 | ||
+ | * Ellipse 110,110,190,190 | ||
+ | * RoundRect 220,300,350,400 | ||
+ | * Line 250,400,500,400 | ||
| |
Revision as of 15:03, 10 February 2008
Controls
PictureBox: Picture Box Control
pMainShip.Picture = LoadPicture(Trim(App.Path) & "\" & "sc001.bmp")
Draw
- Rectangle 100,100,200,200
- Ellipse 110,110,190,190
- RoundRect 220,300,350,400
- Line 250,400,500,400