Hi, I want to share with you a module for the use of the InputBox function. To use it just add it to the project and write in the code the following statement:
Private s as string
s=InputBox.Show(MainForm, "Hi how are you?", "My greeting", "Fine thanks")
Log(s)
I hope it is useful...
Private s as string
s=InputBox.Show(MainForm, "Hi how are you?", "My greeting", "Fine thanks")
Log(s)
I hope it is useful...
Attachments
Last edited: