windows control library
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to create a User Control in VB.NET. I think the project to use is the Windows Control Library. It looks like the VB6 User Control environment but it compiles to a DLL file that can only be referenced. When I reference it from another project, I'm not sure how to create an instance of the control (other than through code). The control doesn't show up in the toolbox. Ain't codin fun?