Results for "Volume: ASP_Volume2"
This program will read a SQL Server database or MS Access database and write Classes and Collections for each table you select. It is a complete application with all source code included. I have commented some of the code but most is self documented.
This program will give you the cost of shipping something via UPS from your location. All you need to do is update it with your Zip and start shipping. It gets the latest Zones/Rates from UPS's web site.
This is a handy wrapper class for the Microsoft Agent API. By adding this class to a VB project, you instantly add and totally control an MS agent charater to your app. All important functionality for controlling an MS Agent character is handled by the class. So customization is right there for you. Just play around with the class. The class comes with a little app to demonstrate its use. The focus of the class's feature set is for text-to-speech functionality. Another benefit is that you don't need to reference or use an OCX in your VB project. All calls and references are made directly to the MS Agent DLL. Event sinks are provided for in the class. OO concepts of encapsulation and delegation are used throughout. All objects are early bound. Important parameters are initialized for you. The class is well commented and is suitable for motivated beginners trying to figure out how to control those pesky little characters. Best wishes
It reads your MAC address and converts it to a keycode. Then the program will ask you a keyode for a licence and checks if these are the same. When they are the same, you have a licence. On every computer the keycode is different because the MAC addresses are different!!! Good code for distributing your program if you don't want that it will be used by unregistered users!
To move and resize images. Could be used to place logos on clothing etc. I thing you will like it. Please vote or leave a comment if you do.
Calulate and validate Checksums in .SFV files using the CRC32 Algorithm. All credits should go to Fredrik Qvarfort for providing the very fast solution to calculate CRC32 checksums with the help of Pre-compiled ASM. I just modified it a bit to let it calculate chunks of the file instead of the whole file, the rest is just a simple GUI for validating and creating .sfv files. I made this application when I got very tired of the commercial, slow and crappy SFV application I got. Just wanna share it with you to se an example of Fredrik Qvarfort great CRC32 alghoritm :-) It is poorly documented that is why I put it as intermediate code experience level.... otherwise it should be fine for beginners with some experience.
Module that will move any object (Picture, Button, Lists ..... almost anything. It can also be set to only move up/down or Right/Left. Please vote for this code.
Important to know here: This is not of the faint of heart here. This delves deep into one of the more obscure Windows architecture topics: The Eventlog Service, and logging events to event logs. Also tackles topics such as editing the registry and compiling special DLLs from the command line. Special thanks to Don Kiser for his wonderful registry manipulation class. Without it, some of this would have been a lot harder. Please vote for this, and if you have any problems, drop me a line or reply to the posting here. Good luck!
get your vbscript console applications running under cscript using the stdin & stdout objects for input running full-screen. and get the fore and background collor set to the color you like
These are samples using the internet explorer to get a GUI in vbscript. All the scripts start with the function i wrote in createWindow.vbs. They are just showing how to get a GUI, only the checkbox samples works with userinput. They are all using HTML to create the GUI. From the moment the GUI is created you start a loop "do: wscript.sleep 1: loop" and from then on you got an event driven program! enjoy...
This code actually resizes your forms contents for you. Contents include SSTAB and does adjust the font size.
Backup and Restore your Outlook Address Books contacts. You can save your contacts as different profiles which means you can maintain different contact books and restore it whenever and wherever you want! Saves you considerable of time and resources since your address book is now intact and is stored in a Central repository. Ideal for a network environment with a central Database server(SQL Server, preferably).
create and extract zip archivs with zip32.dll , unzip32.dll!! dlss are included
A graphical form
Compiles exe files with text and a picture
This PhoneBook is a complete aplication, you can send Emails, or Print your contacts, Alarms and Calendar Activities, also you can play MP3, store Businness, web pages, emails wife phone etc. If you find a bug please tell me to [email protected].
Just like http://www.Planet-Source-Code.com/vb/default.asp?lngCId=42291&lngWId=1, but this will allow your DriveListBox'es to work as well.
The purpose is to demonstrate how to make an Intellisense control.
This is a small little app that simulates the lowest level of programming - i.e. directly manipulating the memory and registers etc. It will take your assembly language code, convert it to machine code and then store it in the software ROM. When you want to execute the code it will fetch it from the software rom and then execute it with the software CPU. Its not wildly advanced or powerful, but its quite good fun and interesting if you like this kind of thing!
Break The Code is a basic windows game. You have to guess a password that is encrypted using colors.