Hello To All!
I have started learning Vb.net. I am using Visual Studio Express 2012.
While making a console application, when I write "System.Windows.Forms" to use message box, then compiler gives an error: Class " System.Windows.Forms" is not defined. My compiler only supports two methods of this class
1-)Systems.Windows.Markup
2-) Systems.Windows.Input
but it is not accepting "Systems.Windows.Forms "
What is the solution of this problem?