Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: TheNewOne on May 26, 2004, 01:46 AM

Title: Owner Drawing Objects
Post by: TheNewOne on May 26, 2004, 01:46 AM
How would one draw there own objects in vb? And how would you build how they work. Any Input is welcome
Title: Re:Owner Drawing Objects
Post by: 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 :(
Title: Re:Owner Drawing Objects
Post by: 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?
Title: Re:Owner Drawing Objects
Post by: drivehappy on May 26, 2004, 02:21 PM
[Insert flame for not using a search engine here]
http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=vb.net+custom+form+controls (http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=vb.net+custom+form+controls)
Title: Re:Owner Drawing Objects
Post by: Newby on May 26, 2004, 06:49 PM
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" :(
Title: Re:Owner Drawing Objects
Post by: Flame on May 26, 2004, 09:13 PM
PSCode (http://www.pscode.com) 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.