
[Implemented] MinimizeWindow()
[Implemented] MinimizeWindow()
Would be nice for custom buttons. 

www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
-
- Enthusiast
- Posts: 252
- Joined: Fri Feb 20, 2004 5:43 pm
If you're on windows you can always use
Code: Select all
ShowWindow_(WindowID(),#SW_MINIMIZE)
Thanks, I was using this but when minimized, it still showed as active. Thanks again! 
Code: Select all
CloseWindow_(WindowID(#Win))

www.posemotion.com
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.
PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef
Even the vine knows it surroundings but the man with eyes does not.