Results for "Volume: 2002C"
This is yet another submission for printing, loading from the file and saving to the file from Listview, ListBox, ComboBox and all one Forms textboxes controls. There are couple changes for part of this code. Check the explanations, please.
Browses through a directory and allows you to see all image files. I have just added the ability to see mpeg videos. If anyone is able to add copy, cut and paste in the program please let me know because I cannot figure it out. ivmilenk@online.emich.edu
This code gives an explanation of how to use the TreeView control
The GameLinker is an application that containes a huge set of links from many game sites contents - including GameSpot, GamesDomain, AVault, GameCenter and more! - A really easy way to get cheats and hints for games ,read review/previews and much more :-)
This code is used to babysit a web server to see if it goes down. It will periodically check a web page and alert you (via message box or email) if it can't open the page.
The code shows you User ID, Hostname, IP adress, and Port number of the local machine.
This piece of code FORCES the user to save known file types (ie: *.mpg, *.gif, *.jpg, *.htm... you get the idea). Normally these (known file types) are opened in the browser, if you wish to bypass this feature in the browsers and allow the user to save a copy to their local computer without telling them to "right click" on the file and select "save target", this is the way. This code is REAL SIMPLE. I commented EVERY line so you know exacly what purpose it serves. If you have any enhancements to make to it, please let me know I'd love to see them. Please vote good or bad, 'cause I'd like to know.
It is an eCommerce Cataloguing And MailOrder System (eCAMS v0.5). It is an online catalogue, shoppingcart, and has backend administration of the website which include Basic Website Management, Product Management, Order Control, and Shipping Control. The full and complete version will have many, many more management options.
A little game that I created, it is a little like who wants to be a millionaire. You got three life lines and if you get one wrong then you're finished. There are only 38 questions there, but hey it's just a demo. The source code is in a zip file along with the exe.
This example demonstrates what most people using Graphics in VB really needs, the use of Transparent Images in your programs that can overlap each other (using BitBlt), like GIF images do for example! This is the Ultimate Demonstration Program and it's REALLY easy to use. All the lines have been commented and turned into functions so you can easily use them in your programs. The program also shows how you can flip your images horizontal and vertical with just a mouse-click and includes a really fast code for creating masks (which you need when dealing with Transparent Images). This is a "must have" code not only for the beginners but also for EVERYONE using Visual Basic!
This code will tell you how much disk space on your server you're using
Regsitar/UnRegistar DLL & OCX from Context Menu Puts a Registar and Unregistar Item in the popup context menu in Windows Explorer. Run the Reg file and right click on a dll or ocx to registar and unregistar it. SUPPLIED REG FILE ONLY WORKS ON WIN NT/2K. Uses Regsvr32.exe (must me present on your system) You can modify the entries to work under 9x. Change the location of the regsvr32.exe entries to match yours.
This code is a huge development on the last ASP code I submitted. This site allows you to log on users and create individual user profiles...all get their own journal which can be accessed through their home page...Just like scribbles.nu.
I guess everyone knows what is the Shell Browse For Folder dialog is, but there was no way to show under Visual Basic because the API Viewer doesn't has all of the API calls. But here it is, an API call for it, usefull in choosing specific files/folders
Creates a pretty neat geometric design!
Converts a string ip address ("192.168.0.1") to a Long number (3232235521). One of the resons to do this would be to store IP addresses in databases. Numbers greatly reduce the size required to store this information.
Base 64 encodeing is used to convert binary files to a "safe" format for transporting files through smtp (email) and other protocols. It is also used for basic authentication. With this code, you can decode the current UserName/Password who is visiting a protected page on your site by requesting one of the serverVariables.
This code is all in a simple module, making it fairly easy to draw a spiral at run time. I have commented most lines, but anybody with some understanding of trigonometry should be able to get it. Uses about 9 different input parameters to totally customize your program. I have tested this with VB 6 and 5, so no guarantees for the lower ones, but it should work 'coz all it is is maths. I have also included a nice testing app to show what types of spiral are possible ;) Please vote. Thanks!
This code creates a "ToolTip Addin" that enumerates all objects in a form that have a "Tooltip" property, and allows you to edit them quickly from a listbox, instead of setting them one by one. I wrote this because I couldn't be bothered to use 20,000 tooltips the hard way... Note, this is by no means an easy task, and I still am wrinkling bugs out of it. Read the Readme.txt file inside. It should be able to give you a (flimsy) idea of how to use the addin stuff though. (I still don't really get it...)
Dice Game