In the previous tutorial, I showed you where to get Visual Basic, in this tutorial I will be showing you how to program a very simple and fun application with the pop up message box, code is found bellow:
MsgBox("My content", MsgBoxStyle.information, "Hey")