OleWord Activex ZIP File

This is an example of Ole automation with word (zip file)source code, OCX and demo includeThis is an ActiveX component to merge an access database with a word document. You can choose the database, the table,the fields and the document you want to merge at design time. You can place the fields wherever you want on the document… Read More »

Set a Printer as default from Printers collection

Attempting to set the default printer to an object variable has no effect. For instance, given a system with more than one printer installed, the following code will not change the default printer: Set Printer = Printers(2). The expected behavior is that the document should print to the first non-default printer found in the printers collection. The actual… Read More »

Execute Control Panel Item

Allows the author to launch a Control Panel item (or .cpl file). Original Author: Will Smith Inputs The name of the .cpl file. Assumptions Windows Interface Side Effects Same effects of the Shell Command Code ‘Where Odbccp32.cpl is the name of the control panel item.Shell “rundll32.exe shell32.dll,Control_RunDLL Odbccp32.cpl”, vbNormalFocus

Analog Clock with mouse control (Updated)

Analog Clock control where you can use your mouse to rotate the hours and minutes. Ideal to obtain time the graphical way from the user. Can also be used as a simple running time display. Left-Click and drag the minutes, Right-Click and drag the hours. Colours, fonts and some other attributes can be changed (look and see). This… Read More »

ExtractFileName

It extracts a filename from a filepath. Original Author: D. de Haas Inputs A string comtaining a valide path & filename Assumptions Put this function in a module or the declaration section of a form in which this function is needed. Returns Returns only the filename Side Effects It only works with VB6, this of the function ‘StrReverse’ which… Read More »

HTTP Client – pure WinSock

Allow retrieve HTML page sources anywhere from web, directly or via proxy server, can access virtual domains. Pure winsock, no any other components used! Wanna know web transactions in deep? Original Author: Tair Abdurman Assumptions ‘based on HTTP 1.0 – RFC 1945‘see http://www.tair.freeservers.com for more info, details and downloads! Code ‘based on HTTP 1.0 – RFC 1945’see http://www.tair.freeservers.com for… Read More »

The Ultimate Scrolling Text Marquee Control !!!!

This is a complete drop in ActiveX control for the sole purpose of providing a simple way for you to scroll text “marquee” style. This control will allow you to scroll both vertical and horizontal, adjust the scroll rate, the number of times it repeats, load the text to scroll from a file, or build it dynamically. It… Read More »

Brute force password Hacker

Crack or hack any zip.exe’s or .zip .doc ,exe any login screens using brute force. Just try it!!. Original Author: saghir Attachments File Uploaded Size CODE_UPLOAD36482272000.zip 9/3/2020 3:45:00 PM 12600

Direct Proxy Daemon Version 1.0

This is almost like my Remote Proxy Daemon Programs except that this type of Proxy Daemon, apon connection to it, itll automaticly connect you to the specifyed Remote address and port Set By the Administrator running the program.Maybe Useful as a simple fast routing system for SMTP, POP, NNTP, IMAP, and HTTP protocols. Great Code for people not… Read More »

Encryption 1

This code is designed to show you how to encrypt any file you want, and keep it secret from 99% of the world’s population. It’s not 100% fool proof, but it is a powerful encryption. I’m now working on a version that will be stronger. If you’re a hacker, or a code craker, let me know how it… Read More »