View Single Post
  #3 (permalink)  
Old 10-23-2008, 1:44 PM
dluxoh dluxoh is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Oct 2008
Age: 70
Posts: 4
Reputation: 0
dluxoh is on a distinguished programming path ahead
Default

I've added System.Windows.Forms to my resources. I don't get an error now, but I do get a warning:
Code:
Warning	1	Namespace or type specified in the project-level 
Imports 'FormattedTextBox' doesn't contain any public member or cannot be 
found. Make sure the namespace or the type is defined and contains at least 
one public member. Make sure the imported element name doesn't use any 
aliases.	SignFormBuilder
Of course warnings are never good to have either... once again, any useful information would be appreciated.
Quote:
Originally Posted by JuggaloBrotha View Post
What I do is I make the control, then I compile the project (run it) and after that it shows up in the toolbox, drop it on the form and there ya go.
I am following those exact same steps, only I get an error this makes no sense to me and is very frustrating.
Reply With Quote