C# Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can a custom control DLL develped in C# be used in any .NET project e.g.
C++/VB?

Also, any ideas on the best ways to share GUI controls among both Web Forms
and Windows Forms app? i.e. is there any way to avoid having to develop the
same control twice, one for Windows and one for Web?
 
Back
Top