PavelGur
Programmer
- Sep 21, 2001
- 75
I need to display in the MessageBox hex representation of HWND. I can easily see in Debug mode. However I did not find yet the conversion of handle data to hex for display. I tried wsprintf("handle %x", App_hWnd). But it gives me compile error: cannot convert parameter 2 from 'struct HWND__ *' to 'const char *.
Thanks, Pavel.
Thanks, Pavel.