Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Status message window
Message
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
01243527
Message ID:
01243922
Views:
26
>>Hi Andrus,
>>
>>One method is to use the .Net Framework System.Windows.Forms.MessageBox() method.
>
>I need to do long calculations between messages like
>
>? 'Starting log calculation'
>DoLongCalculation()
>? 'Ending log calculation'
>
>I dont understand how to use messagebox for this.

I would create a custom form to handle this. I would reccomend using the BackgroundWorker to do the long calculation.
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform