라벨이 IE Automation인 게시물 표시

IE automation. dialog watcher

http://msdn.microsoft.com/en-us/magazine/gg309183.aspx public   class   Form1  :  Form   {     [ DllImport ( "user32.dll" ,  EntryPoint = "FindWindow" ,  CharSet = CharSet . Auto )]      static   extern  IntPtr  FindWindow ( string   lpClassName ,  string   lpWindowName );     [ DllImport ( "user32.dll" ,  EntryPoint = "FindWindowEx" ,  CharSet = CharSet . Auto )]      static   extern  IntPtr  FindWindowEx (IntPtr  hwndParent , IntPtr  hwndChildAfter ,  string   lpszClass ,  string   lpszWindow );     [ DllImport ( "user32.dll" ,  EntryPoint = "PostMessage" ,  CharSet = CharSet . Auto )]      static   extern   bool   PostMessage1 (IntPtr  hWnd ,  uint   Msg ,  int   wParam ,  int ...

(IDispatch) COM 객체의 타입명 찾기.

Microsoft.VisualBasic.Information.TypeName(XXX) 개같은 COM Interop

Set rendering mode to ie9 when using webbrowser control.

http://stackoverflow.com/a/6770294