Ya le puse esta linea:
SetWindowPos(HWND_TOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE | SWP_NOMOVE |WP_NOSIZE);
en la funcion OnInitDialog pero no funciona, me da los siguientes errores:
error C2065: 'WP_NOSIZE' : undeclared identifier
rror C2664: 'SetWindowPos' : cannot convert parameter 1 from 'struct HWND__ *' to 'const class CWnd *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Saludos.
Farga.







