Hey Guys (and Girls, if there are any… ),
is there a way to build an unity-project not in fullscreen but without the win7/winVista-standard border ? I would like to have an .exe that does not start my unityapplication in fullscreen but e.g. in a resolution 1920 x 1080 without the border where i can minimize the aplication or close it.
Why i do need this?
I have an unityappplication where i have to load a flash-file. this is not possible, because unity does not support flash.
I build a c# application that loads a flashfile and opens it in a Windows.Forms without borders and in foreground and on the exact position i do need the “flashfile”.
In my unityproject i have a script that loads this .exe file (the one, that starts the flash-file) when i click a button. Because of my settings in the .exe file the program is alsways on top and it looks like my flashfile is included in my unity project.
This works as long as my unityapplication does not start in fullscreen. When it starts in fullscreen, my .exe ist loaded but not in the foreground anymore. So i see only my unityapplication but not the .exe anymore.
Thats why i want to start my unityapplication not in fullscreen but in the full resolution of my screen without the borders. That means that my unityapplications should only look like it is in fullscreen.
Any suggestions?
Regards
sayezz