Click here to Skip to main content
15,886,518 members
Articles / Programming Languages / Visual Basic 6

How to Create a Joke Jukebox in Visual Basic 6.0

Rate me:
Please Sign up or sign in to vote.
3.40/5 (13 votes)
14 May 2010CPOL1 min read 37.7K   612   7  
An article about how to create a Joke Jukebox in Visual Basic 6.0
  • vbjokejukebox.zip
    • vbjokeJukeBox
      • Document1.txt
      • Form1.frm
      • Form2.frm
      • frmAbout.frm
      • frmAbout.frx
      • frmSplash.frm
      • frmSplash.frx
      • Globals.bas
      • joke.exe
      • joke.vbp
      • joke.vbw
      • jokes
        • ANNOY.TXT
        • BADDAY.TXT
        • BEER.TXT
        • BETATEST.TXT
        • BLNDDATE.TXT
        • BLONDE.TXT
        • BLUNDERS.TXT
        • BUBBA.TXT
        • CHINEESE.TXT
        • CONFUCUS.TXT
        • DATE.TXT
        • ELEVATOR.TXT
        • EMAILJNK.TXT
        • FEMALE.TXT
        • FEMCOMP.TXT
        • GOLF.TXT
        • HARDWARE.TXT
        • INSULTS.TXT
        • IS386.TXT
        • KEEPMIND.TXT
        • KLINGON.TXT
        • LIFEFACT.TXT
        • MATHJOKE.TXT
        • MEDICAL.TXT
        • MIXEDNUT.TXT
        • MTRCYCLE.TXT
        • NERD.TXT
        • OXYMORON.TXT
        • PARTFUN.TXT
        • PONDER.TXT
        • PROGQUOT.TXT
        • RULES.TXT
        • SAYNO.TXT
        • SICK.TXT
        • SIGNS.TXT
        • STRESS.TXT
        • UPGRADE.TXT
        • VirJokes.txt
        • WEBTERM.TXT
        • YOMAMA.TXT
        • YOMAMA2.TXT
        • ZADDICT.TXT
      • MSSCCPRJ.SCC
"Tech Quotes"
"There are two ways to write error-free programs. Only the third one works."
"Real programmers don't work from 9 to 5. If any real programmers are around at 9am it's because they were up all night."  
"Real programmers don't comment their code. If it was hard to write, it should be hard to understand."  
"Java keeps your hand tied. VC++ gives you enough rope to hang yourself."  
"Old programmers never die. They just can't C as well."  
"Old programmers never die. They just branch out to a new address! ."  
"f u cn rd ths, u cn gt a gd jb n cmptr prgmmng."  
"A program is a spell cast over a computer, turning input into error messages."  
"Why doesn't DOS ever say 'EXCELLENT command or filename!'"  
"WARNING: Keyboard Not Attached. Press F10 to Continue."  
"Smash forehead on keyboard to continue."  
"Scandisk is now checking your hard disk. You can start praying."  
"Hit any user to continue."  
"Error reading FAT record. Try the SKINNY one? (Y/N)"  
"Enter any 11-digit prime number to continue..."  
"Bad Command or File Name. Good try, though."  
"Want to make your computer go really fast? Throw it out a window." 
"If you can't beat your computer at chess, try kickboxing."  
"To steal ideas from one person is plagiarism, to steal ideas from many is research."  

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Sweden Sweden
About me:
I attended programming college and I have a degree in three most famous and successful programming languages. C/C++, Visual Basic and Java. So i know i can code. And there is a diploma hanging on my wall to prove it.
.
I am a professional, I am paid tons of cash to teach or do software development. I am roughly 30 years old .

I hold lectures in programming. I have also coached students in C++, Java and Visual basic.

In my spare time i do enjoy developing computer games, and i am developing a rather simple flight simulator game
in the c++ programming language using the openGL graphics libray.

I've written hundreds of thousands of code syntax lines for small simple applications and games.

Comments and Discussions