Results 1 to 8 of 8

Thread: Clever VBMan Needed plz

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2006
    Posts
    22

    Cool Clever VBMan Needed plz

    Yes and Now ... I Uploaded a a sample, of Drawing a Circle on a form; but i need somthings more ;
    I wish if you Edit Codes for the Following ;
    1) I want to draw this circle on PictureBox , not on Form.
    because when i put picture to the form1.picture, and when run, it hidden once click to draw the circle.

    2)i want to draw by plotting 4 points not 3 points .

    3)i want when i finish drawing Circle, it keeps drawn on the Pic ... to can draw more than one Circle .

    4) Save Bottom ; when i Click Save_Bottom, and stop running..and open again it shows the last drawn circles.

    5) The Last important thing, is to can chose from comboBox, if i want to draw Circle , Line Or ARC.

    I wish when you download the sample, to apload it again here with the updates...
    Thank You Very much for read.
    Attached Files Attached Files

  2. #2
    Addicted Member
    Join Date
    Feb 2006
    Location
    The Sea of Tranquility
    Posts
    252

    Re: Clever VBMan Needed plz

    Well for number 1.

    Code:
    'use
    me.circle .......
    
    'instead of
    picture1.circle .......
    Rich

    A)bort, R)etry, I)nfluence with large hammer.
    Please take a moment to rate useful posts.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    May 2006
    Posts
    22

    Re: Clever VBMan Needed plz

    And Others????

  4. #4
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Clever VBMan Needed plz

    Doesn't Rich mean the other way around?

    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 .......

  5. #5
    Fanatic Member damasterjo's Avatar
    Join Date
    Nov 2005
    Location
    In front of my Comp DirectX7 EXpert
    Posts
    827

    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...
    Software languages known:
    Qbasic - TI-Basic - Liberty Basic - Visual Basic 6
    Software API's known:
    Directx 7 and 8
    Internet languages, in the process of learning:
    HTML - JAVASCRIPT - PHP - CSS - MYSQL - AJAX

  6. #6
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    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.

  7. #7

    Thread Starter
    Junior Member
    Join Date
    May 2006
    Posts
    22

    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

  8. #8
    Addicted Member
    Join Date
    Feb 2006
    Location
    The Sea of Tranquility
    Posts
    252

    Re: Clever VBMan Needed plz

    Quote Originally Posted by Jacob Roman
    Doesn't Rich mean the other way around?
    woops
    Rich

    A)bort, R)etry, I)nfluence with large hammer.
    Please take a moment to rate useful posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width