Can't drag and drop ActiveX Controls onto Component from designer

ActiveX components are not listed in the Toolbox when I have my own custom Component class open in "Design" mode. I can however do it manually in code.

When a custom Form class is open in "Design" mode the ActiveX components becomes available in the Toolbox.

Why do I see this behaviour?

[298 byte] By [HermanduPlessis] at [2008-1-29]
# 1

ActiveX controls are onoly supported on the Form and UserControl designers.

- mike

MikeHarsh at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Designer...
# 2

Thanks for the reply.

I would have been wonderful if it was possible. Doing it manually works fine. I must also add that I saw this from the famous “IssueVision” sample.

Regards,
Herman

HermanduPlessis at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Designer...