Hello everyone-
I am relatively new to VB.NET and I find myself using various old VB6 methods. In order to force myself to convert over to the .NET world, I was wondering if there is a way to disable the old VB6 code. Such as MsgBox vs. MessageBox.Show. That way if I try to use an old Method or Procedure, it will give me an error. I believe this code is located in the Microsoft.VisualBasic class.
So does anyone know how to disable this old code?
Thanks
-Mark
I am relatively new to VB.NET and I find myself using various old VB6 methods. In order to force myself to convert over to the .NET world, I was wondering if there is a way to disable the old VB6 code. Such as MsgBox vs. MessageBox.Show. That way if I try to use an old Method or Procedure, it will give me an error. I believe this code is located in the Microsoft.VisualBasic class.
So does anyone know how to disable this old code?
Thanks
-Mark