Einzelnen Beitrag anzeigen

Muetze1
(Gast)

n/a Beiträge
 
#13

Re: Monitor X per ChangeDisplaySettingsEx (A) akivieren ?

  Alt 12. Okt 2006, 14:19
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!
  Mit Zitat antworten Zitat