Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Play wav file in the background without a window on the forground
#8
For use in my programs, I simplify it as:

Code: (Select All)
myfont& = _LoadFont(Environ$("SYSTEMROOT") + "\fonts\lucon.ttf", 26, "MONOSPACE")
_Font myfont&
Print "Hello World!"
Sleep ' Enlarge font demo over. Now restore the original font and screen size.
_Font 16
If myfont& Then _FreeFont myfont&

Pete
Reply


Messages In This Thread
RE: Play wav file in the background without a window on the forground - by Pete - 09-18-2025, 12:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Enlarging window for older BAS programs (ie. Screen 7 mode) paulel 5 419 12-24-2025, 09:36 PM
Last Post: paulel
Music export _memsound buffer into wav file hsiangch_ong 2 314 12-12-2025, 10:28 PM
Last Post: hsiangch_ong
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 11 1,083 11-10-2025, 07:23 PM
Last Post: madscijr
  is there any way to position the inputbox$ window? madscijr 21 1,689 11-06-2025, 09:54 PM
Last Post: madscijr
  auto-detecting screen resolution for optimal window size on non-Windows systems madscijr 0 227 10-26-2025, 06:58 PM
Last Post: madscijr

Forum Jump:


Users browsing this thread: 1 Guest(s)