using Microsoft.VisualBasic; Microsoft.VisualBasic.Interaction.InputBox("Favourite RPG?", "Game", "Cool!");
So what is it, basically ask the user your favorite RPG. Then the default value is displayed. I know this is a small example, but my program will not start because I get this error:
The type or namespace name 'Interaction' does not exist in the namespace 'Microsoft.VisualBasic' (are you missing an assembly reference?)
I originally found here here
c # inputbox
puretppc Jan 19 '14 at 1:36 on 2014-01-19 01:36
source share