在引用里添加Microsoft.VisualBasic
using Microsoft.VisualBasic; string strPassWord = Interaction.InputBox("你的提示内容", "你的弹框标题", "", -1, -1);