bhatti81 Posted July 30, 2003 Posted July 30, 2003 Hi, :( I want to include the namespace System.Winforms but it isn't getting included. I mean, in the editor when i write System. and teh drag down visual help comes that shows the sub namespaces theres is no Winforms in it. I have also checked into the "Add Reference" dialogue and its not even there. I've also checked the .NET framework folder in my system and there is NO System.Winforms.dll. Any ideas on how should i bring in System.Winforms? Hayee Quote
TIz Posted July 30, 2003 Posted July 30, 2003 perhaps you need ounly to include: using System.Windows.Forms; Quote
*Gurus* divil Posted July 30, 2003 *Gurus* Posted July 30, 2003 System.Winforms was renamed to System.Windows.Forms before the beta ended for Visual Studio 2002. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
bhatti81 Posted July 30, 2003 Author Posted July 30, 2003 ThankYou very much for the reply. I am new to .net and my ultimate source was msdn. And in the msdn they still use Winforms, so that is what was confusing me. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.