Skip to content

zhangsanlzh/MsgInforBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MsgInforBox

弹出一个Metro风格的提示框,一段时间后自动消失。

适用于Winform项目。

用法

一、弹出默认提示
MsgInforBox.Show(this, "(ง •_•)ง   请输入账号");
二、弹出错误提示
MsgInforBox.Show(this, "(ง •_•)ง   请输入账号", InforType.Error);
三、改变显示时间
// 显示5秒,默认显示2秒
MsgInforBox.Show(this, "(ง •_•)ง   请输入账号", InforType.Error, 5);

demo

About

适用于Winform的Metro风格的信息提示小工具

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages