I need to to display "Loading..." when I pressed a button in the window. How can I make it? If it is a streaming, like the dots are mingled it will be more better.
I just try with a .txt file that contain the word "Loading..." as FileOpenex() function ,But it doesn't work..
integer li_FileNum
string ls_Emp_Input
li_FileNum = FileOpen("C:\Users\Exactus\Desktop\New.txt", &
TextMode!)
FileReadEx(li_FileNum, ls_Emp_Input)
Create a popup window that contains the text Loading ... when you press the button open the window and at the end of the process the close.