hi,
I have a requirement to move controls( like: commandutton, textbox) from "form1" to "form2" in a same application. How can i achieve this?
I enabled auto dragging but "ActiveControl" property doesn't recognize currently dragged control instead it points to the one with least index.
Is their any property which recognizes control that is
participating in drag & drop operation.
Thanx in advance.
Bye
Make habit of marking posts as helpful or expert post, if they do solve your problems.
I have a requirement to move controls( like: commandutton, textbox) from "form1" to "form2" in a same application. How can i achieve this?
I enabled auto dragging but "ActiveControl" property doesn't recognize currently dragged control instead it points to the one with least index.
Is their any property which recognizes control that is
participating in drag & drop operation.
Thanx in advance.
Bye
Make habit of marking posts as helpful or expert post, if they do solve your problems.