Window Minimize / Maximize

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by mdkrsta.

I want to save the window settings when the user exits the program and restore it the next program start. For this I'm missing a flag in OpenWindow() for the window to be minimized / maximized. Also a function IsMinimized(#window) and IsMaximized(#window) would be very useful.

I know I could use WinAPI but I want to avoid this whenever possible.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

Ok, thanks for the suggestions.

Fred - AlphaSND
Post Reply