|
-
Oct 20th, 2000, 08:58 AM
#1
Thread Starter
Fanatic Member
I want to use graphics in my APP. This mean
1.- if i display a Plane and you click some part of the graphi: the Wheels, you can just have that part on the form and work with that.
What i have to use?
-
Oct 20th, 2000, 09:14 AM
#2
1) A steady hand
2) Paintbrush or graphics program
3) Picturebox control on standard vb toolbox
You will need to divide the picture up (ie, cut off the wheels separate to the plane), then save these as separate pictures - wheels.bmp & aero.bmp.
Create 2 Picturebox controls on a form, 1 overlapping the other so this shows as 1 picture to the user. One of the properties of this control is the fillstyle - which you can select the transparent option from.
Each Picturebox control also has an "onclick" command for excecuting / running any of your code - just like a command button would.
Hope this helps!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|