Results for "Volume: 3_2004-2005"
How to apply textures from emboss/engrave filters. (Re-coded: 2003.02.10)
On a machine where the Adobe PDFWriter is installed, the current printer is swapped out with the PDFWriter and the PDF file is created. The original printer is then restored.
I wrote this for my friend Andrew who needed a Star-Wars-Style credits for his math project. The speed is adjustable, as well as font and everything else. The maximum number of lines is the upper bound of the arrays. The AlphaBlend API (which, along with a few other functions, I got from some unknown author) requires Windows 98 or greater. It took forever to work out the bugs, so please vote. Hope you like it.
This is a simple usage of database as long as VB and MS Access are concerned. But you can certainly use this on your literature class. Zip file includes a database containing more than 200 biographies of classical authors.
Plasma Worlds by Robert Rayment. (Cylindrical tunnel added to ASM version)Two progs. One, pure VB (no APIs or OCXs) for making plasma screens that can be saved as a bmp, bit slow but adequate when compiled. Plasma uses a non-recursive routine on to any rectangle and can be wrapped for tiling. Graininess, scale & color palettes can be changed. The other prog is the same PLUS scrolling in 16 directions, color cycling, cylindrical, spherical & hyperbolic wrapping and fantasy landscape projections all with multiple controls - VB+APIs+ASM, much faster. Only tested on Win98, should be OK on ME & XP but some Win2K OSs have problems with this use of Assembler. Please let me know your OS if you find bugs. Zip 79KB.
This is a real cool update to one of my line effect programs. Just small fractal iamges in the screen. Each are really amazing to watch. Each take about 30 seconds to complete. Please Vote or Comment. :)
nox is a program that disables the exit button without disabling the title bar. by the way: nox = no x but space isn't a valid character for in a project and i didn't want to use underscore or dash :)
This project contains an ActiveX DLL that will emulate the functionality of VB's Timer control. This sorta thing could come in handy if you ever need to have a timer in a class module (if you are are building an ActiveX DLL). Make sure you read the README.TXT for extended information. Please leave your feedback.
this is demo to put like eyes in your programr it well be moved where your mouse position plaese SMILE AND VOTE FOR ME i just like you :)
By thsi code you can Find any text in comboBox by your keypress you should at first locate your database i used Biblo.mdb that you can locate it in your vb directorate try it good programm
By This code You can play 6 viedo's or mp3 at the same time SMILE AND VOTE FOR ME i just like you :)
see how to make your picture moving like water plaese SMILE AND VOTE FOR ME i Need your Vote This Month pls do that ,with full thanks To you
This code is a great help for those people without Microsoft Access and want to administer their Databases easily. Includes full source code. Shows all records at a glance, allows editing, adding and removing. If you like this please support me.
This is the second version of my EasyButton. Now support transparent background and can play sounds on click too. You can make easily buttons in any format.
Just a tip.
Search for string in listbox
This is a short and to the point winsock tutorial. Pleae note this only covers tranferring text between two computers. Nothing more.
The purpose of this program is to simplify a 4-variable Karnaugh-diagram.
This code is simply sorting lines in a text file alphabetically using a listbox control. This could be good for sorting wordlists, names, adresses.. etc.
Even if your own code is very tidy, when you download other peoples code it can sometimes be nearly unreadable because of the formatting or an overuse of comments. The aim of this project is to quickly provide standard indenting, remove blank lines and optionally comments from VB source code. I hope you find it useful.