VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



this code helps you to create a colorful circles on your form.

by Gaurab karki (1 Submission)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 28th May 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

this code helps you to create a colorful circles on your form.

Rate this code helps you to create a colorful circles on your form.



dim i as integer
i=rnd * 15
if button=1 then
me.circle (x,y),200,qbcolor(i)
end if
end sub
'input this code on command1_onclick()
'this code helps you to clear the circle form your form
form1.cls
end sub


Download this snippet    Add to My Saved Code

this code helps you to create a colorful circles on your form. Comments

No comments have been posted about this code helps you to create a colorful circles on your form.. Why not be the first to post a comment about this code helps you to create a colorful circles on your form..

Post your comment

Subject:
Message:
0/1000 characters