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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top