I use the ApplyGUIScript command in order to execute a VBScript file. Is it possible to display a user message from VBScript?

You can use all VBScript functions. For user messages, this is the "MsgBox" function. For the appropriate documentation please see:

http://msdn.microsoft.com/en-us/library/sfw6660x(VS.85).aspx