T
traversd
Hi there, this is driving me nuts!
i have a program that is to be run over night, no interaction from the
user. I want the code to start runing when the program is started, but
i also want to display a form, so we can see the progress (as it takes
a couple of hours to run).
If i put the code in form load i do not see the form, if i put the code
in a timer and run it after x amount of time, i can't debug it.
what is the best way of doing this????
i have a program that is to be run over night, no interaction from the
user. I want the code to start runing when the program is started, but
i also want to display a form, so we can see the progress (as it takes
a couple of hours to run).
If i put the code in form load i do not see the form, if i put the code
in a timer and run it after x amount of time, i can't debug it.
what is the best way of doing this????