9월, 2014의 게시물 표시

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 ...

.NET 메모리 분석

http://www.codeproject.com/Articles/176031/Out-of-Memory-Exception-A-simple-string-Split-can

무료 압축, 이미지 프로그램

http://www.nomacs.org/ http://www.7-zip.org/

WPF BackgroundWorker vs. Dispatcher

http://stackoverflow.com/questions/3762576/wpf-backgroundworker-vs-dispatcher