Hi,
i recently create a simple code in VB for launch a MessageBox (pop up) just by adding :
Dim Buttons As MessageBoxButtons = MessageBoxButtons.Ok
MessageBox.Show(input,caption,Buttons)
I know that i have to declare method, global variable... in the GLOBAL CODE SECTION
I want to create a TEXTBOX, (a pop up with a text field within).
I truly need help !!!
Best regards,
Noé P