Results 1 to 3 of 3

Thread: Simple Circle

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Pittsburgh, PA
    Posts
    329

    Simple Circle

    i've never done any graphics before....

    I'm trying to make the screen black and draw a red circle (about half the size of the screen) in the middle of the screen.


    thanks in advance!
    ______________

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636
    There is the simplest way to do this:
    VB Code:
    1. Form1.Cls
    2.  Form1.BackColor = RGB(0,0,0)
    3.  Form1.Circle (X,Y), RADIUS, COLOR

    Put instead of X Y RADIUS and COLOR the right values.

    Hope this what you wanted,
    Arie.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Pittsburgh, PA
    Posts
    329
    is there a way i can make the circle half red, half blue?
    ______________

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