ActiveX Control Drag and Drop in C sharp
Posted
by Philip
on Stack Overflow
See other posts from Stack Overflow
or by Philip
Published on 2010-04-07T08:38:44Z
Indexed on
2010/04/07
8:43 UTC
Read the original article
Hit count: 436
I'm making Windows Form App in C sharp and best control for what I need is ActiveX Control (Calendar). The problem is that I need drag and drop but Control that I use does not have events for it (only positive thing is that it has property "AllowDrop"). (Control is Xtreme Calendar - Codejock)
© Stack Overflow or respective owner