resizing. This can be set manually via
<Desktop><Right-Click><Properties><Appearance><Effects><Show windows
contents while dragging>
; To review: If this behavior be controlled via HB_GTI_SHOWRESIZING or
li
ke.

Hi Pripal,

This will change this setting for all the running
applicatoins. IMO it's rather bad when an application
is modifying user preferences on behalf of the user.
I think Harbour should not do such thing, not even
with a hb_gtInfo() setting.

Isn't there a way to apply this setting to the
application window only?

FWIW, if someone wants to do this from his/her app,
here is the .prg code to do it:

DllCall( "user32.dll", NIL, "SystemParametersInfo", 37, 0, 0, 0 ) // Full drag OFF DllCall( "user32.dll", NIL, "SystemParametersInfo", 37, 1, 0, 0 ) // Full drag ON

[ needs hbw32.lib ]

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to