Quote Originally Posted by SilentWindPL View Post
It seems the same, looks a bit more advanced in VB.NET but basically the same to me :\

MessageBox.Show instead of MsgBox, figured that out with the help of pat today
Its best if you use the .show, but I never use it lol. I just use regular Msgbox code from vb6. Probably not best way to do it, but it works and its not like a msgbox could mess the whole thing up

Gonna test it and play with it a bit.