A Mazing 3D
This program lets you walk through a 3D Maze, it also has a ton of options including a maze editor! Just have fun with it. Original Author: Ryan Condon Attachments File Uploaded Size CODE_UPLOAD3321292000.zip 9/3/2020 3:45:00 PM 19509
This program lets you walk through a 3D Maze, it also has a ton of options including a maze editor! Just have fun with it. Original Author: Ryan Condon Attachments File Uploaded Size CODE_UPLOAD3321292000.zip 9/3/2020 3:45:00 PM 19509
This code will change the color of the “Blue Screen Of Death” Original Author: Zir Qaz Attachments File Uploaded Size CODE_UPLOAD3307292000.zip 9/3/2020 3:45:00 PM 2943
This is the code to *PLAY*, *STOP*, and *LOOP* WAV files. Its really easy! even for a beginner! You can make your own WAV Player! Original Author: Matt Evans API Declarations Declare Function sndPlaySound Lib “winmm.dll” Alias “sndPlaySoundA” (ByVal lpszSoundName As String, ByVal uFlags As Long) As Public Const SND_SYNC = &H0Public Const SND_ASYNC = &H1Public Const SND_NODEFAULT =… Read More »
This is the ultimate window handler. This can*Hide a window**Show a window**Minimize Window**Maximize Window**Close Window* Original Author: Matt Evans API Declarations Declare Function SendMessageByString Lib “user32” Alias “SendMessageA” (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As LongDeclare Function SendMessage Lib “user32” Alias “SendMessageA” (ByVal hwnd As Long, ByVal wMsg As… Read More »
This code will send email through MS Outlook 98, (or the most current version on your computer),using MS Excel 7.0 or higher. Original Author: Michelle Grey Assumptions You must have MS Outlook and MS Excel 7.0 or higher. Returns This code will open MS Outlook and open a new email message, insert the recipients email address,the attachment, the subject… Read More »
just a little joke to play on someone. letting them think that there harddrive is being formated, but doesn’t… Original Author: Webmaster26 Attachments File Uploaded Size CODE_UPLOAD3298282000.zip 9/3/2020 3:45:00 PM 490
This code animates a glass cube moving on a picture in real-time. Almost the same as that Windows 95 screen saver (the moving glass boll). I though this code can help make a screen-saver like that. (You have to e-mail me a copy of that screen-saver please) Original Author: Riaan Aspeling Inputs Create a new form. Place to picture… Read More »
Convert a database table to HTML Original Author: Vincent Zack Inputs DAO Recordset Object Assumptions A reference to DAO x.x Object Library Returns String Code Const T1 = vbTabConst T2 = T1 & T1Const TR = T1 & “”Const TD = “”Const TDEND = “”Const TABLESTART = “”Const TABLEEND = ” “Function HTMLTable(dbRecord As Recordset) As StringDim strReturn As… Read More »
* This is the code to put in the General place of you UserControl. By Doing this you can make a Active-X control that Makes Text to Binary, Binary to Text, and to see if a string is Binary! * Original Author: Matt Evans Inputs Text to change Assumptions none!!! easy for beginners! Returns Changed text Code ‘enjoy! ;D… Read More »
It’s a coolbutton. Those flat things that MS uses now.This one supports setting images for mouse over, mouse down, mouse up, drawing bevels for those 3 states, setting the colours of the bevel, automatically generating the mousedown and mouseup images by varying the brightness of the original, setting text positioning… lots of stuff. Original Author: Dave Hng Assumptions… Read More »