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)
global variables:
You can use predefined
timer()
event on the window. When you want this to start, putUsing this code in
timer()
event should work :i have assumed a static text control showing this status here.
And when need to stop the timer event