Wallpaper Engine

Wallpaper Engine

View Stats:
Banone Jul 30, 2020 @ 5:36am
How to Run .exe as background
Hey guys. I programmed a textbased game with c++ and wanted to have 9it as background, so i can play it the whole day. But when i got to editor and select the .exe. Wallpaper egnine simply run the file and don't use it as background. How can i fix that?
< >
Showing 1-4 of 4 comments
Biohazard  [developer] Jul 30, 2020 @ 6:07am 
How are you opening the window? It should be fine if you're opening the window with i.e. CreateWindow/CreateWindowEx() and don't change it too much afterwards.

For example, if the parent of the window or the style etc is being changed then it could just detach again, because Wallpaper Engine's changes to the window get reverted.
Banone Jul 30, 2020 @ 11:20am 
Originally posted by Biohazard:
How are you opening the window? It should be fine if you're opening the window with i.e. CreateWindow/CreateWindowEx() and don't change it too much afterwards.

For example, if the parent of the window or the style etc is being changed then it could just detach again, because Wallpaper Engine's changes to the window get reverted.
I just programmed a console apllication. So when i run it, the window opens automatically
Biohazard  [developer] Jul 30, 2020 @ 11:47am 
Ah, okay, I don't think the console window will work I'm afraid. It needs to be a window created by the application.
Last edited by Biohazard; Jul 30, 2020 @ 11:48am
Banone Jul 30, 2020 @ 12:28pm 
Originally posted by Biohazard:
Ah, okay, I don't think the console window will work I'm afraid. It needs to be a window created by the application.
Oh okay D: But thx for the answer :D
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Jul 30, 2020 @ 5:36am
Posts: 4