Exemple #1
0
 public WpfFlashControl()
 {
     InitializeComponent();
     IninitFlashComponent();
     this._wpr        = new MyFlashWndProc(this.FlashWndProc);
     this._oldWndProc = SetWindowLong(_flash.Handle, GWL_WNDPROC, _wpr);
 }
Exemple #2
0
 public static extern IntPtr SetWindowLong(IntPtr hWnd, int nIndex, MyFlashWndProc wndProc);