Link to home
Start Free TrialLog in
Avatar of sreenaths
sreenaths

asked on

UserControl

Is it possible to add an user control to my project (For ex: MyControl.cs : Control) without an .resx file. i.e. if we look as the MyProject.csproj file I want MyControl.cs to have s subtype of 'Code'.

We want a control that is derived from Control, but is built at runtime, so we don't need designer support.  However, whenever we choose ReBuild Solution, Visual Studio automatically changes SubType to "UserControl" and then complains that there is no .resx file.
ASKER CERTIFIED SOLUTION
Avatar of RoninThe
RoninThe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial