R
RSH
I created a new Windows Form project and I created a simple richtextbox to
write to and I am looping through a simple example but obviously the screen
isn't updated it only shows the first occurance.
I have used Application DoEvents in the past to update the screen which
works. but for some reason in this project when i use Application.DoEvents
i get the error... "DoEvents() Is not a member of DTS.Application"
How do I make the DoEvents Work in this scenerio?
Imports System.Data.SqlClient
Imports System.Data.OleDb
Imports System.Data
Imports System.IO
Imports DTS
Imports DTSCustTasks
Imports DTSPump
Public Class Form1
Inherits System.Windows.Forms.Form
<<< whole bunch of code >>>
end class
write to and I am looping through a simple example but obviously the screen
isn't updated it only shows the first occurance.
I have used Application DoEvents in the past to update the screen which
works. but for some reason in this project when i use Application.DoEvents
i get the error... "DoEvents() Is not a member of DTS.Application"
How do I make the DoEvents Work in this scenerio?
Imports System.Data.SqlClient
Imports System.Data.OleDb
Imports System.Data
Imports System.IO
Imports DTS
Imports DTSCustTasks
Imports DTSPump
Public Class Form1
Inherits System.Windows.Forms.Form
<<< whole bunch of code >>>
end class