Advertisement

Results for "Volume: 2002C"

2002C #11903
Shaping Forms Programs

Allow you to create a file that changes the forms shape. Let you create an array of points, and shows you how to load it in another program. Comment throughout the code...

2002C #11155
How to use the RES Protocol of the Webbrowser Control or how to use a HTML Files in Resources.

Resource Files offers many types of function. One of them is to include HTML Files and Graphics into your VB Project. The Webbrowser Control supports the Microsoft RES Protocol. And with this you can load the HTML Files directly from the EXE to your Project. View and vote.

2002C #11518
Cool Tool Bar

This is a program that will allow you to change the color of the Forms Caption and instead of the dull blue color it will allow designs and stuff. If anyone has an API version please let me know! Thanks!!!

2002C #11519
Golf 2000 *UPDATE #2*

This is the second update of my first Golf 2000, the New Updates: I changed around the tools in the course editor and added some more tools including a water tool with wave like ripples, I also made the ball grow bigger as it gets higher and then shrinks back to normal!!! Old Updates: This version has an animated moving ball and ball color selection in the main screen. In the custom course area I have added a "Fill Tool", Unlimited Undo's, and the loading automatically will find the hole and starting place from loaded in bitmaps, awesome update with all previous glitches known fixed. This is great code, Just hope you like it, and if you do, please vote for me!

2002C #11954
Format VB - VB6 add-in. Very usefull

compile this Dll into a folder in you VB folder with any name. try it out on some code.

2002C #10818
A_VisualEqualizerUpgrade

A Visual Equalizer Upgrade. This is a "graphic equalizer" Great for anyone programming "MP3 Players" You must have a Volume Display (VU Meter) Unit for this code to function on your system.

2002C #9278
Personal Screen Saver Creator v1.0

This is a pretty cool program that I made that allows you to create custom screen savers. It's not just a screen saver example - but a screen saver creator! Add your own picture(s) or message and choose from a variety of effects! You could also learn a lot from this because it's commented and the coding is simple. This took me a few days to make so I hope you like it! Please vote if you find it useful or you learn something! Email all questions or comments to me at: AedSeeD@aol.com. Thanks! (O:

2002C #11351
MP3 DJ/FADER - CODE

THE CODE IS FINALLY HERE!! ALL I ASK IS THAT YOU SEND ME THE UPDATES/ CHANGES, AND OF COURSE THAT YOU VOTE FOR ME!!!!! sam.samr@virgin.net

2002C #11678
napster.bas

the first ever napster.bas created. this module was created for napster api programming, not winsock. it is the fix to the ocx file i released a while ago, which is included in the zip file. with this module you can create progs for napster, as people created progs for aol. i included some ex of how to work the punt correctly, so you don't recieve a lag as the punter works. the code automatically closes the main window of the im. it also shows how to finger the user, using napster's finger option, get connection status, punt users, send a normal instant message, close napster, connect to napster, disconnect from napster, get error text, get normal text, kill error msgs, hide napster, show napster, kill toolbar, run menu item's etc. everyone who uses this has to promise to release a fixed ver. of this code, even if you added one or two routines. and atleast give me credit for my own work.

2002C #12178
Dynamic(truly late-bound) loading of controls

This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.

2002C #11955
Clean Code

This code is a VB6 Add-on that, when compiled as a Dll into your VB directory will place itself in the Add-ons menu. When run, it will open up a window showing you all the variables you have declared but have not used anywhere. why would you want to know this? I work for a company writing a VB app that is 600,000 lines long right now. you can save yourself about 8 megs of memory consumption this way.

2002C #12179
Zac's Bulletin Board System

Half-finished, ansi capable, multi-threaded telnet bulletin board system (BBS) written entirely in VB. I got bored (no pun intended) with writing this, so I figure I'll let the world take a stab at it. I modelled it slightly off of Telegard. Be sure to extract the files into the root of your c drive. It'll create a directory called ZBBS. Follow the instructions in README.TXT. To test locally, run the following: telnet 127.0.0.1 Default login is SYSOP, and the password is SYSOP. It launches dynamically created out of process forms with winsock controls on each, so I think each socket is running in it's own thread space.

2002C #12148
All the Basics of Printing in VB

This code, completely documented, will show you how to easily print text and pictures in VB, with no API calls and no external OCX. Please see the snapshot for all topics covered in it.

2002C #10693
Text Editor

This code shows the basic functions of a text editor. Cut, copy, paste, save, print, etc. I hope this will be helpful for beginners.

2002C #11294
API - TTOSock Winsock API User Control

Sorry all, the website (ttosock.2y.net) has been shut down. Thanks to everyone who visted ... Here it is! What you've all been looking for! This is a user control that uses the WINSOCK API, and has the functionality of the WINSOCK.OCX!

2002C #11628
HackerScan Routine

This code will scan for popular hacking tools: FileMon, RegMon and SoftICE (both Win 9x and NT versions). This code was inspired by the SoftICE detection routine by Joox (http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=7600). If any of these programs are in memory an access violation is generated. You should call this routine before you read or write any sensitive information (ie license files) to files or the regsitry. I'm certain that there are workarounds for this code, but its intent is to make things harder for the hacker. I would love to see other methods added to this to detect other debuggers, tools, etc. so please leave whatever comments come to mind. Go ahead and vote too! Enjoy!

2002C #11352
MP3 DJ+ Crossfader

This time, I've tidied up some code.....PLEASE VOTE AGAIN! (sorry).

2002C #11748
A Tiny MP3 Player

On start, it drops to the Sys Tray, left click on it and it opens a commondialog so you can open an audio file. Right click and it exits. Really simple code, but it shows how easily a decent MP3 player could be made in no time. (Uses MS-MP OCX obviously)

2002C #10948
ColorWheel

Displays a color wheel on your monitor.

2002C #12181
Encryption/decryption program

This article explains how to encrypt a message and then decrypt it using an array and loops. Using random letters to change the original letters of the original message.

Languages
Top Categories
Global Discovery