Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing default of DrawGrid and SnapToGrid
Message
From
07/01/2005 10:20:10
 
 
General information
Forum:
ASP.NET
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00973440
Message ID:
00975094
Views:
15
Kevin,

>>However, this leads to another question. How do I create this class, without it being tied to a specific Project / Solution? In VS2003, File / New / File does not give an option to creaate a standalone class.<

Well, to start, you'd need to have the class library included in your Solution so you can compile it to a .DLL. We have one class library where we keep all our custom base classes (there's other classes in addition to the non-visually sub-classed controls ... such as certain types of forms that we use a lot). Anyway, this class library is always added to the solution of whatever app we're working on. We control the versions by using VSS and sharing those files.

Doest that help any?

~~Bonnie



>>That's it. These controls can't be sub-classed visually, but as you can see, it's easy enough to do it in code. I have all the basic controls sub-classed in one class library file. Once they're added to the ToolBox, then can be dragged onto any design surface in the IDE.
>
>TVM.
>
>However, this leads to another question. How do I create this class, without it being tied to a specific Project / Solution? In VS2003, File / New / File does not give an option to creaate a standalone class.
>
>Kevin
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform