1
QB64 Discussion / Re: If a file exist then execute button1
« on: November 03, 2020, 06:12:32 pm »
Works perfect. but my progress bar does not function when I do this. If I click the button1 manually everything works, and everything works with the
1.IF _FILEEXISTS("yourfile") THEN
2.__UI_Click Button1
3.END IF
perfectly but does not show my progress bar like it does when you manually click button1. But it does everything else that button1 does when clicked.
1.IF _FILEEXISTS("yourfile") THEN
2.__UI_Click Button1
3.END IF
perfectly but does not show my progress bar like it does when you manually click button1. But it does everything else that button1 does when clicked.