SETMODE / Window won't resize / Windows 11

76 views
Skip to first unread message

Hurricane

unread,
Sep 21, 2025, 5:12:03 PM (5 days ago) Sep 21
to Harbour Developers
Hi,

Windows 11, without GT, the window does not resize
Windows 10, without GT, the window resizes normally
Windows 11, with GT, the window resizes normally

FUNCTION MAIN()
   CLS
   ? setmode(25, 80) // .T.
   @00, 00 TO 24, 79
   INKEY(0)

   CLS
   ? setmode(40, 100) // .T.
   @00, 00 TO MAXROW(), MAXCOL()
   INKEY(0)

   CLS
   ? setmode(50, 120) // .T.
   @00, 00 TO MAXROW(), MAXCOL()
   INKEY(0)

   RETURN NIL


Regards,
Hurricane
Reply all
Reply to author
Forward
0 new messages