Re: Clever VBMan Needed plz
Well for number 1.
Code:
'use
me.circle .......
'instead of
picture1.circle .......
Re: Clever VBMan Needed plz
Re: Clever VBMan Needed plz
Doesn't Rich mean the other way around? :p
Quote:
Originally Posted by Question
1) I want to draw this circle on PictureBox , not on Form.
Quote:
Originally Posted by Wrong Answer
Well for number 1.
Code:
'use
me.circle .......
'instead of
picture1.circle .......
Re: Clever VBMan Needed plz
buddy it looks like your asking someone to do it for you. no one will. alleast i know i dont have the time for it. try to learn these things one by one, it will take time.
All us doing it for you will acomplish is really nothing. youll have your circle thing, but chances are you dont know how it works. If you take the time and learn it yourself, you wont regret it. you can apply the skills you learn to many other thing in the future. and the concepts can even be used in ANY language...
Re: Clever VBMan Needed plz
There is a big hint involved on zooming in a circle. Increase/decrease the radius size! Why base it on points? There's a reason why it is as simple as making an X and Y position for the circle, plus a radius size. It's less complicated then. Use an X and a Y radius if you are making elipses.
If you are really itching for some curves, I can teach you how to pull off bezier curves in full blown 3D using DirectX.... be prepared for some advanced math and code though that can be way too much overhead. :bigyello:
Re: Clever VBMan Needed plz
No Jacob i want to be as away of DirectX as possible .. to draw a circle by plotting 3 points , is too easy as u see in my Attached file..
ONLY I NEED THOSE 5 ELEMENTS MENTIONED ABOVE
Re: Clever VBMan Needed plz
Quote:
Originally Posted by Jacob Roman
Doesn't Rich mean the other way around? :p
woops :thumb: