[SDL] How to maximize window at Windows startup
Brian
brian.ripoff at gmail.com
Wed Oct 24 07:24:10 PDT 2007
If you want your program to be the only GUI, for exampe a GUI kiosk of
some sort, try replacing explorer with your program. Obviously if your
program is for use on a normal desktop you wouldn't do this ;)
In the hurried search I did before sending this I found only 2 links.
Perhaps google will smile on you.
http://blogs.msdn.com/embedded/archive/2005/03/30/403999.aspx
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xpehelp/html/xeconshellcustomization.asp
Of course this may not be what you are doing at all. Its just an idea though.
On 24/10/2007, Maarten Engels - Visual Productions
<m.engels at visualproductions.nl> wrote:
> Hi,
>
> I would like to run my SDL app in full-screen mode and have it startup
> automatically when Windows boots (using registry).
>
> Everything works fine except that - most of the time – the application is
> left minimized once Windows is finished booting.
>
> It looks like the SDL app did not receive the focus.
>
> Does anybody has a suggestion to prevent the minimizing from happening,
> preferably in a platform independent manner?
>
> Maarten
More information about the SDL
mailing list