yes I have. It gives me the basics of the Circle command which I already knew. my problem is that I want all the Ovals with the same center point NOT with different Center points. that looks like a star just like we turn them around at one center point.
Thanks...
User Profile
Collapse
-
hi, thanks for the reply. Is it possible for you to post the code so I can some Idea? thanks so much....Leave a comment:
-
Drawing Oval!
hi, I have a form which I want to draw 4 Ovals with the same center point but with different directions so it looks like a star. I used the circle command which I can only get two Ovals on the desired direction and I cannot get the other two in right position. Please help me!
Thanks -
Text Box Enter - vb6
Hi, I have a text box in a form which I want to work with Enter key meaning when we type a text and hit the Enter key it works.
thanks -
Sort Names!!
Hi, I have the following code to Sort entries
for i = 1 to 4
for j=1 to 4
if getname( i ) > getname( j+1 ) then
sort = getname( j+1 )
getname( j+1 ) = getname( i )
getname( i ) = sort
end if
next j
next i... -
Combobox
Hi
I have 3 forms that I want to relate them to each other meaning that the first form loads with a combo box and an OK button. When the dropdown button is pressed there are 2 options. If the first option is selected the second form loads and continues and if the second option is selected the third form loads and continues. Your urgent respond to this matter will be greatly appreciated.
Thanks
No activity results to display
Show More
Leave a comment: