Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #30952
XP Side Menu (The Best Yet) Updated

There have been many XP Side Menu uploads recently, so I thought I would add my own. I believe it is the best yet. Nearly identical to the real Win XP Side Menus. Please let me know if you agree. I have to give credit to Marcel Jules. I started with his control and improved on it. I Apologize for not commenting my code.

ASP_Volume2 #30953
API - The Ultimate WinSock OCX replication to WinSock API commands

Sox is a 'best of breed' project incorporating a month of intense study and testing! With the ability to adjust ALL WinSock API features, eg. KeepAlives, TCP_NODELAY or the Send and Receive buffer sizes, you have the full power and flexability of the API at your disposal! This project utilizes the fastest methods in every aspect, from the Data Buffers to the Sockets Array and is guaranteed to outperform any other project of this nature! If its heavy duty with high traffic, then Sox is your VB answer! Read my Readme.rtf for Conventions, Credits and OCX Differences! Mail me and vote please :)

ASP_Volume2 #30954
Newsletter Creator

This Program generates a Newsletter in HTML format and sends it over E-Mail to all E-Mails which are listet in the textfile. This program is only German but it's easy to understand. You must have the "vbSendMail.dll" get it here: http://www.freevbcode.com/code/vbSendMail.zip

ASP_Volume2 #30955
DriveZ

DriveZ is a utility for making listings of folder contents and putting them on clipboard. Supports explorer context menu integration, extension removal, input masks. Nice for printing CD contents on CD cover etc.

ASP_Volume2 #30956
A cool card shuffling routine 'without using condition statements'

Hi friends. This is a good card shuffling routine. Basically, what it does is it takes an aray containing the numbers form 1 to 52 and shuffles the array. This can be used for any purpose including shuffling cards.

ASP_Volume2 #30957
Help Secure Planet Source Code: The PSC Hacking Challenge

Want to help keep your submissions on Planet Source Code as safe as possible from hackers as well as ensure that the voting system can't be manipulated? I am posting this entry up as a 'guinnea pig'. If you can modify it, (while following the rules below), you'll get a free copy of the Planet Source Code Cd for your troubles and the site will be enhanced against future attacks! See below for full details..

ASP_Volume2 #30958
FSquare SMTP

FSquare SMTP is a class object created in Visual Basic 6.0 which allow the programmers to send email from their application by just setting the properties and calling a single function. The programmer do not require the knowledge of SMTP Protocol.

ASP_Volume2 #30959
Game Programming Tutorial v1.2

*** Update *** Source code is going to be included soon, I am re-editing the whole document cause people said my spelling sucked. And i am fixing all the errors people have found and ones i have as well. ---------------------------------------------- Wanna learn Pure vb game programming? I know I did until I found out that there are some good tutorials but they didnt help enough. This is an updated document i created to help people who know some vb and can understand what I am saying in the document. I try to explain everything I do to make it simple. Best of all it works I created my own games using this and plan on releasing my own game engine. I have created 4 games with this method and you will be able to create games with ease too. Please read everything in this document to understand how everything works. If you have ideas on improving or adding new functions to this please e-mail me or contact me [email protected]. Found a problem in my source please contact me too and tell me I will fix and upload it as soon as possible. Thanks and enjoy great games.

ASP_Volume2 #30960
Digital Logic Compiler

My first working compiler i wrote other compilers but they were duds i would say and didnt go anywhere i cant believe i uploaded this. I worked hard on it and decided to discontinue it. You can add some cool stuff that compiles it into exe by simply adding the text from the textbox into the main exe file and running it like that it should be hard to code. But this is working i included a little tutorial its in a folder.

ASP_Volume2 #30961
Store Phone Numbers on your modem! This is awsome if you ever wanted to send commands to a modem!

This can get data from your modem and store data(phone numberes) on to the modem memory. You can only store 3 numbers but hey I thought it was pretty cool!

ASP_Volume2 #30962
Multi-Column Combo(Updated)

Multi-Column Combo using Listview

ASP_Volume2 #30963
CSV File Viewer

This simple application will display CSV files (read-only) in a simple user-interface. At my work we use hundreds of small CSV files daily. I created this to replace Microsoft Excel because: it loads quicker, reads the CSV files with multiple double-quotes per column correctly, and doesn't reformat dates. This DOES NOT use the built-in Visual Basic features for parsing the CSV files, either. The biggest problem with the Visual Basic methods is that you can’t tell when you reach the end of the line and therefore can’t effectively tell how many columns there are in each line. So, a complete (and thoroughly tested) CSV parser was created from scratch. Great care has been taken to make this a complete application. Within this code you’ll also find how to do proper window-position saving, including when the application is closed while maximized, and more. Let me know what you think! Kody

ASP_Volume2 #30964
___RPG Engine___

This code is an engine for an RPG engine. It has a battle system (it woirks, but is not the best), a shop system with 3 items to buy, handles messages, can ask yes/no questions, if statements, and many other things. This engine comes with a very simple game, where you have to rescue a princess by battleing a dragon. Includes very unefficient level editor, but it works. Make sure to use WinZip so the directories remain intact.

ASP_Volume2 #30965
Multi File Extantion remover

The program can remove extentions from multipile files, or add them to the files. Prefect if you need to renmae *.--- files or to add --- extention. The code is simple and readable, easy to modify for your own use...

ASP_Volume2 #30966
Save Form Size, the right way!

Microsoft provided a pretty lame example of saving the Form Size on Registry. This example is on the MSDN Library. In 20 minutes I was able to write a few lines of code that will save not only the Form Size but also the WindowState! The WindowState is a commonly forgotten property that should always be saved. A very surprising example of this mistake can be found on Adobe Illustrator 10! When I Maximize Illustrator's window and, then, close the application, it doesn't memorize the WindowState. When I reopen Illustrator, its window fills the entire screen but it is on Normal WindowState. Because of this, the window is always a little bit off the right position. I always end up maximizing the window. Every single time!! Don't do the same mistake! Just follow the instructions below and you will be home free! :) ============================================================ Update 05/31/02 - 3:22AM! (My wife hates me!!) :) ============================================================ I heard the crowd and made considerable changes on the code. Now it checks the screen size so, in the rare event that the user reduces the resolution of his monitor, the Form will not end up off screen or too big. I, also, fixed a little bug on the Form Unload event. (What would you expect from a code that took me only 20 minutes to write!!) :) ============================================================ Update 05/31/02 - 11:16AM! (Now, my boss hates me, too!!) :) ============================================================ I just made a few tweaks on the code. I can't help it. I am a perfectionist! :) The code will, now, use the name of the Form to create the name of the keys that are going to be created on Registry.

ASP_Volume2 #31396
Nexcon Shell Replacement Update (Version 1.1.0)

This is just an updated version of my shell replacement named Nexcon. Nexcon Shell Replacement Includes a whole ton of features. You will just need to check out the program to find out. Please note that the screenshot is from version 1(not much has changed with the GUI though). Please download it and try it out. You don't need to vote just please leave a comment and tell me what you think so I can improve it. If you look through the code you'll see parts of a network OS. Not finished yet though.

ASP_Volume2 #31397
Addressbook Ado4.0

Small but has everything: Ado 4.0 Access2000 Database; Adding, updating, deleting, editing and printing. 2 different kinds of searching ( 1 thru a listbox, the other 1 thru a textfield ). Microsoft Outlook 2000 support included. (creates a new mail). Database infos given are recordcount, recordposition, databasesize.(in kb) All images with tooltips. Appl. has been tested and works. -------------------------------------- "Its not a bug, its a feature" (Epic Games)

ASP_Volume2 #31398
Fizz CyberDrive

This GUI Interface will create Virtual Drives on your system. Say you have C:\ as a harddrive and D:\ as a CDROM. You can instantly make W:\ point right to C:\GAMES. Or make Q:\ point to your CDROM drive. Or R:\ become C:\windows! Use any letter. Shows up in explorer and dos mode.

ASP_Volume2 #31399
gvbFormPos v01.00.00 - Maintain form positioning between execution

This light-weight OCX not only remembers when a form is resized, but also when it is moved; handles MDI Parent/Child forms and SDI forms; a CenterForm function that works in both MDI & SDI forms plus if the TaskBar is visible! Drop the control on a form, add one line of code (see screenshot) and the OCX does the rest! Two example apps are included to demonstrate MDI & SDI usage. Enjoy!

ASP_Volume2 #31400
Super Easy Powerful Registry API Functions

This Code allows you perform most of the common API Registry functions you might need. Supporting String & Binary Values, but still, it is very easy to use and it will teach you alot about registry programming if you are new with this. If you already have the knowlege, you will see how useful this is :) Comon i'm not sayin anything more, just check it out, Post your FeedBacks & Vote 4 me :) Please Rate it ok ? Thanx :)

Languages
Top Categories
Global Discovery