Results 1 to 2 of 2

Thread: Using Threads in VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Posts
    1

    Using Threads in VB

    Hi,

    I need to monitor the Db periodically from my VB prog.
    Can i create a thread and make it run after every 2 min ( say after every 2 min i need to monitor whether any record has been updated in the db) ?

    In Java we can do that easily..Is there any other way of monitoring an external resource from VB other than using thread..

    If i close the VB App, then shall i need to kill the thread explicitly ??

    If any of you can provide some sample code that will be of great help..

    Thanks in Advance..
    Sateesh

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I don't know about threading in VB6 but I do in .NET ! as another solution , you can use timers .

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