I am developing a win32 console application, and now I would like it to display an optional status / notification window. Is there a way to do this from a console application, or will I need to rewrite it as a Windows application?
This is for a kiosk system, so I will need to call SetWindowPos () with the topmost flag in the window handle.
source
share