How can I make a VBS Message Box appear in a random place?
问题 In VBS script, I have created a simple message box application. It currently stays in front of all windows until the user responds and uses very simple coding X=MsgBox("Test Text" ,1+4069, "Test Title") But it always appears in the same place. Is there any way of making it appear in a random place on the screen? Please help! 回答1: There is one type of box which allows you to position it on the screen: InputBox Title = "Hello" DefaultValueText = "Hello Stackoverflow !" message = "Type something