会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
好记性不如小笔头
博客园
首页
新随笔
联系
订阅
管理
2024年7月10日
在线程中改变控制的值
摘要: //使用方法 changeText(label1, "1"); public delegate void changeTextHandler(Label sender, string str); public void changeText(Label sender, string str) { i
阅读全文
posted @ 2024-07-10 14:14 好记性不如小笔头
阅读(6)
评论(0)
推荐(0)
2021年7月27日
使用panel1,切换页面
摘要: 定义变量 UserControl1 urs1_Control; UserControl2 urs2_Control; UserControl3 urs3_Control; UserControl4 urs4_Control; private void Form1_Load(object sender
阅读全文
posted @ 2021-07-27 21:38 好记性不如小笔头
阅读(361)
评论(0)
推荐(0)
2021年1月8日
MessageBoxEx
摘要: using System; using System.ComponentModel; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Threading; using
阅读全文
posted @ 2021-01-08 16:43 好记性不如小笔头
阅读(144)
评论(0)
推荐(0)
跨线程访问多个控件
摘要: private delegate void AddRunTimeDelegate(string strTime); private void AddRunTime(string strTime) { if (textBoxTime.InvokeRequired) { AddRunTimeDelega
阅读全文
posted @ 2021-01-08 15:55 好记性不如小笔头
阅读(66)
评论(0)
推荐(0)
新建文件、xmL文件更新到Debug中
摘要: 选择新建的XML文件,右击属性,选择
阅读全文
posted @ 2021-01-08 15:41 好记性不如小笔头
阅读(108)
评论(0)
推荐(0)
公告