05-12-2022, 10:23 AM
Is there any way in QB64 that you can prevent a window from maximizing?
|
Prevent Maximize
|
|
05-12-2022, 10:23 AM
Is there any way in QB64 that you can prevent a window from maximizing?
05-12-2022, 11:38 AM
(05-12-2022, 10:23 AM)crumpets Wrote: Is there any way in QB64 that you can prevent a window from maximizing? Try the following: Code: (Select All) Option _Explicit
05-12-2022, 11:58 AM
Thank you. This is an excellent solution, but only works on Windows. I suppose doing it in macOS and Linux is not possible?
05-12-2022, 12:17 PM
(This post was last modified: 05-12-2022, 12:22 PM by James D Jarvis.)
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Can you prevent a QB64 program from being maximized under Linux? | Dav | 5 | 1,263 |
08-07-2023, 12:55 PM Last Post: Dav |
|