Display Status of DTS on a label or status bar in a VB.Net Form -
06-24-2004
, 04:18 PM
I am trying to use the code found from MS site
Microsoft Knowledge Base Article - 321525 : HOW TO: Use DTS Package
Events in Visual Basic .NET
As you can see this is a Windows Console Application and this works
very fine. But I am trying to create a Windows Application in which I
have Form where I will have to display the Status of DTS based on the
events. I tried to write the code using WithEvents, I am able to get
the message box to pop up when ever a new task starts, I am not able
to display these messages on a label or a text box or even to display
the progress in a status bar.
The problem I have is that the Form becomes White when the DTS is
running and cannot see anything, even at the end of the process
nothing gets displayed on the controls.
Any help would be greatly appreciated. |