User Profile

Collapse

Profile Sidebar

Collapse
blinky
blinky
Last Activity: Feb 24 '12, 03:28 PM
Joined: Aug 23 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • blinky
    replied to How to have a subroutine run constantly
    in .NET
    OK, bear in mind I just started this at the weekend..... Now I have found some Microsoft documents that talk about a Backgroundworkd er form so I added this. I double clicked this control on my designer and then in the code I pasted the my code, I now have:
    Code:
     Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork
            Do
    ...
    See more | Go to post
    Last edited by Frinavale; Sep 2 '11, 04:24 PM. Reason: Added code tags.

    Leave a comment:


  • blinky
    started a topic How to have a subroutine run constantly
    in .NET

    How to have a subroutine run constantly

    Hello,

    I am just starting out using VB .Net and am wanting to try and control my Telescope. So far I can pull one value out from the telescope but I want to have this refresh every second or so, as well as pulling out another value every second or so BUT I want to let the rest of the application run, if you know what I mean? An example - I create a label that reads the value of the telescope every second but I have another button that...
    See more | Go to post
    Last edited by Niheel; Aug 23 '11, 10:45 PM. Reason: fixed code tags
No activity results to display
Show More
Working...