心中有你

博客园 首页 新随笔 联系 订阅 管理

2011年11月18日 #

摘要: 本例实现将一个ComboBox上的内容拖动到一个pictureBox上来让pictureBox上显示当前拖动的ComboBox上的内容所显示的图片。代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace formdemo{ public partial class F... 阅读全文
posted @ 2011-11-18 16:53 心中有你 阅读(352) 评论(0) 推荐(0) 编辑