What I'm trying to do (create a dialog box type popup which returns text as well as a yes or no response) has already been asked here:
however VS doesn't seem to recognise the answer given of using:
Microsoft.VisualBasic.Interaction.InputBox("Question?","Title","Default Text");
Has this been removed? is there something else I can do that will give the same effect?