Crular
13 discussion posts
Hi,
not sure, if this is the right place to ask for such a thing, but I couldn't find a subforum for requests.
I am neither able to program in C# or VB, so I couldn't do it on my own. It seems a script with the functions I am looking for doesn't exist either.
What I'd love to have in DisplayFusion is a feature to remove the borders, icons etc. of a window. That would be nice to have for certain games which do not provide the possibility of a full borderless window.
If such a script exists, or someone would be able to code it without much effort, I'd very much appreciate it.
Crular
13 discussion posts
It's to be expected that it won't work with all games, would be handy nevertheless. Thank you very much.
Crular
13 discussion posts
I noticed there is a new script now, named "Remove borders and Caption From Window" which seems to be the one you announced. Thanks for making that.
However I can't seem to get it to work, but I am sure I am missing something here, though being new to scripting I don't know what. When I try to verify the function I get the following error (sorry for the German, but even switching to English the error msg is still in German):
Kompilierungsfehler.
Line 15: Der Typ- oder Namespacename WindowEnum ist im Namespace BFS nicht vorhanden. (Fehlt ein Assemblyverweis?)
Line 15: BFS.Window enthält keine Definition für GetWindowStyle.
Line 18: Der Typ- oder Namespacename WindowEnum ist im Namespace BFS nicht vorhanden. (Fehlt ein Assemblyverweis?)
Line 19: Der Typ- oder Namespacename WindowEnum ist im Namespace BFS nicht vorhanden. (Fehlt ein Assemblyverweis?)
Line 20: Der Typ- oder Namespacename WindowEnum ist im Namespace BFS nicht vorhanden. (Fehlt ein Assemblyverweis?)
Line 21: Der Typ- oder Namespacename WindowEnum ist im Namespace BFS nicht vorhanden. (Fehlt ein Assemblyverweis?)
Line 22: Der Typ- oder Namespacename WindowEnum ist im Namespace BFS nicht vorhanden. (Fehlt ein Assemblyverweis?)
Line 25: BFS.Window enthält keine Definition für SetWindowStyle.
It seems to be a compilation error and I am told I am probably missing an assembly reference.
Could someone advise me how to solve this issue? I am running on Windows 8.1, if that helps.