shireenrao Posted July 14, 2003 Posted July 14, 2003 Hello I was following an faq on this autocompletion of comboboxes from http://www.vbcity.com/forums/faq.asp?tid=29498 Now according to this, you can create a Visual Basic .NET Class Library Project and just create a new class which extends the combobox. Now when I create a new .NET Class, I am not able to import the System.Windows.Forms namespace. When I type - Imports System.Windows.Forms I get error "Namespace or type 'forms' for the Imports 'System.windows.forms' cannot be found." What may the problem. Thanks in advance Shireen Quote
*Experts* Volte Posted July 14, 2003 *Experts* Posted July 14, 2003 You need to add it to the project references: right click the 'References' item in the solution explorer and find System.Windows.Forms.dll, and add that to your project. Quote
shireenrao Posted July 14, 2003 Author Posted July 14, 2003 Thank you VolteFace As you mentioned, I just had to add the forms dll Thank you 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.