Hi,
I am using Visual Basic 2008 to create some databases. It reads data from textfiles and puts them in SQL databases. After the user presses the Process button I would like to give the user to get some feedback of the process simply by for example label1.text += "Processing File 2".
But during the process no Screen Updates are made...only after all databases are processed and VB.net is waiting for new user response it updates my label1.text.
Is there any setting to change this are a better way to give user feedback during a process ?
Thanks in advance !
I am using Visual Basic 2008 to create some databases. It reads data from textfiles and puts them in SQL databases. After the user presses the Process button I would like to give the user to get some feedback of the process simply by for example label1.text += "Processing File 2".
But during the process no Screen Updates are made...only after all databases are processed and VB.net is waiting for new user response it updates my label1.text.
Is there any setting to change this are a better way to give user feedback during a process ?
Thanks in advance !
Comment