05 2011 档案

摘要:VE(开源)-----------------(Visual Editor)http://download.eclipse.org/tools/ve/downloads/WindowBuilder(开源)-----------------------------(Swt-Designer + Swing-Designer + GWT-Designer)http://code.google.com/intl/zh-CN/javadevtools/download-wbpro.htmlEclipse 3.6 (Helios)http://dl.google.com/eclipse/inst/d2w 阅读全文

posted @ 2011-05-28 17:43 唯神能恕 阅读(803) 评论(0) 推荐(1)

摘要:当发生某些事件的时候,播放提示音提醒用户。方法一:[DllImport("coredll.dll")]private static extern bool PlaySound(string pszSound, IntPtr hmod, UInt32 fdwSound);/// <summary>/// 测试方法/// </summary>private static void PlayScheduleAlarmSound(){ string file = @"Windows\alarm.wav"; PlaySound(file, 阅读全文

posted @ 2011-05-26 18:07 唯神能恕 阅读(461) 评论(0) 推荐(0)

导航