Results 1 to 2 of 2

Thread: Text Scroll

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    Edmonton,AB,Canada
    Posts
    28

    Post

    I would like some help to create a text scroll in the background of a form. I want to have it constanly loop without getting trapped in a traditional loop where the users computer gets trapped in an endless loop. Any ideas?

  2. #2
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355

    Post

    try this:
    Public Quit as boolean

    Do while Quit = False

    <text stuff>

    DoEvents 'important!, so you can do other stuff

    Loop

    End

    Then, whenever you want to quit
    set the variable Quit to true
    buzzwords are the language of fools

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