Results 1 to 4 of 4

Thread: Silly, quick question

  1. #1

    Thread Starter
    Registered User
    Join Date
    Nov 2002
    Location
    New Zealand
    Posts
    12

    Silly, quick question

    How do I make an image, or whatever
    go from one end of a line, to the other
    (without using keydown etc)
    On form load. Ive tried all kinds of loops
    etc.. but they wont work.
    What can I do?

    Chris

  2. #2
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068
    You could use a timer and set the interval to whatever and just do:

    VB Code:
    1. Image1.Left = Image1.left + 1 ' etc

  3. #3

    Thread Starter
    Registered User
    Join Date
    Nov 2002
    Location
    New Zealand
    Posts
    12
    ACK! silly me

    Thanks,

    Chris

  4. #4
    Frenzied Member Spajeoly's Avatar
    Join Date
    Mar 2003
    Location
    Utah
    Posts
    1,068
    Anytime, we have all been in that boat one time or another

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