A
aprivate
Hi
I am having some problem with a form timer.
I added a progress bar to increment its value and
the timer works when I use form1.showdialog()
However when I use form1.show, form1.refresh()
the timer does not fire even if I had explicitly
set the timer1.enabled=true and timer1.start
What I want to do:
All I want to do is to have a form that can detach itself from
the calling subroutine, so that I can show some kind of progress
message as I am checking for some file elsewhere.
Thanks
Allan
I am having some problem with a form timer.
I added a progress bar to increment its value and
the timer works when I use form1.showdialog()
However when I use form1.show, form1.refresh()
the timer does not fire even if I had explicitly
set the timer1.enabled=true and timer1.start
What I want to do:
All I want to do is to have a form that can detach itself from
the calling subroutine, so that I can show some kind of progress
message as I am checking for some file elsewhere.
Thanks
Allan