Results for "Volume: 2002ASP"
Installation Program which uses cabfile-compression, creates shortcuts and folders and looks quite good - just like InstallShield ! If you ever wanted to code something like InstallShield (only a liitle bit less complex), you can start with this code. Included in the ZIP File are 3 more ZIP-Files which contain the actual code and a TXT File which gives you some reports.
Here is the second edition of the award-winning Autosave program! This time it was programmed in Visual Basic 6 instead of VB5, so the errors that some users encountered with the previous version have been remedied; Version 1.2 works with both VB5 and VB6. New things in this version include: Upgraded Interface, System-wide Hotkeys using DX7 DirectInput, a Help File, New Options to save a log, and to display only visible windows, a fixed Timer so that the interval can be more that 65535, an Option to choose Timer Interval in minutes or seconds, and much more. If you like Autosave, you'll definitely like Autosave v1.2!! Check it out today, and don't forget to vote for me!
Animate the background of windowed controls (text boxes, combo boxes, etc...)
A very simple example of how to create IIS applications, this code will rin on a windows 9x machine, providing that Personal Web server is installed.
The code grabs the SystemTray and place it in a window.
ListManager update. Now has over 10 SMTP servers to chose from. Basically put some users on the list, chose your name and email address (you can be anonynmous) and then just click go. That's it! Pretty simple! Now you don't have to use online List Managers!!! You can now use ListManager!
This is a very cool program that generates cool textures! Please vote cuz this is cool!
This code snippet will Minimize an MDIForm to the System Tray. Code is commented, where it is required. Most of the code is generated by the Application Wizard.
This Project is an example of how to open a file into a byte array and save that byte array to an Access database, and to extract binary data from the Access database back into a byte array and save it back to a file. This example uses .bmp and .jpg graphics files but with minor modifications any type of file can be saved in binary format to a database. again this is only an example application. I threw this togethor in a couple of hours so there are some minor bugs in the code. a little bit of error handling should clear them up. Hope you find this usefull
Another little app that pokes a little fun at the election situation. I also want to say I have learned alot from this site and all of you.
Connects a Data Grid control to a data source using Datalinks and an SQL statement.
No example on psc for this so I put it together for others; LOAD and SAVE text to and from a listbox using common dialog control..
For all those jaded ex-Computer Science students out there, here's a revisitation of certain data structures which are taught to be useful. Includes a Stack, Queue, and Binary Heap (occasionally called a Binary Tree). These are fast, well tested, and should provide you with useful functionality for virtually any programming you do.
This is an update to my previous version of the Circular Progressbar. Improvements include "Rainbow style progress" and different directions of which the progressbar can progress. The jpg has bad colors and makes the rainbow look bad, download it, it looks better than what it shows. Try it, and don't forget to vote!
An almost-complete screen saver that fills your screen with (transperent) water and lets fish swim around. Uses bitblt and is fairly fast. Not customizable (yet) and designed for 800x600 res. Take a look. (I left out a module last submit)
Add 13x13 bitmaps to a menu by using Windows API.
Populates a treeview with a database's tables then uses the node click event of the treeview to populate a data grid.
As stated by the name, this ActiveX Control will obtain all the IP Addresses your computer owns. Useful in situation where you have multiple IP addresses, such as networked systems, that have one (or more) IPs for the network, and one (or more, hehe) for Internet. *Note* This is not my code. The original code is from an author I met on IRC. I forget the name, but if you see this, Tell me! :) (I'm BaronGaran btw.) I did, however, convert it from project form to Control form. Hope you guys enjoy, and if you vote, remember you're not voting for me but for the original author.
The program has two pictureboxes. One shows the bytes currently being received and the other the bytes being send. I did not know whether the iphlpapi dll comes with windows so I included it in the zip file.
This is a mass Emailer - can be used as a mail bomber. load-save-emails list with common dialog control to and from the receivers listbox - the base code was Zeldas -