[windows] Very_usefull_Code_for_stressed_people

Share your advanced PureBasic knowledge/code with the community.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

[windows] Very_usefull_Code_for_stressed_people

Post by BackupUser »

Code updated for 5.20+

Restored from previous forum. Originally posted by Rings.

Code: Select all

NeedHolder= MessageRequester("Admin","Want me to hold your beer for you?", #MB_YESNO + #MB_ICONQUESTION)
 If NeedHolder = 6
    mciSendString_( "set cdaudio door open", "", 0,0)
    MessageRequester("Admin","Wait, we see that you have already been using your CDRom as a beer holder and have spilled! ?? " +Chr(13)+"We regret that we must retract our offer and your CDTray!", 0)
    mciSendString_( "set cdaudio door closed", "", 0,0)
 EndIf 

Its a long way to the top if you wanna .....CodeGuru
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Art Sentinel.

Haha.. Clever one, Rings! :)

Now if only you can find a routine to spit pretzles and beer nuts out of my floppy drive. I will gladly share half with you. :wink:

Take care.


- Art Sentinel
http://www.artsentinel.net


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

Top Ten Reasons Not To Procrastinate:


Coming Soon...
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by tranquil.

Rings, Du hast echt nen knall. :)

For all others: Rings you have a BANG! :)

I want to vote this code to the No. One on the net!

Cheers
Mike

Tranquilizer/ Secretly!
http://www.secretly.de
Registred PureBasic User
Post Reply