I know there is some documents out there that i read says to use less screens because of the memory usage and stuff. And chaching stuff. My question is i do have multiple screens and when i have at least more then 2 forms open in the task manager it will show multiple forms for the program is it possible to change this thanks.

Multiple form vb.net project
hokietoner
See the respones to this thread for some ideas.
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=135609&SiteID=1
If you don't want your form to show up in the list of runing applications, try setting it's Text property to string.Empty.