I
Ignacio Martinez
Hey group! I've been developing ASP.NET App's for quite a long time, and
just about a month ago I started with windows forms and I'm kinda new to
some methods and techniques.
In this particular case I find myself with a form that runs a process that
takes about 2 to 3 minutes, and I can't use a Progress bar to show the work
that's being done because I don't loop the process on the front-end (it's
all being done on a second tier), so I can't tell in what instance of it I
am at any moment. So I thought of using a time counter. Two questions come
to my mind when I think of this:
1) Do I need the Timer control for this particular case?
2) How do I show the timer counting as I'm running a process? Do I need to
use threads?
I don't know if Threading is the answer because this is a syncronic process.
The timer stops when the process finishes.
Any ideas?????
Thanx in advance.
Ignacio.
just about a month ago I started with windows forms and I'm kinda new to
some methods and techniques.
In this particular case I find myself with a form that runs a process that
takes about 2 to 3 minutes, and I can't use a Progress bar to show the work
that's being done because I don't loop the process on the front-end (it's
all being done on a second tier), so I can't tell in what instance of it I
am at any moment. So I thought of using a time counter. Two questions come
to my mind when I think of this:
1) Do I need the Timer control for this particular case?
2) How do I show the timer counting as I'm running a process? Do I need to
use threads?
I don't know if Threading is the answer because this is a syncronic process.
The timer stops when the process finishes.
Any ideas?????
Thanx in advance.
Ignacio.