GT - Window deconfigure

31 views
Skip to first unread message

Hurricane

unread,
Oct 17, 2025, 1:52:38 PM (14 hours ago) Oct 17
to Harbour Users
Does anyone know how to prevent this?

Em sexta-feira, 17 de outubro de 2025 às 14:42:30 BRT, Hurricane escreveu:

Hi,

With WVG:
It starts correctly and doesn't allow resizing, but after double-clicking the title bar, this changes, the window becomes resizable and sometimes distorts the content (image).

With WVT:
It starts correctly and doesn't allow resizing, but after double-clicking the title bar, the window maximizes.

Tested with Windows 11 and 10

Is it possible to correct or prevent these behaviors? gtwvg and gtwvt.
Applications that require only wvt and others require wvg.

#include 'hbgtinfo.ch'

function main
   HB_GtInfo( HB_GTI_RESIZABLE, .F. )
   HB_GtInfo( HB_GTI_MAXIMIZED, .F. )
   HB_GtInfo( HB_GTI_CLOSABLE, .F. )
   cls
   @0,0 TO MAXROW(), MAXCOL()
   INKEY(0)
   return nil



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