Advertisement

Results for "Volume: 2002C"

2002C #15715
Changing MS Access password using DAO and VB.

This submission was deleted due to the recent hacker attack. So I'm re-posting it to give access to other users who want this code.

2002C #10644
API for beginners made easy

API for beginners made easy. Yet another submission for beginners. The API is sometimes avoided when first starting VB programming because it seems too difficult. In fact it's quite easy, just experiment. I've tried to split the code up to into various modules to make it clearer to undertand. Vb controls sometimes lack some properties we as programmers need. The API can be used to return those properties to us. In addition API gives us access to built in dialogs and other functions not otherwise available through VB. This demo covers only a few of the more common API functions, there are hundreds and hundreds of others! Modify VB Controls: Listview Flat Column headers, Treeview no tooltips, Progress bar change back/forecolor, Textbox - lower/uppercase and numbers only, Command button - thick edge, flat, hover. Dialogs: Open, Save, Browse for Folder, Printer, PageSetup, Color, Font, Add to Favorites, Organize Favorites, Import/Export Favorites, About. Functions: GUID Generator, Unique Temp filename, IE Version, Keycode giver, Hard Disk info, Common Paths, Long filename, Short filename, FileExists, Binary open/save String Parsing: Pathonly, Fileonly, ExtensionOnly, ChangeExtension, Unique filename, File size, Trim null characters. I recommend you visit www.allapi.net for excellent downloads regarding the API - but be quick, I understand the site is closing soon.

2002C #15848
clsMP3

A class module that can read ID3v1, ID3v2, and header information from MP3s. Also includes a function for searching dirs for MP3's and subdirs. Can be compiled into an ActiveX Dll for use in ASP or other types of apps. Sample project shows proper use of the class.

2002C #9001
Cool Swirl Effect

This generates a cool swirl effect with a bunch of options... check it out its preety fun to play with =)

2002C #15831
ADO Boolean Search [ AND / OR / NOT / AND NOT ]

This is the only one ADO Boolean Search on Planet Source Code !!! [ AND / OR / NOT / AND NOT ]

2002C #15838
MSN Messenger Clone 2

i was bored so i made a clone of msn messenger of course i didnt put any controls in it butit is pretty close to the real thing

2002C #15786
ThePostman

I wrote this small application some months ago for my company and we use it for submitting of a postal list of all our outgoing mail and packages to the nearby postal office. The advantage using this program in comparison with a manually filled post list, is the sender do not have to have the weight of all the various shipments, first time it is shipped it is weighed and the weight along with a descriptive text goes into a database for later use. This source code is yours for the taking, do not bother to give any votes – but I would be very grateful for any feedback, positive or negative. Have a nice day

2002C #8949
MouseClicker

Emulates mouseclicks with variable delay between clicks

2002C #15499
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.

2002C #15798
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 :)

2002C #15459
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

2002C #15725
DriveZ

DriveZ is an utility for making lists of directory contents and putting them on clipboard.

2002C #8624
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..

2002C #15849
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.

2002C #15168
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.

2002C #15169
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.

2002C #15850
[Recieve input from your modem and get data from your modem with this awsome phone dialer

This code can getdata and storedata to your modem like store the numbers on modem memory.Also has a speed dial and lets you know if the number you dialed is busy!

2002C #15021
Multi-Column Combo(Updated)

Multi-Column Combo using Listview

2002C #13992
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

2002C #10973
___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.

Languages
Top Categories
Global Discovery