How to add reference to Microsoft.VisualBasic.dll?

后端 未结 3 1116
闹比i
闹比i 2020-12-01 12:56
using Microsoft.VisualBasic;

Microsoft.VisualBasic.Interaction.InputBox(\"Favourite RPG?\", \"Game\", \"Cool!\");

So what this does is basically a

3条回答
  •  情深已故
    2020-12-01 13:46

    Right click your References in the Solution Explorer click Add Reference,then search for Microsoft.VisualBasic and add it to your references.

    For more information see this documentation: How to: Add or Remove References By Using the Add Reference Dialog Box

提交回复
热议问题