Quote Originally Posted by bhushan1980
In C# I see other files apart from Form1 and the project file such as AssemblyInfo.cs, Program.cs, resource file, etc. Yet I do not find any region showing the windows form generated code anywhere.
Are you saying that if you create a new C# Windows forms project, you can't find the Form1.Designer.cs file?

And within this file, there isn't a #region called "Windows Form Designer generated code"?