2012年2月22日 星期三

Drag and Drop in C#

現在越來越多應用程式以及網站使用拖放 (Drag and Drop) 技術
於是就開始動手用 C# 寫看看,使用之元件:

  • PictureBox
  • Button
  • Label
  • OpenFileDialog
  • ContextMenuStrip