2019-07-01から1ヶ月間の記事一覧

備忘録

flash.cs using System;using System.Runtime.InteropServices;using System.Text; public static class Program{ private delegate bool EnumWindowsDelegate( IntPtr hWnd, IntPtr lparam ); [DllImport( "user32.dll" )] static extern Int32 FlashWindow…

備忘録

flash.cs using System;using System.Runtime.InteropServices;using System.Text; public static class Program{ private delegate bool EnumWindowsDelegate( IntPtr hWnd, IntPtr lparam ); [DllImport( "user32.dll" )] static extern Int32 FlashWindow…