Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a screen without a title bar and positioning it on monitor
#1
I hope you will excuse me, I'm trying to figure out as much of this on my own as I can, but I'll likely still have several questions on this topic.

Let's say that I have a screen with a resolution of 2560 x 1440.
I want to create a screen that occupies the entire screen, preferably without a title bar.

I know that I could these commands:

handle& = _NewImage(2560, 1440, 256)
Screen handle&

This will create a 2560 x 1440 screen, but is it possible to somehow remove the title bar and to force this screen to be opened with the upper left corner located at the upper left of the actual screen?
Reply


Messages In This Thread
Creating a screen without a title bar and positioning it on monitor - by hanness - 05-04-2022, 02:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Custom Title Bar with Win32 API Pete 8 2,179 11-27-2022, 06:35 PM
Last Post: Pete

Forum Jump:


Users browsing this thread: 1 Guest(s)