S Smokey Grindel Apr 23, 2009 #1 is there any meta tag or flag you can set on a control so it doesn't auto populate into the toolbox?
J Jack Jackson Apr 23, 2009 #2 is there any meta tag or flag you can set on a control so it doesn't auto populate into the toolbox? Click to expand... <ToolboxItem(False)> _ Public Class SomeClass
is there any meta tag or flag you can set on a control so it doesn't auto populate into the toolbox? Click to expand... <ToolboxItem(False)> _ Public Class SomeClass
S Smokey Grindel Apr 23, 2009 #3 thanks! Jack Jackson said: <ToolboxItem(False)> _ Public Class SomeClass Click to expand...