08/07/19 20:43:46 7TL6s4SK
>>906
試してみたが無理ぽい。ちなみに
[DllImport( "user32.dll", CharSet = CharSet.Auto )]
public static extern uint MessageBox( IntPtr hWnd, String text, String caption, uint type );
public static void Main( string[] args ){
MessageBox( new IntPtr( 0 ), "ほげ", "title", 0 );
ってやってもメッセージボックスが出る前に例外飛んできた。