Click to See Complete Forum and Search --> : Problems with ActiveX


Brett Ladd
May 11th, 2001, 12:25 PM
I have a MDI that contains MDIChild forms that have an ocx on them that I wrote. The OCX contains some OLE Drag Drop Code. I want to drag information from one OCX into the OCX on the other form. The problem is that for some reason it seems to be using the most recently created OCX as the Drag start and Drop. I have considered adding the drag drop code to the form and avoiding the ocx, but I will still need to call a copy method in the ocx. Will it still try to use the newest copy of the ocx for the call? (I am using the apartment method)

Brett