Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Status indicating operation in progress

0 views
Skip to first unread message

Luigi

unread,
Dec 17, 2009, 5:43:02 AM12/17/09
to
Hi all,
in my WinForm (C# 3.0) I have a button that when the user click on it,
several long time consuming operations occur in the database.
How can I show something the indicating work in progress, starts at button
click and finish at the end on OnClick event method?

Thanks in advance.

Luigi

John Bundy

unread,
Dec 17, 2009, 10:38:02 AM12/17/09
to
Look into the Background Worker, you can use it to report back things like in
progess, % complete etc. This is a good way to communicate with the user
while performing other operations.
--
-John http://www.jmbundy.blogspot.com/
Please rate when your question is answered to help us and others know what
is helpful.

Luigi

unread,
Dec 19, 2009, 5:09:01 AM12/19/09
to
"John Bundy" wrote:

> Look into the Background Worker, you can use it to report back things like in
> progess, % complete etc. This is a good way to communicate with the user
> while performing other operations.

Ok John, thank you, I'll try in this way.

Luigi

0 new messages