How would one draw there own objects in vb? And how would you build how they work. Any Input is welcome
Last time I asked how to do this I got April Fools pranked by Raihan and Zonker :(
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?
[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)
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" :(
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.