- 51Aspx源码必读.txt[2KB]
- Form1.cs[998B]
- Form1.designer.cs[3KB]
- Form1.resx[5KB]
- Program.cs[533B]
- ShanShuoWindows.csproj[3KB]
- obj\Debug\ShanShuoWindows.csproj.FileListAbsolute.txt[2KB]
- Properties\AssemblyInfo.cs[1KB]
- Properties\Resources.Designer.cs[2KB]
- Properties\Resources.resx[5KB]
- Properties\Settings.Designer.cs[1KB]
- from.gif[4KB]
- ShanShuoWindows.sln[919B]
- ShanShuoWindows.suo[17KB]
- 最新Asp.Net源码下载.url[123B]
- bin\Debug\ShanShuoWindows.exe[8KB]
- bin\Debug\ShanShuoWindows.pdb[29KB]
- bin\Debug\ShanShuoWindows.vshost.exe[13KB]
- bin\Debug\ShanShuoWindows.vshost.exe.manifest[490B]
- obj\Debug\ShanShuoWindows.csproj.GenerateResource.Cache[847B]
- obj\Debug\ShanShuoWindows.exe[8KB]
- obj\Debug\ShanShuoWindows.Form1.resources[180B]
- obj\Debug\ShanShuoWindows.pdb[29KB]
- obj\Debug\ShanShuoWindows.Properties.Resources.resources[180B]
- obj\Debug\TempPE\Properties.Resources.Designer.cs.dll[4KB]
- Properties\Settings.settings[249B]
- Resources\11.jpg[33KB]
源码介绍
闪动窗体(类似qq来消息时)源码
源码描述:
开发环境:vs2008
技术特点:使用timer控件
原理很简单
public static extern bool FlashWindow(IntPtr handle, bool bInvert);
private void timer1_Tick(object sender, EventArgs e)
{
FlashWindow(this.Handle,true);
}
闪动效果调用timer1.Enabled = true;即可
界面就会出现一闪一闪的效果。
责任编辑:hanjf
下载记录(Only Recent 100)
用户名 | 推荐指数 | 下载时间 |
---|