A Way to Change The Resolution

This is ideal for a game. Many games simply look better or work better in a different resolution. Mostly the look is because whatever resolution you were using on your computer at the time is what the graphics in the game will look best as. This code will simply enable you to set their computer resolution to whatever… Read More »

Madcow Test

Do you own a cow?Ever wondered how to tell if it has mad cow sicknessvery funny testalso a few good things to look atbut I recomend it just for a laughPLEASE NOTE: Button code was made and coded by GEEZAthe code entry is called killer button thank youand the idea was got from www.madcow.comI just put it into… Read More »

Draw Percent

Ever been on AOL and downloaded a file. Did you wish you can make the effect of inverting the text when the progress bar reaches it? This code does just that. Example form included. Original Author: Joseph Huntley Attachments File Uploaded Size CODE_UPLOAD1092.zip 9/3/2020 3:45:00 PM 2921

Very Cool Smart Eyes!

Here is somethig to make you smile!This program consists in TWO MOVING EYES THAT FOLLOW THE MOUSE CURSOR on the screen, telling you what window is under the cursor.The animation IS SO COOL THAT THE EYES EVEN BLINK! Original Author: Pedro Lamas Attachments File Uploaded Size CODE_UPLOAD1090.zip 9/3/2020 3:45:00 PM 15066

Toxetris

Toxetris is a version of the classical game, TETRIS. The difference is that, the pieces are sliding, not jumping to the next square. Also you can pull down faster. It is a one week project.All the files are accesible. You can change them.The sliding pieces bring some problems: Most of the time, I have to check more positions… Read More »

Send SMTP E-mail using winsock

Send E-mail without borrowing another programs interface……Even send it in the background with one line of code. Original Author: dcroft Attachments File Uploaded Size CODE_UPLOAD1084.zip 9/3/2020 3:45:00 PM 4979

Simulate Ctrl Alt Delete

Have you ever worried about a trojan running on your machine and hiding itself from the Ctrl Alt Delete window. I have created a program that acts like the Ctrl ALT Delete BUT you can’t hide an EXE process from it. The app includes: Listing all active process, shows the path to the EXE, is it responding, and… Read More »

Get Windows NT Server Time

Returns the time of day from a Windows NT workstation or server. Accounts for time zones. Requires Windows NT. Original Author: Matthew Ruffell Inputs ServerName [string] = name of target server. Assumptions Requires Windows NT. Returns Return the time of day. Side Effects Noen. API Declarations Private Type TIME_OF_DAYt_elapsedt As Longt_msecs As Longt_hours As Longt_mins As Longt_secs As Longt_hunds… Read More »