Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Announcement
Collapse
No announcement yet.
How to Detect if user clicks Minimize Button at top of Page?
I never make windows apps anymore I always make flat apps now so you can also make a miniumized wrape around the function on the button, it will depend on how you do it
Using MemoryEx and a window subclass (window callback) to catch and optionally prevent the minimize event, see attached example and download the MemoryEx Action Plugin
if bNewRecord then
SQLite.Query(db,"insert into registros values(NOT NULL, '"..sUsuario.."', '"..sFecha.."', '"..sHora.."')");
Page.Jump("LOGEO USUARIOS")
Comment