Results for "Volume: 2_2002-2004"
This code will create the code for a java script mouse over. You put in the starting image, mouse over image, click image, loading text, and link url and it generates all the code for you. All you have to do is cut and past to your web site.
AutoSave is a program that automatically saves the file you are working on in the program you specify as often as you want. It is a very useful program especially if you work in a program that has crashing tendecies, and you are worried that your work might be lost. AutoSave demonstrates use of Registry, Menu and Window API calls, and is commented pretty fully. ***Autosave v1.2 is now out!*** Bugs found in the first version have been fixed, so it now works well in both VB5 and VB6! Check it out at http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=12825 and be sure to vote!
A great Volume Control code. Very easy and very reliable.
This is an example that shows you how to append unlimited items to the system menu! Reach where you couldn't reach before...
One of the most common obstacle for a beginner VB programmer is how to suppress the textbox right-click menu. This example shows you how with heavily commented code.
This is a simple class module that wraps the Always On Top function to make your forms on top of others.
Using Class Modules to shuffle the deck of cards 10 times to insure they are thoroughly shuffled this shuffle example is great for those looking to make a card game as a test project, code submittal for here or other various code submittal areas... You can use these modules freely all i am asking is for 2 seconds of your time to just simply scroll down once you are ready to download this example and simply click on that cute little vote button. This example holds so many oppurtunities for you guys to explore.
This sample code shows the way to show the printer properties window, That is the dialog box to set the optios of a printer, using API and not the VB Common Dialog. Very Fast and easy to use Uses the OpenPrinter,PrinterProperties and ClosePrinter API functions
It is a program like GO!zilla. Drag from IE into the listbox and save the location. Right click on the listbox to activate the menu. Downloads HTTP and FTP with progress indicators. Calculates the bytes per second like Gozilla. Saves the download list like GO!ZILLA .Only tested with proxy, but modem should be fine. Please open the Group and not just the Project. Oh yes...it is skinned.
This small application will close any open windows, yet leave other processes and system tray processes running. It's just a small token of my appreciation to other authors that have submitted code to help other people - Including me. Enjoy and please vote for my hard work!
Its takes the data of a form to a Word-document based on a template and prints it out.
so here is the email checking utility. i got some of the code from planet-source-code.com. the purpose of this utility is to sit in the System tray and start checking mails after a certain period of time. it is really cool. hope you get advantage from it. please send me feed back if you like it.
Updated from IniViewer. This code opens ini files and places its contents in a tree node. You can edit, delete, or insert new Sections/Keys/Values with this. I will make changes to this if it is needed. Please let me know what you think of it. I would also appreciate any votes you could give me. * One thing to note is that this editor will only make changes to Sections/Keys/Values. If there are any comments in the ini file, they will be lost on saving. I might add some code to look for comments or any other bogus stuff in the file later on. Let me know if you think it is needed.
Pixelize a picture!
Demonstrates how you can create your own tabbed dialogs without the use of any OCXs or API. Only 2.8 KB to download! This code is HEAVILY COMMENTED, and explains in plain english what every little line does, this example includes 3 tabs, you can customize each tab, and you can add more tabs. IF YOU LIKE IT, PLEASE VOTE FOR IT! I would greatly appriciate any comments or suggestions which you can place by scrolling down this page some.
Update to previous contest winning code. About 839kb of vb code. Has dlls and a exe with source, cmos.exe (basic) for hardware port access, kira_ext.dll (c++) for mousehook, kira_cpu.dll (c) for cpuid/cpuspeed/cycles. Includes alot of converted header files including zlib for using the zlib.dll. It uses no ocx's. Heres a small selection of the things kira can do or show, crc32/adler32 checksum, cmos contents, cpuid, daytime, display settings, win error, exit windows, file time, heaps, icmp stats, ie history, mouse movments, network info, shared files, start menu, win file protection, winsock info and much more
MediaPlaylist a set controls (volume, balance, playlist, position, timer, ...) that plays : AVI, CDA, DivX, MID, MP3, MPG, MOV, WAV. It has a MPG - MP3 tag editor and playlist editor (m3u & pls), Several kinds of sorting the playlist. Drag and Drop from Explorer into playlist. Add shortcuts for desired application. Playmode : Repeat 0,1, all, Shuffle or not. Support winamp skins (wsz not jet). Requires only MsFlxGrd.ocx and DivX code, it's a totaly replacement for the mci.ocx. (mciPlayer = Winamp Clone).
Type Libraries will make your life easyer, for example, ever wanted to use the windows API without declaring it everytime and wasting memory and space? this tutorial includes everything you need to make your own type library, and instruct you how to insert API calls into type libraries aswell as constants and enums. If this tutorial will be any usefull I will make another one, I hope it will! :-)
A few animated graphics effects. Heat Blur (3 levels), Walk (2 levels), and UnderWater. Effects are made by cutting the image into small squares and offsetting them.
This code does everything I could think of that a beginner would want to know. This code is very useful and helpful. Please vote if it helps. EVERY ONE OF THESE HAS COMMENTS IN THE CODE (except the really easy ones) Shows you how to (with commects): 1) Let the user pick a RGB color and display it. 2) Show the value of a scroll bar in a label. 3) Put the selected item from a listbox in a label. 4) change a progress bar with a scrollbar and slider. 5) push a button to show the Time. 6) push a button to show the Date. 7) push a button to show the Time and Date. 8) Make a clock that updates every second. 9) Use a Checkbox to Make the text in a label bold. 10) Use a Checkbox to Make the text in a label Italic. 11) Use a Checkbox to Make the text in a label StrikeThru. 12) Use a Checkbox to Make the text in a label Underlined. 13) Change the form background to Red with a button. 14) Change the form background to a RGB color from scrollbars. 15) Change the form background to the color the user picks. 16) Enter text in a textbox and add it to a listbox. 17) Enter text in a textbox and add it to a combobox. 18) Enter text in a textbox and add it to a label. 19) Enter text in a textbox and add it to a textbox. 20) Push a button to show the common dialog Open. 21) Push a button to show the common dialog Save. 22) Push a button to show the common dialog Color. 23) Push a button to show the common dialog Font. 24) Has Comments to show you how to use common dialog filter. 25) Mouse over a label and change the mousepointer. 26) Mouse Over a label and change the forecolor. 27) Mouse over a button and change the caption. 28) Click a button to show a message box. 29) Click a button to open notepad. 29) Click a button to open wordpad. 29) Click a button to open solitaire. 30) Open the default web browser. 31) Open the default e-mail program. 40) Use a Yes and No button MsgBox