For the others who may be searching the archives, the "standard" way
is to compile the C# control into a dll, add that dll to the project
(and the toolbox if desired), and use the control like normal. You can
also add the C# project to your solution and reference the project if
you need to do updates to the control.
For the others who may be searching the archives, the "standard" way
is to compile the C# control into a dll, add that dll to the project
(and the toolbox if desired), and use the control like normal. You can
also add the C# project to your solution and reference the project if
you need to do updates to the control.
I think there is an even easier method with VS2005. If the control was
compiled as an OCX, I think you can just drag the ocx file to the
toolbox window, and the control is then available as any standard
toolbox control.
Cor, I believe the OP is talking about custom controls he created in a
C# project - not the control's "packaged" with the framework. So no, I
am not kidding
Thanks,
Seth Rowe
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.