Ok, this code works:

Code:
var auflx=800;
var aufly=800;
video_window(nullvector,vector(auflx,aufly,0),16,"my game");
auflx-=6; //border length
aufly-=32; //border breadth
video_set(auflx,aufly,0,2);



Thank you ^^

The only thing I have to know now, if the border has the same size at Vista or Win7, else it would only work on XP...


Hilf mir, dir zu helfen!