Category Archives: Microsoft

Easy routine to check/create directories

This very simple routine avoid checking if a correct path alreadyexist before using it and, if not, create it exactly as you want.Imagine you wont to write a log file in a path defined as:C:MyapplicServiceslogsLOG.TXTyou must check before if the directory Myapplic exist andthen check all other subdirectory (Service,logs) before opening thefile For Output. Probably you will use… Read More »

Get IE4 History URLs history folder

This code will open a DAT file in the c:windowshistory folder and pull out all sites visited Original Author: Chris Wells Assumptions For the Index.dat file the displacement is set to 119 for other files I haveset the displacement to 15.For the Index.dat file the delimiter, or search string, is “URL “For other files I have used “Visited: “This… Read More »

Form Resizer Deluxe

Class module for resizing/repositioning controls on a form. See source code for details. Original Author: John Buzzurro Inputs see source code Assumptions see source code Returns see source code Code ”””””””””””””””””””””””””””””””””””””””” MODULE DESCRIPTION:’  Class for scaling/repositioning controls on a form” DATE CREATED:’  10-22-1998” AUTHOR:’  John Buzzurro” COPYRIGHT NOTICE:’  Copyright (c) 1998 by John Buzzurro” NOTES:’ A) To give your form resizing ability:”  1) Create… 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 »

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 »

A Way to take a screenshot

This code simply takes a picture of your desktop or a screenshot. I guess if you wanted to you could use this to view the desktop of a computer over a network, although that would be a bit slow. I hope this code is of some interest to some people Hope this helps. Original Author: Steve Assumptions ‘Check out… 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

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