IconEditor (Deluxe)

This is like the icon editor that was submitted before, but this has all the options like: Cut, Square, Filled Square, Fill tool, Paint Tool, Circle tool, Filled Circle Graphs, No Graphs, Grids, Tons of colors that are customizable, a large toolbar and MORE MORE MORE!!! This is a KILLER Icon Editor!!!! I made some KILLER icons with… Read More »

CD Player Deluxe (Complete)

CD Deluxe (With Skins), is a program for playing audio CD’s created by knitting together a program and two or more routines obtaind from the Planet Source Code Web Site. With a standard set of controls to select and play audio CD’s, along with the ability to change the skin just like WinAmp. Original Author: Dennis Hallman Inputs Various… Read More »

A smaller encryption example

Takes a string and shifts each character in that string according to a password set by the user. Much smaller than most of the examples of PSC. Original Author: Ben Doherty Assumptions you need to put in 2 text boxes (text1 -string to encrypt) (text2 – where the password goes) and 2 command buttons cmdEncrypt and cmdDecrypt then just… Read More »

Hacker`s Office 2000

Hacker`s Office is a cool Aplication. You can View Pictures, Surf the Web, Test your computer, Port scanner like trojan scanner, send E-MAIL, see what is is running,CD PLAYER and much more. I would like to thanks all people that send everyday source code. Thank You.This is better then the first version it is cooooooooool Original Author: Refik Attachments… Read More »

Auto Backup (English)

A complete backup application that runs in the system tray, you can:– select files or entire folders (including subdirs) to backup;– select the source drives (local or network);– specify the target directory (local or network);– specify an interval in which the backup occurs or a unique time in the day;– specify the days of the week;– select full… Read More »

sndPlayer MP3 MIDI WAV etc Calls

‘This simple piece of source code will‘show you how to call and play Mp3,‘Mpeg, Midi and Wav files without‘using any extra controls. Simple and‘easy. Yeah what more would you want,‘well some extra buttons but they‘will be coming soon. Original Author: Scott A. Moss Assumptions ‘You should have some type of mp3 mpeg midi‘or wav file on your desktop for… Read More »

MultiDoc (Multiple Document Word Processor)

This is a Complete Word Processor that has extra features like Uppercase and LowerCase of all Selected text with the Click of a button. It allows you to easily open 4 Text Files at a time and modify them/Save, etc. It also has the ‘Command$’ function so you can set up specific files to be opened by this… Read More »

ADVANCED Form Bubble Entrance

Makes Your Form Have A Bubble Entrance!!! Original Author: Demian Net API Declarations Public Declare Function CreateEllipticRgn Lib “gdi32” _(ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, _ByVal Y2 As Long) As LongPublic Declare Function SetWindowRgn Lib “User32” _(ByVal Hwnd As Long, ByVal hRgn As Long, _ByVal bRedraw As Boolean) As Long Code ‘Make Your… Read More »

SelectListBoxes

Move selections back and forth between 2 listboxes. You can use command buttons or double click selections. This sample uses printer font names for testing. Original Author: Robert Sadler Assumptions Form name frmSelectList should contain 2 listboxes named lstLists in a control array and 4 command buttons named cmdArrows in a control array that are used for arrows. Code… Read More »