T
tshad
I have an executable that has a button that I want to change the name of to
"Now Processing...".
When the process is done, I want to change it back.
The problem is that the form is not showing the new name. I assume I would
need to flush it somehow to get the display to show.
The code is:
ProcessFiles.Name = "Now Processing...";
Transform.XlateCSVToSQL();
ProcessFiles.Name = "Process Files";
Thanks,
Tom
"Now Processing...".
When the process is done, I want to change it back.
The problem is that the form is not showing the new name. I assume I would
need to flush it somehow to get the display to show.
The code is:
ProcessFiles.Name = "Now Processing...";
Transform.XlateCSVToSQL();
ProcessFiles.Name = "Process Files";
Thanks,
Tom