
.net c# winapp
yiyufeiyang
个人简介
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
20091009_C#_GeneratePWD
private string CreatePWD(PWDMark mark,int pwdlength, bool isUpper, bool isLower, bool isNumber, bool isSpecial) { string createdPWD = string.Empty; if (pwdlength原创 2009-10-09 13:23:00 · 257 阅读 · 0 评论 -
20091027_.NET_about NotifyIcon
I do not know why the balloon cant be poped out.I use NotifyIcon1.ShowBalloonTip(.....).If the Icon property was set, It can works.I solve this problem.原创 2009-10-27 16:07:00 · 263 阅读 · 0 评论