T
Thomas
I have been stuck with a large and very poorly written vc++ WinForm .net GUI
application. There are hundreds of basic controls stuck into one project.
I want to put some of the basic controls into several user controls to try
to create a more manageable monster. Trouble is, the people that use this
app hate DLL's. I can not convince them otherwise. Is there any way to
create a user control as a static library or to link into the main project
at build time so I can at least minimise the number of DLL's the project
requires.
Thanks....
application. There are hundreds of basic controls stuck into one project.
I want to put some of the basic controls into several user controls to try
to create a more manageable monster. Trouble is, the people that use this
app hate DLL's. I can not convince them otherwise. Is there any way to
create a user control as a static library or to link into the main project
at build time so I can at least minimise the number of DLL's the project
requires.
Thanks....