Book a Demo

Author Topic: HWND handle of EA application instance  (Read 2860 times)

Ondrej Kolenaty

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
HWND handle of EA application instance
« on: March 07, 2008, 07:30:18 pm »
Does anyone know how to get application handle? I need if for Windows function:

Code: [Select]
int MessageBox(          HWND hWnd,
    LPCTSTR lpText,
    LPCTSTR lpCaption,
    UINT uType
);

Thanx.