The original BASIC of the 60s and 70s and the derivatives thereof which were popular in the 80s are fundamentally different than the current version of Visual Basic .NET. The older languages were...
It depends on what you want to do. You need to learn how to code in the VB.Net language, then you've got to know how to use the controls. I learned by watching tutorials on youtube and just using...
MessageBox is a way to show a message when the user does a specific thing. There is two ways to do it, you can use:MsgBox("text", MsgBoxStyle.whatever, "title)orMessageBox.Show("text", "title")