会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
南城逆流
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2019年4月15日
Winform实现打印功能
摘要: 在窗体中添加一个按钮,PrintDialog控件,printDocument控件,为printDocument控件添加事件 private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEv
阅读全文
posted @ 2019-04-15 10:06 南城逆流
阅读(5826)
评论(0)
推荐(0)
编辑
如何给WinForm的dataGridView控件的表格中添加按钮并添加点击事件
摘要: /// <summary> /// 为dataGridView添加“启动”“停止”两个按钮 /// </summary> private void AddBtndgv2() { DataGridViewButtonColumn btn = new DataGridViewButtonColumn()
阅读全文
posted @ 2019-04-15 09:53 南城逆流
阅读(7182)
评论(6)
推荐(0)
编辑