Updating a textbox
-
Hello, I have a simple form with a textbox on it. I created a pointer to this textbox and passed it on to another subroutine in another class where I do my main stuff. Strange enough, when I ask to display something on my form with pointer->selected text="...". It is not diplayed until the fast code that immediately follows this statement is completely executed. This has the consequence that instead of having a real time like report on my display of what's going on, the display displays all the messages at once when all is finished in the routine. Anyone an idea, how I can force the display to refresh immediately when asked ? Instead of staying blank up to the end of the subroutine.
-
Hello, I have a simple form with a textbox on it. I created a pointer to this textbox and passed it on to another subroutine in another class where I do my main stuff. Strange enough, when I ask to display something on my form with pointer->selected text="...". It is not diplayed until the fast code that immediately follows this statement is completely executed. This has the consequence that instead of having a real time like report on my display of what's going on, the display displays all the messages at once when all is finished in the routine. Anyone an idea, how I can force the display to refresh immediately when asked ? Instead of staying blank up to the end of the subroutine.
Can you please explore on DoEvents() Functionality?
Regards, Arun Kumar.A