Results for "Volume: 2002C"
FireStarter is a app to set your START button on fire. If you simply hate the start button then try animating it with this short and very simple code. Please send comments ans sugesstion. CODE BY - NILESH P KURHADE EMAIL - bluenile5@hotmail.com
Easy-to-use template for creating a non-rectangular form. So simple, even Homer Simpson could use it (if he had a computer).
Avoid the Flickering Use this routine to stop a control (like a list or treeview) from flickering when it is getting it's data.
I always missed it in WinZip: Unzip all files in a directory to the same directory. Modify it, so the target directory can be at another place.
You can copy files like the Windows-Explorer - with animation !
This small VB Active-X DLL provides the ability to print a TreeView. You can print with connector lines, without and even without indention.
I think I took some of this from the MSDN, and made major mods to it. Now, when compiled, the developer can simply set a few properties, and call the methods to do windows standard file operations. it will do a copy, move, delete and rename, and where appropriate will bring up the standard windows dialog boxes, complete with the little animations, etc...
This is the EASIEST way to have scrolling marquee text in a label. 'No long useless code.
This code was originally coded using 16-bit Win API function calls and I switched to 32-bit... looks like I missed some in the first release. If you discover any OVERFLOW problems, it's because of this fact. I think I got them all. Anyway, here's the intro... It would be ideal to have a generic print routine that could print to the printer or to the screen depending on what you pass it. This project shows you how to create printing routines that can print to the printer or to a picture box. This enables you to add print preview capabilities to your Visual Basic applications. Since there are several ways that you could implement print preview in your applications, this project describes one method that is easy to do in Visual Basic and works well.
This Program will make colorful fireworks. The code is kinda short, but it looks so cool. I've included many directions/explanations that will help you change the input value.
Cool AIR-X Arcade game. Final Battle Edition. Shoot down enemy aircraft before they shoot you down. Fast transparent sprite animation over moving background. Fast collision detection.
gridClass is a read-only grid comprised of text box arrays. I use it to display information from an Access database and it was developed after expriencing total frustration with the grid provided with VB6. It could be modified to be updatable and I may find time at a future date to do that.
Step by step Insctructions on how to create an ActiveX DLL File
List all apps running (Including windows stuff!) And kill the processes.. This is a modification of the killapp project. Be careful not to kill stuff like explorer as you will need to restart machine... Fun all the same
Ever wanted to fade one image into another image? Like fade a picture of yourself into a picture of a goat? If so, check this example out. It shows you how to fade one image frame by frame into another image.
Transparent sprite animation over background. A collision detection (COLLIDE.BAS) module/engine which will make collision detection more easier.
This code is an example of how to use various functions contained within the Word Application object. To use this code you must first set a reference to the word libary then declare a word application object. This code shows how to use the search/replace functions, how to bold items, how to do a "Save As" from the code and how to insert lines. There are also a few miscellanous methods such as how to tell if a file exists and how to kill it. This piece of code was origonally written as part of a class module and was incorporated into a dll to be used by other application developers that I was working with. I have a few other examples from the class if anyone is interested, please drop me a line. I hope that this saves someone some time in using word. I have not found too many good books or code examples that explain how to use word as an object.
Step by step instructions to create an ActiveX DLL ! In this lesson we will create a DLL to compact a Database !
This is a veeeery simple code to make one autocomplete textbox that gets the first letters you typed and searches for the most similar word from a table and then completes the rest. No API Calls, No Classes, Only few lines of code in 2 events...Simply save it as a module (.bas) and add it to your project
THE PROBLEM: VB allows regular forms to be instantiated from an ActiveX DLL...but does not allow MDI child forms to be instantiated from an ActiveX DLL! THE SOLUTION: MDIChildMaker! Now you can put your forms in a seperate ActiveX DLL and use them as MDI children forms in your main application's MDI form! NOTE: This is not a trivial example, but uses native VB subclassing techniques. This is one code solution EVERY VB programmer MUST have! Check out www.cyberbiz.com