![]() |
|
Joke Programs - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Programs (https://qb64phoenix.com/forum/forumdisplay.php?fid=7) +---- Thread: Joke Programs (/showthread.php?tid=4097) |
Joke Programs - eoredson - 11-11-2025 Joke Program#1: Code: (Select All) w = 10 * 2 * 2: h = 4Code: (Select All) ' declare admin access library.RE: Joke Programs - Pete - 11-11-2025 Or how nice it is to have Alt + F4 handy to close the current program window in Windows systems for joke #2. (Windows being the real joke #1). Pete RE: Joke Programs - hsiangch_ong - 11-11-2025 joke program #1. trying to give a damn. that was actually an animated meme. inside someone's signature. in another forum i belonged to many years ago. also the animated cockroach. telling someone to use "format" ms-dos command to get rid of it. on linux. how about faking the screen output of "dd" command. or "ps -ely". or something like that. if you have better jokes. better to reserve them for next year, fourth month. RE: Joke Programs - eoredson - 11-12-2025 In the early '80s there was a joke program for the IBM PC that made your floppy drive gurgle but delivered a virus.. And the infamous "Arf! Arf! Gotcha!" which delivered a virus.. But I have never used my programming skills to write a virus but might be easy to attach one to a .com file? Erik. RE: Joke Programs - mstasak - 11-12-2025 I remember back in the days of Windows 3.1, a program that just showed a simple messagebox with an OK button ("Click OK to exit", or some such)... But when you tried to click OK, the button moved away from the mouse cursor. RE: Joke Programs - eoredson - 11-13-2025 More Jokes: Don't delete the file Boot.ini from the root of C: in Windows XP. Don't type this at the DOS command: Del . < Y Don't put the shortcut to Shutdown.exe in your Start Menu.. btw: don't accuse me for any data loss. Thanks, Erik. |