M
MuZZy
Hi,
I just wonder if someone came across this small problem: i add a class
file to the C# project and i implement a class derived from Form. Even
though i don't have a resx file assosiated with it VS still treats it as
a form file and on double click it tries to open a form instead of
opening code. I made change directly to the project file specifying that
this file is "code", but VS overrides it.
I havee bunch of those files (where i have form classes or user control
classesbut want VS to treat those as regular classes and not try to show
designer for them ) and it's kind of inconvenient to open those by right
click and choose "View code" rather that just double clicking.
Any ideas?
Thank you,
MuZZy
I just wonder if someone came across this small problem: i add a class
file to the C# project and i implement a class derived from Form. Even
though i don't have a resx file assosiated with it VS still treats it as
a form file and on double click it tries to open a form instead of
opening code. I made change directly to the project file specifying that
this file is "code", but VS overrides it.
I havee bunch of those files (where i have form classes or user control
classesbut want VS to treat those as regular classes and not try to show
designer for them ) and it's kind of inconvenient to open those by right
click and choose "View code" rather that just double clicking.
Any ideas?
Thank you,
MuZZy