Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thank you program for Steve
#1
Attached is a QB64 program just to say thanks to Steve for quickly putting up this QB64 forum for us all.

Smile

- Dav


.bas   thanks.bas (Size: 44.81 KB / Downloads: 264)

Find my programs here in Dav's QB64 Corner
Reply
#2
Amazing Dav. You might want to put your decoder program and the code to use it in other programs in the Utilities section. Good job.
Reply
#3
Yes, pretty cool!
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply
#4
Wait. Where's my THANK YOU program? Steve may have put up the forum... but I have to put up with STEVE!

Waiting for Mark to write me...

SCREEN 0
PRINT "Thank you."
END

------------------------------

I know, I know, lines 1 and 3 aren't even necessary. Sigh/

Pete
Reply
#5
(05-06-2022, 12:23 AM)Pete Wrote: Wait. Where's my THANK YOU program? Steve may have put up the forum... but I have to put up with STEVE!

Waiting for Mark to write me...

SCREEN 0
PRINT "Thank you."
END

------------------------------

I know, I know, lines 1 and 3 aren't even necessary. Sigh/

Pete

Like the old days:

10 PRINT "THANKS STEVE!!!!!!!!!!"
20 GOTO 10
Reply
#6
(05-06-2022, 12:23 AM)Pete Wrote: Wait. Where's my THANK YOU program? Steve may have put up the forum... but I have to put up with STEVE!

Waiting for Mark to write me...

SCREEN 0
PRINT "Thank you."
END

------------------------------

I know, I know, lines 1 and 3 aren't even necessary. Sigh/

Pete

Man I give your avatar state of the art modern weaponry
https://qb64phoenix.com/forum/showthread.php?tid=204

Where's my thank you?
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply
#7
Alright, varmint, ya gots yur thumbs up rattin fur that one!

- Sam
Reply
#8
Well thank you kindly!

And thanks again to Steve and all the folks who helped!
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply
#9
Code: (Select All)
flamehw = _LoadImage("fire.png", 33)
f = _LoadFont("OLDENGL.TTF", 180)

Screen _NewImage(1024, 720, 32)
_Font f
_DisplayOrder _Hardware , _Software
Color 0
_DontBlend
Cls
Do
    x = Rnd * 100: y = Rnd * 100 + 175
    _PutImage (x - 50, y - 50), flamehw
    _PrintString (512 - _PrintWidth("My") / 2, 150), "My"
    _PrintString (512 - _PrintWidth("Pleasure!") / 2, 350), "Pleasure!"
    _Display
    _Limit 15
Loop Until _KeyHit
Sleep
System


Attached Files
.7z   resources.7z (Size: 2.55 MB / Downloads: 236)
Reply
#10
It's about time you posted a welcome program you lazy son of a batch!

Pete Big Grin
Shoot first and shoot people who ask questions, later.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Steve (by Vince?) SMcNeill 1 677 11-17-2023, 04:08 AM
Last Post: bplus
  Steve, your chicken got loose again! Pete 5 1,414 04-25-2022, 12:36 AM
Last Post: johnno56

Forum Jump:


Users browsing this thread: 1 Guest(s)