Drag and Drop ЧЯДНТ
Код:
tabPage3.AllowDrop = true;
this.AllowDrop = true;
tabControl1.AllowDrop = true;
tabPage3.DragEnter +=new DragEventHandler(tabPage3_DragEnter);
this.AllowDrop = true;
tabControl1.AllowDrop = true;
tabPage3.DragEnter +=new DragEventHandler(tabPage3_DragEnter);
WTF!?