会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Tanx
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2021年5月19日
winform 子控件触发父控件事件
摘要: private void circlePanel_Click(object sender, EventArgs e) { var panel=sender as UIPanel; if (panel.Tag == null|| Convert.ToInt32(panel.Tag) ==0) { //
阅读全文
posted @ 2021-05-19 15:27 勿_忘
阅读(1026)
评论(0)
推荐(0)
2021年5月17日
EF中使用SqlBulkCopy
摘要: using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Data; using System.Data.SqlClient; using Sys
阅读全文
posted @ 2021-05-17 11:25 勿_忘
阅读(321)
评论(0)
推荐(0)
2021年5月10日
winform 中 label透明化
摘要: label1.BackColor = Color.Transparent;//设置背景颜色为透明 label1.Parent = pictureBox1;//将pictureBox1设为标签的父控件,也可以设置其他控件作为父类 //pictureBox1.Controls.Add(label1);/
阅读全文
posted @ 2021-05-10 08:56 勿_忘
阅读(906)
评论(0)
推荐(0)
上一页
1
2
公告