Hello everyone. I am working on a Windows Control Library project were I place most of my common controls and functions into a library so that they may be referenced in my other projects. I've been able to logically build my classes and controls using namespaces. For example, all of my controls are in namespace called "Controls" and my public classes are in a namespace called "Classes".
I have a couple of forms that I want to place into a namespace as well, but the IDE does not let me. When I place my Form class into a custom namespace, I get a bunch of errors in my error list. A couple of errors are "Event 'Load' cannot be found." and "Event 'FormClosing' cannot be found".
Does anyone know how I can place my forms into a custom naemspace?
Thanks!
(txmed)
I have a couple of forms that I want to place into a namespace as well, but the IDE does not let me. When I place my Form class into a custom namespace, I get a bunch of errors in my error list. A couple of errors are "Event 'Load' cannot be found." and "Event 'FormClosing' cannot be found".
Does anyone know how I can place my forms into a custom naemspace?
Thanks!
(txmed)