Hello, I have a form that uses another class to do some work, and the class throws events regarding progress updates, and the main form handles them and passes them on the the StatusForm, which displays the process progress via ProgressBar. Using a BackgroundWorker and Events I'm able to update the ProgressBar on the Status form if I use frmStatus.Show(). Unfortunately.. the Status form should use ShowDialog() so it can't lose focus while the application is processing data.
Now, for some reason the ProgressBar will not update if I use ShowDialog(). Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 DotNetDevelopment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/DotNetDevelopment You may subscribe to group Feeds using a RSS Feed Reader to stay upto date using following url <a href="http://feeds.feedburner.com/DotNetDevelopment"> http://feeds.feedburner.com/DotNetDevelopment</a> -~----------~----~----~----~------~----~------~--~---