Results for "Volume: 2_2002-2004"
I've had DirectX 8 installed for only a few hours so I've just made my first program to test it out. This would be useful for beginners. It spins around a pyrimid shape which glows different colors. Very simple and commented on almost every line. Probably requires some sort of hardware acceleration. After hours and hours of downloading 150MB through my 56KB/sec phone line, DX8 seems worth the wait. You'll be suprised at how easy it is to program! Although where is the support for 2D? I'd be interested in any 2D DX8 progs. Please comment if this is useful to you, or if you have any problems with it.
This class adds AutoComplete functionality to a textbox. You start typing and the class searches for a record that starts with the letters you typed, if it finds one, it completes the rest of the textbox with the record.
This code allows you to update your programs .EXE via the Internet automatically. The program checks a file on a web-server with the most recent version number in it, compares it to your version and then either downloads the new file or not depending on which one is more current. This process utilizes the INET control for the file transfers.
Replicate folders with just a button
This code shows to you a use of VB power in making games, especially RPG ones. after being updated to a new type, it gives you the power of making your own dungeons, rooms, arenas and others with additional tiles I've found and extracted for you. They include statues, well, crossed swords, torches and others (20 different with 2 modifications of 2 statues(turned left or right))
Allows a programmer to manipulate a string of tokens such as: "Jane;Paul;Harry" or "Name:Paul;Age:21;Gender:M". Note that this routine allows for individual tokens or for tokens that have a key attached. Tokens can then be retrieved by position or key.
This will allow you to view a single image at a time or you can select a directory that contain images, and view a slide show of those image. You can set the duration between images, and whether or not to loop the show. The code is not commented, I may go through an comment it, if the need arises. I am looking to improve this by adding transitions without using external dll's (I have the LeadTools Dlls, but I am trying to avoid using them). Any Help? Please let me know. Also, I would like to add some sound, if anybody knows how to access the browse soudn dialog (like in the control panels sounds area), please let me know. Hey, if this code helps, or you like the concept, please vote. Thanks.
Quit your application with animation
This is my fifth tutorial on Ms Agent. In this tutorial I went beyond the basics, so even advanced VB coders will be able to use some of this code. This tutorial is VERY EXTENSIVE, but beginners never fear - as this tutorial is based on my other acclaimed tutorials for beginners, you will be able to understand this tutorial with ease.
This is by far the best weather program out there.. Sounds conceited I know. Take a look at the features and you will see what I mean. This isn't one of those enter a zip code and get a few minor details about your weather, type programs - this gives you everything. This gives you a 10 day forecast, graphics to indicate conditions, current conditions, international city weather, US City weather, local US detailed forecast scroller, and weather radar maps for almost all regions of the world. I spent a long time on this. Apparently this program was good enough to spark a few comments from Weather.com telling me that they didn't like me distributing this as it could potentially dramatically decrease the ammount of traffic that passes through their site. It takes on average 10 seconds to retrieve weather information through my program and can take up to 5 minutes just to find what you want on their site. This cuts out the middle man and gives you what you want. Just make sure you're connected to the internet and you're all set. Best of all it's FREE.
It is like a combo box, but it will drop down a small calculator. i am sure you will find it very helpful for business softwares.
UPDATED !!! This code puts a bitmap image file in your SubMenu or Menu or BOTH. Please note that this is very different from using icons in your menus. Please vote for this code if you like it or if it is any use to you.
I noticed a lack of Novell application code on this site, so I created this example from code found on the Novell developer site. It retrieves the Novell user ID and tree name using API calls. Requires, of course, Novell, the Novell Libraries for Visual Basic found at http://developer.novell.com/ndk/vblib.htm and the latest Novell Client.
Display the contents of any file in Hex/Ascii format. Code is well-documented and demonstrates uses of the Status Bar, Progress Bar & Rich Text Box controls. Updated program on 12/13/2000: Added a C Dll that greatly increased format speed of input file. Check HexView.cpp for a tip on how to debug a dll called from Visual Basic. I included Visual Basic statements in the HexView.cpp file so it serves as a tutorial for someone interested in writing a C Dll.
Ever want to be able to automate a web page process through a Visual Basic front end or form you've created? This code helps you control a web page through the WebBrowser control to emulate actually entering data and submitting it through the web page itself. Check it out. This code is from http://vbpoint.cjb.net/ and there are more useful code there also.
It will dropdown a color picker, which is very similar to those found in MSOffice 2000
This handy little utility will generate valid credit card numbers for Visa, Mastercard, American Express and Discover. Like other programs here it uses the LUHN formula for verification. The random generator uses 11 banks for Visa, 4 for american express, 1 for mastercard and 1 for discover. (More can be added. check comments in Validate.frm) This program was not written to defraud but for education purposes only, to show how simple the LUHN formula is. PLEASE USE IT AS IT IS INTENDED -- EDUCATIONAL PURPOSES. After the random number has been selected it then verifies it, and will continue to evaluate random numbers until it has selected a valid number.(Takes about 1 to 2 seconds.) The validate option allows you to input a number and verify it as either Valid or Invalid. Don't forget to rate this program. --Enjoy
Fingers a user.!
This is a better version of the old Planet Source Code Search addin for VB. It lets you choose different display options, select one of the eight worlds, and all in a simple convinient interface. DLL Included for those who cant compile them. Also complete source code included, nothing left out. If any bugs are found(i know there are, i just havent had time to fix them), feel free to contact me.
Have you ever thought about those litte arrows that are in the lower left hand corner of icons on the desktop? Have you noticed it takes longer to load when windows starts to load them? Well, just get rid of 'em! yup this code allows you to remove the arrows! and just incase, bring them back (but why would you want to so that!?) tested to work on win 98/98se/me/2k. almost all commented, and easy to read.