I'm developing an application with a GUI for a project. (my first GUI application ) At the moment, I'm doing some research on how to create a GUI for windows. So far, I've decided to use Windows forms to create a GUI. Are windows forms part of the .NET framework? Also, I need to be able to draw graphics on the forms. Most of the tutorials on the web suggest using something called GDI+. Is this also part of the .NET framework?
EDIT: I had initially typed GDI.. I meant GDI+