Recent

Author Topic: Canvas size  (Read 269 times)

oproescu

  • Jr. Member
  • **
  • Posts: 50
Canvas size
« on: June 17, 2026, 01:56:28 pm »
How can I make the program so that the canvas size the same as the screen?
Thanks!

LeP

  • Guest
Re: Canvas size
« Reply #1 on: June 17, 2026, 02:05:26 pm »
How can I make the program so that the canvas size the same as the screen?
Thanks!
Quick way, set you Form with these properties:

Code: Pascal  [Select][+][-]
  1.  BorderStyle := bsNone;
  2. WindowState := wsFullScreen;

You can do at design time.

oproescu

  • Jr. Member
  • **
  • Posts: 50
Re: Canvas size
« Reply #2 on: June 17, 2026, 04:03:27 pm »
Thanks LeP, I'll try it!

Thaddy

  • Hero Member
  • *****
  • Posts: 19622
  • Glad to be alive.
Re: Canvas size
« Reply #3 on: June 17, 2026, 07:15:50 pm »
Or would you like to make the screen the canvas? I have code for that.
Any "programmer" that knows only one programming language is not a programmer

 

TinyPortal © 2005-2018