Results for "Category: Miscellaneous"
This is a technique for late-binding to controls on your forms or usercontrols. Other techniques that I've seen on this web-site involve using control arrays. But in order to do this you need to include a reference to the control from the components menu. This is called early-binding and can disasterous for your programs if you're utilizing a COM object that frequently changes interfaces. The late-binding technique requires only the ProgID of the object as listed under HKEY_CLASSES_ROOT in your registry.
This program roasts AIM passwords for sending to a TOC server. Ths program also shows the process it goes through as it's doing it.
Allows you to bind listboxes together with only one scrollbar per grouping of lists
This is just a simple skin example. It uses the BitBlt Statement. Please leave all feedback. I will try to email a reply, or ill post it here.
This code will make a formatted list of all your installed fonts, so you´ll be able to preview all of them in a hurry. Note that you won´t see font per font, you´ll see ALL of them in a single formatted list. Also, if you double click a font, its character set will appear in a new window. You must see how it works. You'll learn also, how to load controls on a fly with code. Vote for this great code if you like it!!!
This is just a simple clock program.
Sunero ActiveZoomer is an application, which is similar to the Windows 2000 zoom application… It has the following features… + It shows a zoomed image of the screen, using the mouse position. + Completely Flicker – Free + Uses API + Zooms according to the size of the window + Stays on Top i.e. above all the windows (including the start menu) + Specify area to be zoomed All this and more in this incredible app! PLEASE VOTE !!! :o)
Introduces uses and ways to implement the revolutionary AI technology... genetic algorithms.
This code will combine the contents of 2 arrays into a single array. I found the code for adding 2 byte arrays somewhere on the net, but I can't find it again to give the original author credit. So, whoever you are, thanks. The original code was incomplete and didn't fully combine the 2 arrays. I've corrected that and added code to show combining 2 string arrays.
This is another example of using Key Combinations to trigger code. It's pretty well commented to help beginners. Hope you like it.
Updated to incorporate a VB 6 split function emulator for VB5 users. Also changed date format to lower case for compatibility with controls that don't like upper case date formats. This routine will return the Date format for the locale the app is running in. This way you can format your dates to display in the preferred format of the area the app is being used. (eg. mm/dd/yyyy in the U.S., dd/mm/yyyy in England, dd.mm.yyyy in Germany, etc).
Long time listener, first time caller. I believe computers should have more lights and make noise like they do in the movies. This program helps correct some of these flaws. The Idea is from an old movie probably everyone here has seen. When it gets all twelve it launches the missiles. Some useful coding examples include: Play a Wav by API, API drag around, Resource file plus more… Various pieces parts from PSC, thanks if it looks like yours. I wrote it a while ago so I forgot where I got things. Enjoy all.
Recently i've been rather absent minded of whom i lend my CDs to, so I came up with this handy little program to help me keep track of who's got what.
this program has absolutely no use,but can teach a thing or two...
A small collection of VBscripts mostly for learning purposes but with some usefull utilities
Demostrate how to create a transparent form using VisualBasic. This code will run only on a Windows 2000 machine due to the fact that the SetLayeredWindowAttributes API is unsupported under Windows 95/98/NT.
Here's a silly little app that will tell you how many days, hours, minutes, seconds, and milliseconds that Windows has been running.
Allows you to upgrade Swords, Sheilds, Catapults, Arrows, Ship Armor and Ship Cannons over and over again.
This code gives a pretty good demo of how to drag and object, drop the object, and how to lock it into a position. Great for beginners. Simple and useful.
A function that will allow you to move the selected item in any listbox up or down in the listbox.