I created a console application, but I want to turn it into a Windows forms application.
I found this and it looks like this was what I needed, but I got an error when trying to use System.Windows.Forms;
This is the error message I received:
Error 1 The type or name of the namespace "Windows" does not exist in the namespace "System" (do you miss the assembly reference?)
Is there another step, or is it somehow different in VS 2008?
source
share