Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

Window.GetSize on windows 10

$
0
0
Hello everyone.
The aim is to position the window at the bottom with adjustment in width :
Code:
display = System.GetDisplayInfo();
result = Window.GetSize(Application.GetWndHandle());
handle = Application.GetWndHandle();
x=display.Height -  result.Height
Window.SetPos(handle,0,x);
Window.SetSize(Application.GetWndHandle(), display.Width,result.Height);
The position is correct under windows xp and windows 7 but not under windows 10 ! There are right, left and bottom margins !


Viewing all articles
Browse latest Browse all 2105

Trending Articles