|
-
Nov 15th, 2005, 05:49 AM
#1
Thread Starter
Lively Member
-
Nov 15th, 2005, 08:20 AM
#2
Fanatic Member
Re: graphics
What type of graphics are you talking about? You can just use either imageboxes, pictureboxes, or just paste the images right onto the form.
-
Nov 15th, 2005, 09:35 AM
#3
Re: graphics
Of course what neicedover just said is the beginners pure VB method. Other ways to do it would be through API's holding images in a memory DC and then BitBlting it onto your form window. But my method that I typically use is DirectX, which allows me to do realtime 2D or 3D graphics. Beats API's thats for sure, but it might be too advance for you depending on your programming skills.
-
Nov 15th, 2005, 03:22 PM
#4
Thread Starter
Lively Member
Re: graphics
my form is a remote control for a computer controlled robot so any ideas about graphics to the forward, backward, left or right . like maybe blinking arrows when the forward button is pressed and some bits passing on the form like a marquee ... any new ideas? and plz a way to to them cuz i m just a small beginner in VB
-
Nov 15th, 2005, 03:28 PM
#5
Re: graphics
 Originally Posted by Elios115
i m just a small beginner in VB
Not to treat this post as CC, but how small are ya? 
Anyways, where are you putting the graphics, in Pictureboxes or Command Buttons?
-
Nov 15th, 2005, 03:36 PM
#6
Thread Starter
Lively Member
Re: graphics
it is not that i m small in age or major but i just began writing in VB soo i m a tiny beginner :P
-
Nov 15th, 2005, 05:18 PM
#7
Thread Starter
Lively Member
Re: graphics
well i want to put them in a command button
-
Nov 15th, 2005, 05:35 PM
#8
Re: graphics
Set the command buttons Style property to 1-Graphical, and you should be able to load images into it like it's a PictureBox.
-
Nov 15th, 2005, 05:48 PM
#9
Thread Starter
Lively Member
Re: graphics
yeah i know but i need to kno whow to load animated graphics like a blinking arrow or a marquee on the form that is blinking also
-
Nov 16th, 2005, 11:15 PM
#10
Fanatic Member
Re: graphics
http://www.vbexplorer.com/VBExplorer/gdi2.asp
download the animation example at the bottom of the screen. Study it and that should help. You'll see
-
Nov 17th, 2005, 04:36 PM
#11
Thread Starter
Lively Member
Re: graphics
thx
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
|