Zitat von
jonx:
vielen dank für your code sample.
please note that while trying to set a negative position for my monitor
lDevMode.dmPosition.x := -1280;
I had to change the TPOINTL record to
TPOINTL = Packed Record
x : Integer;
y : Integer;
End;
thanks again.
Obviously, but I only copy it from another code and there was no need about negative coordinates. Thanks for the addition!