User Profile

Collapse

Profile Sidebar

Collapse
parkho
parkho
Last Activity: Mar 12 '08, 03:03 PM
Joined: Feb 25 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • parkho
    replied to Drawing Oval!
    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...
    See more | Go to post

    Leave a comment:


  • parkho
    replied to Drawing Oval!
    hi, thanks for the reply. Is it possible for you to post the code so I can some Idea? thanks so much....
    See more | Go to post

    Leave a comment:


  • parkho
    started a topic Drawing Oval!

    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
    See more | Go to post

  • parkho
    started a topic Text Box Enter - vb6

    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
    See more | Go to post

  • parkho
    started a topic Sort Names!!

    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...
    See more | Go to post

  • parkho
    started a topic Combobox

    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
    See more | Go to post
No activity results to display
Show More
Working...