Hello experts,

I am currently designing a project involving the use of a thread using
Backgroundworker.
In the previous projects I was successful in displaying modeless forms
when there is
a long process to work on, and when it is done, I simply close the
form. I also
used SynchronizationContext before. But I think it is only effective
when done within
the class where you define it.

This time though, I need to display some statistics on what it is
working on (e.g. what file(s)
it is being read and so it should display its name).

I have the same issue posted by someone here:

http://www.visualbasicask.com/visual-basic-general/vbnet-showdialog-issue.shtml

He was stuck on what to do when there is a call to ShowDialog().
I need to somehow show some updates for a label therein. How do I do
this?





-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to