如何拖动窗体中的图片
调用cards.dll实现的扑克图片,直接显示在Form上,现在想拖动它如何实现,在网上找的方法都要用到其它控件,不知能不能在窗体上拖动它。
private void Form1_Load(object sender, System.EventArgs e)
{
int width,height;
width=0;height=0;
cdtInit(ref width,ref height);
cdtDraw(this.CreateGraphics().GetHdc(),20,20,3,0,9);