码迷,mamicode.com
首页 > Windows程序 > 详细

C# Timer

时间:2018-01-02 13:24:40      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:files   bsp   button   cto   tor   .text   跑马灯   substr   group   

Timer控件:

在指定的时间间隔内,做一件指定的事儿;

 

跑马灯:

Lable1.Text = Lable1.Text.substring(1)+Lable1.Text.subtring(0,1);

 

SoundPlayer类:

SoundPlayer sp = new SoundPlayer();
sp.SoundLocation = @"F:\Users\zhuotu003\Desktop\Speech Disambiguation.wav";
sp.Play();

 

File   Path  FileStream  StreamReader  StreamWriter   Directory  操作文件夹  操作目录

CheckBox  

Radio Button 

单选和多选:

checked:指示这个控件是否处于选中状态

Radio  Button  只能单选,如果要分组,可以使用GroupBox

C# Timer

标签:files   bsp   button   cto   tor   .text   跑马灯   substr   group   

原文地址:https://www.cnblogs.com/darwen/p/8176379.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!