• Welcome to Valhalla Legends Archive.
 

Owner Drawing Objects

Started by TheNewOne, May 26, 2004, 01:46 AM

Previous topic - Next topic

TheNewOne

How would one draw there own objects in vb? And how would you build how they work. Any Input is welcome

Newby

Last time I asked how to do this I got April Fools pranked by Raihan and Zonker :(
- Newby

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote<TehUser> Man, I can't get Xorg to work properly.  This sucks.
<torque> you should probably kill yourself
<TehUser> I think I will.  Thanks, torque.

Networks

Quote from: Newby on May 26, 2004, 09:08 AM
Last time I asked how to do this I got April Fools pranked by Raihan and Zonker :(

Don't ask questions on Aprils Fool's day, What do you expect?

drivehappy

#3

Newby

Quote from: Networks on May 26, 2004, 10:20 AM
Quote from: Newby on May 26, 2004, 09:08 AM
Last time I asked how to do this I got April Fools pranked by Raihan and Zonker :(

Don't ask questions on Aprils Fool's day, What do you expect?
It was like a couple days after.

It was a "belated april fools prank" :(
- Newby

Quote[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

Quote<TehUser> Man, I can't get Xorg to work properly.  This sucks.
<torque> you should probably kill yourself
<TehUser> I think I will.  Thanks, torque.

Flame

PSCode is very useful for these types of things, try a search there.  Basically you just need to be good with using coordinates on a blank form, and using API calls to draw the objects, then implimenting events for the object.  Of course, it all depends on what the primary function of your object is.