状态栏中显示进度条

zzandww 2004-12-21 04:18:13
帮帮我了,不知道怎么做。
...全文
166 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
kong19 2004-12-21
  • 打赏
  • 举报
回复
自己再试试
kong19 2004-12-21
  • 打赏
  • 举报
回复
ProgressBar prog= new ProgressBar();
this.prog.Location = this.statusBar1.Location;
this.prog.Width = this.statusBar1.Width;
this.Controls.Add(prog);
this.prog.Parent = this.statusBar1;
cxa 2004-12-21
  • 打赏
  • 举报
回复
到vs.2005里面,这些都不是问题了!
looner 2004-12-21
  • 打赏
  • 举报
回复
拖一個StatusBar到窗體,再拖一個ProgressBar到StatusBar上面就可以了啊

110,533

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧