Is it possible to include a user control in the exe file?

  • Thread starter Thread starter ORC
  • Start date Start date
Hi Ole,

If you select Add/Remove Items menu from Toolbox context menu, it will
bring up a dialog from which you can select components. If you press the
Browse button there, the default filter is *.dll and *.exe. Based on this
information you should be able to compile your user control in an Exe file
and you should be able to use it from applications.

The output type of your assembly is defined from project settings. However
you have to provide a starting point if you select an output type other
that class library.

Thanks

Ercan Turkarslan
 
Back
Top