Author Topic: Re: Full Screen without _FULLSCREEN  (Read 454 times)

0 Members and 1 Guest are viewing this topic.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: Full Screen without _FULLSCREEN
« on: March 11, 2019, 05:59:16 am »
Been there, done that. I posted a new image full screen technique in some Windows API thread, abut ways to copy the desktop. Sorry, I don't save links, but it's somewhere on the forum. Yes, it also had such adjustments to move the title bar up off the screen. I prefer these methods to _FULLSCREEN, too. Nice job on explaining though. That could be placed in the WIKI with _FULLSCREEN as an alternative.

Pete
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
    • View Profile
Re: Full Screen without _FULLSCREEN
« Reply #1 on: March 11, 2019, 04:44:18 pm »
[banned user], thank you for this idea. 

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: Full Screen without _FULLSCREEN
« Reply #2 on: March 11, 2019, 04:50:50 pm »
One point to remember: those sizes may not be the same on all systems.  Use the example here to be certain to get the exact sizes: https://www.qb64.org/forum/index.php?topic=1020.0
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!