I want to add a simple "OK/CANCEL" message box. Unfortunately, both Input and Microsoft.VisualBasic.Interaction.InputBox are rather inartful ways of doing this, since they suggest to the user that something needs to be input.
I found an example showing how to display the Message Box.
CODE:
Please log in to see this code.
However, I still can't figure out how to use the result.
CODE:
Please log in to see this code.
generates an implicit conversion error, saying an explicit conversion exists. How do I do the explicit conversion?