You can create a full-screen window using the CreateWindowEx function with the WS_POPUP style, which removes the window frame, and WS_VISIBLE to make it visible. The window size is set to match the screen resolution using GetSystemMetrics.
See:
https://stackoverflow.com/questions/2382464/win32-full-screen-and-hiding-taskbar