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
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...
Leave a comment: