I have a class derived from a DataGridViewColumnHeaderCell. When I attempt to open the file for viewing, VS attempts to open the file with a designer.
I'm not sure what designates the file as having a designer. The DataGridViewColumnHeaderCell doesn't have one.
Is there a way to prevent VS from trying to open the file with a designer?
My Imports are:
I've attached my source file.Code:Imports System Imports System.ComponentModel Imports System.Windows.Forms.VisualStyles Imports System.Reflection




Reply With Quote