c#园

2013年8月7日

c# 禁用 webBrowser 声音(转)

摘要: const int FEATURE_DISABLE_NAVIGATION_SOUNDS = 21; const int SET_FEATURE_ON_PROCESS = 0x00000002; [DllImport("urlmon.dll")] [PreserveSig] [return: MarshalAs(UnmanagedType.Error)] static extern int CoInternetSetFeatureEnabled( int FeatureEntry, ... 阅读全文

posted @ 2013-08-07 14:09 要麻 阅读(747) 评论(0) 推荐(0)