T 
		
								
				
				
			
		Toby
I am a little new as you can tell by this post.
This is my first c# window app and I made all my forms and now trying to go
back and change the start up form and it is giving me errors when I change
the form name that is below. And help on this would be nice..
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new frmIMOptions());
				
			This is my first c# window app and I made all my forms and now trying to go
back and change the start up form and it is giving me errors when I change
the form name that is below. And help on this would be nice..
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new frmIMOptions());
 
	
