Hi,
I have a C# program... which reads SQL scripts and connects to Oracle. By the way I have put the RichTextBox while it is processing I am appending text there so that I see the start time before the sql script is requested, then some middle texts... But the problem is my window freezes while it does the request from oracle, and only after that it shows all my buttons, richtextbox, etc... and all the text is only displayed after the execution of the sql script...
How can i make it to show everything while it is on that line of code in my program? thanx in advance.
I have a C# program... which reads SQL scripts and connects to Oracle. By the way I have put the RichTextBox while it is processing I am appending text there so that I see the start time before the sql script is requested, then some middle texts... But the problem is my window freezes while it does the request from oracle, and only after that it shows all my buttons, richtextbox, etc... and all the text is only displayed after the execution of the sql script...
How can i make it to show everything while it is on that line of code in my program? thanx in advance.