Ok. I have a project with a couple of classes that are custom controls. (One is a checkbox that changes color, for instance)
Now I have other projects that I want to use the ColorCheckBox in, without just copy/pasting the code into them. How can I have my other forms implement/import/use instances of/whatever action you want to call it, my colorcheckbox?
How can I create a library of these custom classes that I want to use in other places? I know (or think I know) that vb standard edition can do this, but how can I in express?
Now I have other projects that I want to use the ColorCheckBox in, without just copy/pasting the code into them. How can I have my other forms implement/import/use instances of/whatever action you want to call it, my colorcheckbox?
How can I create a library of these custom classes that I want to use in other places? I know (or think I know) that vb standard edition can do this, but how can I in express?