How to create a user control to work on all .NET platforms
Hi -In VS10 I have used visual basic to create a user cotnrol. It is in the form of an object which can be dropped onto a form and which wraps up a whole load of functionality. Can this user control be used within other visual studio environments (C#, C++). If not how do I create a control which can?
Thanks