joniboy123
Technical User
Hi
Ive made a program that uses a form, it does all the calculations and displays data at the press of a button.
But some data is constantly changing. Ive got all the data in my program but how do i get my form to periodically retrieve it and display it?
Do i have to put something in a main program loop?
or do i have to have a second thread? that deals only with this??
Thanks very much for your time.
Ive made a program that uses a form, it does all the calculations and displays data at the press of a button.
But some data is constantly changing. Ive got all the data in my program but how do i get my form to periodically retrieve it and display it?
Do i have to put something in a main program loop?
or do i have to have a second thread? that deals only with this??
Thanks very much for your time.