Yesterday, I resolve a question with the use of MessageBox, but now I am in similar circumstancies, and I can't use MessageBox.
The question is: How is possible for a script to obtain a result that can be obtained from the user. That is to say, the script doesn't continue until the window return the user information For instance: Module a: (without any $window, but Win32:Dialog still running) ... ... a=Llibreria:moduleb:Initial(param_a,param_b) ... ... Module b: $window properties Sub initial { ... $window->Show() ... return (result) ### In fact, I can't return until the user has entered the necessary information !!!! } sub button1_click. ... etc. Guillem Cunillera i Wefers.