coolbar component

well, i’ve been wanting to use the ‘coolbar’ component, but couldn’t find an example to go by, so i spent an hour and beat it up and figured it out, so i thought i’d make my contribution to PSC in return for all i’ve learned from the code that others have posted here. the example i made is… Read More »

TwinBeatSE

That’S soo cool, you hva the internet time, sheelexcute, and regedit..Also theres an ocx file wich shapes the form in SHAPES Original Author: Oliver Twardowski Attachments File Uploaded Size CODE_UPLOAD31551302000.zip 9/3/2020 3:45:00 PM 45995

COwnMenu – Make Office-style picture menus

To create an “Office-style menu” (or owner-draw menu) you must register that menu item with Windows as MF_OWNERDRAW and then process the WM_MEASUREITEM and WM_DRAWITEM messages sent to the menu’s parent window. The attached project file simplifies this process by encapsulating all menu drawing operations in a class called “COwnMenu” and hiding the details of working with Windows… Read More »

UnRarControl

This control uncompresses rar files as welle as Sfx files ! Original Author: GreGleTurK Assumptions Manual included with package Attachments File Uploaded Size CODE_UPLOAD1803.zip 9/3/2020 3:45:00 PM 6645

Mp3ID3TagEditor

This Code Get’s The Mp3ID3 Tag. It Also lets you write to the Tag. It has perfect support for the Genre Part, and it’s well commented. I know there already are code that does this, but they either dont let you write, or they dont support the Genre part. so here it is, email me for a .exe… Read More »

Access Table Tracking

This Application helps in tracking all the MSAccess databases and lists out the Tables in it along with the Fields in it. Original Author: R. Venkatraman Assumptions Copy the project. Select the drive you need to scan for the databases and run the application. Returns Lists out all the databases and tables with the fields and records. Attachments File… Read More »

LongToRGB

Converts Long values (used by getpixel and other low level color functions) into RGB values that you can use. Useful if you want to manually remap an image or make some kind of color effect. Original Author: Reboot Inputs Long color value (from getpixel or rgb(), etc) Returns Three paramaters, r g and b, red green blue Code Private… Read More »

Desktop screenshot with internet send

This will stretchblt the desktop into a picturebox! Next, if you have two instances running with the correct IP’s (use 127.0.0.1 if you only have one machine), a copy will be sent to the other (using winsock). Original Author: joe miguel Assumptions One instance must have a blank IP and the other must have that blanks IP API Declarations… Read More »

DirTreeView

This is Explorer-like drive/folder TreeView. No delay at startup (for the hell of read directory structure), because content of each folder is readed on “expand” event.You can also specify any path and this code automatically find the path in TreeView.Base for this code are taken from other submission on Planet-Source-Code.Thanks to all programmers for publish their codes on… Read More »

ECInet

This beta version of my networking component consists of two classes. The first “Email” sends email optionally with attachments encoded as base64 and compatible with the MIME 1.0 protocol. The other “Upload” allows for uploading of files through a web browser. Both were developed for use with Active Server Pages, but could be adapted for other uses as… Read More »