Hi
I need standard command like copy/paste for non-standard control like LineShape (VisualBasic PowerPack Shapes) in custom form designer
Some problem:
1- can't drag drop on form. (but i find way to add it to form by doubleClick or Enter)
2- Copy/Paste does not work.(important)
3- ShowContextMenu does not work. (not important)
I know that LineShape inherit from Compoent and not Control. also it use ToolboxItemAttribute but can't find way to solve my problem. could you please help me.
Thanks in advanced.
Hamid