Results for "Volume: ASP_Volume3"
To keep Controls in proportion to a form
The program asks for two (or more) files and goes through them sequentially, searching for either differences or similarities, depending on what the user selects. Results are placed into a listbox in either decimal or hex. Useful for figuring out the sturcture of certain files (ie how a small edit changes the file) especially character files for rpg games.
Connect to text file(s) and perform advanced queries using ADO. You can even return recordsets on CSV file without a header.
If you want to draw a picture or image on desk top .you need this code.It will also decorate you desktop with your choice
This program is a game type thing where you have to cut a wire and if they cut the wrong one it shutsdown there computer
The previous Award winning CgEye has now taken a a few steps up in the world of its own. Planned to be released as a commerical application but decided to go ahead and release its source code instead. Has had MANY MANY additional features added to it since its last post. To many to list so just check them out yourself =] We are proud to announce as well that Elucid Software is a 4 time award winner now!!!
This code demonstrates the basics behind blocked IO. This is commonly used when copying files.
This code shows one how to make a shareware lock for a program.It uses the registry to keep details of the program
This is a simple program that minimizes the size of JPEGs. It removes commenting, un needed junk and more. Ideal for uploading big JPEGs into your servers. Please vote! I need comments too! (Note: VB Dude is 12 and does npot tolerate swearing)
(Now the links are working) Q Navigator Ver 1.1 is an updated form of my Web Browser, which has the best features (and more) of all browsers. a) Better GUI, b) Better looking progress bar, c) Auto complete address, d) Select all, e) Find, f) text size, g) scrolling news, h) source, i) better looking history & favorites, j) mail, k) update, l) internet options etc. etc.: Other than ALL THE FUNCTIONS IN INTERNET EXPLORER, 1.You can store/jot down any required information while browsing, 2.It has a unique SEARCH facility where you can just give the word/sentence to search for and give the preferred search engine (you can choose to search from the best search engines!!!), 3.It has a "links" button that shows the number of links on the web page & the different links on the web page you are viewing, 4.Five configurable shortcut buttons: News, Download, Mail 1, Mail 2, Search, Easily configurable, 5.Scrolling News on the right top side when you are connected to the Internet, without losing any bandwidth 6.The best of all, this browser has a feature to backup and recover all such information when it crashes. When Q Navigator crashes (due to windows problems/software problems / etc.) Just go to Help > Help!!! And run the debug program .You can either Start debug program (in which it replaces corrupt resource files) or Only recover the browser (in which it recovers the lost information / URL's), which is useful for retrieval of lost web pages after crash. IMPORTANT: See "Readme.doc"
With this ocx you can access INI Files from vbScript, VisualBasic, ASP (maybe). Read, Write Keys, Read all KeyNames of Sections, Read all Sections of an INI file. Delete a Key, Delete Section ..... The Readme.htm shows how it works. This Upload has now also include a Demo for Visaul Basic and vbScript. Also included is the code for the OCX, it's written with VB6 and it's a good demo for the how to create an ocx file. Please vote for this code
This code will allow yours to create source code from a table DB into a class module. It creates the following methods: add records, edit records, delete records, charge records and find/fill variables from a single record.
This is a simple code breaking type game I whipped up in a couple of days to help out beginning programmers who are learning the basics. I used only a few functions in the custom.bas file to keep confusion to a minimum and show how they are done. I used no arrays so people could see a fun windows game can be written using only the basics. If you know how to use If-Then statements you'll understand the code. Everything is heavly commented to help you understand the logic flow of the game. Please don't flame me about how much more "optimized" the code could have been cause I didn't plan it out before writing it and I wanted to keep the code at a beginners level. I hope someone can learn a few things from this, I enjoy helping out.
You set the gravity and everything, drag the ball and then watch it drop to the ground
It validates a South African ID number.
UPDATED WITH .BAS FILES INCLUDED 'D-Mail' uses tcp/ip to send mail between the sender and recipient. It has a nice interface and some good features in mind. You cannot send/receive 'E-Mail', nor can you Attach files with this application as of yet. But you can send mail with another user of this application. PSC would not allow me to upload a 608kb project for some annoying reason, so I uploaded it to another site at: http://sesphp.homestead.com/files/D-Mail.zip
This program will find all the DLLs and OCXs that a program needs to be opened. for example, the main dlls that are needed for VB 6 apps to be run is MSVBVM60.dll..etc.. There was a previous post in PSC by someome i cant remember his name, but he had many bugs in his prog, and it didn't get all the dlls and ocxs that are needed in some large programs.. this one does it all.. see the screen shot for more info :) please vote if you find it useful. and remember, this is useful when u want to make a setup package and do not know what files to include :) ICQ 7293201 email [email protected] :)
This can add pictures to a RichTextBox by replacing ":)" with smiley faces. Hope you like it. Please Vote and tell me of any improvements.
This is based on Dylan Morley's Program msOutlook Library. I took his program and added functionality for voting buttons, storage and retrieval of recipient list/voting options, clearing of form. I changed the interface, added error trapping, hotkeys and hourglass functionality. I didn't change any of Dylan's original code-I just added code in necessary places and added error trapping. SO you may notice a change in the variable/scope naming convention in some places. Thanks Dylan for the start - i needed this to help us at work figure out what we're doing for lunch every day. Each day i send a list of options out to my lunch cronies, we go with the place with the highest vote. (note: this program uses microsoft's outlook automation library msoutl85.olb This program also requires the Microsoft Scripting Runtime (scrrun.dll) which can be obtained by installing any one of the following packages: Windows Script Host Windows NT Option Pack Microsoft Internet Information Server 3.0 Scripting 3.1 upgrade Visual Studio 98 Visual Basic 6.0 ) Use this however you want.
This is a followup to the previous code. After using the previous code to "harvest" all the email addresses from manually filed emails, it is now time to save time. After a week or so of answering emails, they really build up. More than 50% are emails from people who email us often and while we can store the emails/responses manually, this of course takes time. Now that we know (in the SQL db) the email address and know which folder they should be stored in, we can run this program to automatically move them there for us. Any emails that we don't have email address id's for will have to be moved manually but the next time they email back......So it'll really save some time if you get a ton of emails and they come from the same address most often.