12-29-2023, 12:47 AM
(12-28-2023, 11:55 PM)bplus Wrote: With the embedded stuff now, is it possible to create one sub that can set the exact screen width and height and move it so the title and task bar both show but you have the rest of the screen for your app?
I think I would use a sub like that allot for scaling the drawing, buttons and such so it fits anyones system.
Screen _NewImage(DW - TBW - BW * 2, DH - TBH - TH - BW * 2, 32)
^ That's what the code does there, with the math provided via the functions.