D
Daniel Bello Urizarri
Is there any way to show a non active window? I mean, to sow a focus-less
window, like a tooltip, for instance.
I know that using ShowWindow (hwnd, SW_NOACTIVE ) in Win32 api works fine,
but i like my application to run on other systems.
window, like a tooltip, for instance.
I know that using ShowWindow (hwnd, SW_NOACTIVE ) in Win32 api works fine,
but i like my application to run on other systems.