i have a project in VB6. This project have a MDI form and many childs. My problem is Ctrl-C and Ctrl-V not working. But Copy / Paste with mouse run fine.
There is some configuration of the project to enable these functions?
I have another similar project and Ctrl-C / Ctrl-V run fine but i don't see any difference.
Thanks
The problem was in the creation of external menu, created with Command Bars Designer of Codejock. In this Command Bars Designer i can create "Accelerators": key combinations to which a function is assigned. Then Ctrl-C was a bad function. Only delete this Accelerator and then run fine.
Thanks