Results for "Volume: C_Volume2"
This page allows you to view and sort all of your tables in an SQL database
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
my first article!!! This artivle show you how to extract resources from your app and then copy them into the windows Directory
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 uses a combination of ASP and Javascript to bring together in one page the ability to grab as much useful information about your site visitors as possible
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.
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
You have to put points in a rectange. The program calculates the maximum surface ( which is quad ) of a rectange which does not contain points. It also has a graphical interface.
This is a quicksort algorithm with can be used with any data type that can make use of the
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!
This will convert an existing IP address into an IP address without any periods (dotless IP). Although the dotless IP code is useless, the CountWords and GetWord functions are very useful. CountWords will count the number of words in a string and GetWord will get that specified word. You can also choose what character seperates the words, such as a space or period. GetWord was created by James Lewis with some modification.