Quote:

In the script above there is no messagebox commands.

If you want one just add it like so

Code:

Next
$nul = MessageBox("Insert your Text Here","Notice",64)
Exit()




This seems ok, but when I execute this, I still don't see any messagebox.

I've tried running in debug mode. It appears the whole $nul = MessageBox("Insert your Text Here","Notice",64) is skipped.

I guess you cannot add MessageBox() in a kixform.

Btw. I have solved the whole problem by using a batch file. in the batchfile i refer to login.kix and afterwars to logix2.kix

login.kix is the script with progressbar and login2.kix contains code to create the messagebox.

Thanks for the idea though.