Results 1 to 7 of 7

Thread: [RESOLVED] Code running in the background

Hybrid View

  1. #1
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Code running in the background

    You should just use a Timer. In the Tick event handler, toggle the colour. After a specific number of Tick events, stop the Timer.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2008
    Posts
    321

    Re: Code running in the background

    Wow thanks guys - its work a treat! But i admit i dont understand the first thing you did with the code that made it work. Is there anything you can tell me or point me to that will help me understand this and so i can learn for the future?

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