Results for "Category: Miscellaneous"
I still need to Do Colors, DCC and Ident Server, if your intrested in helping my ICQ# 52567840...
A cool progressbar, just like the one in Windows 2000 at startup...
Here's just a few special effects which I have thought of to do with a picture because I've seen an interest in the subject at PSC (laser effects - whoever first thought of it well done). With this code you can make any picture wave like a flag and animate it to flip as if it were a 2D piece of card being turned over. Both these effects can be applied horizontally or vertically. There is also a bonus zoom effect thrown in there. All effects can have the speed adjusted for different tastes/PC's.
Ok... some other person made this code at first, but in his, it only copied the screen and showed you a little bit in a picturebox, mine captures the screen and shows it to you full screen and does more than just copy - it copys, inverts, makes screen have bad colors, darkens the screen, brightens the scree, flip the screen horizontal, and flip screen vertical so check it out! First you choose how you want the scree captured then you press capture - the program captures the screen and then shows it to you until the user makes a mouse click.
This is just an easy, simple, short, fast and effective way to randomize a listbox. Useful for playlists etc. I took this out of a bigger "auto dj" program I made for our local radio station. I have submitted this for the newbies who might be having the same trouble I did when I first tried to randomize a list of items. :o)
I looked high and low for some type of code snip that showed how to create a barcode (none where available except the ones for sale). So here is one way to print a code 39 barcode in VB. It has worked for me, although very little testing was done.
Manipulate your start button! Change bitmap, position and size! Sample bitmap is included.
This new version of my neural net is not like the frst one at all...it is a complete remake and works much better(plus this one has a purpose). the net can be trained to do a single task in a few seconds, then after that it will take less that a second(at least on my comp) to do the same task over, it is an excellent way of having a computer learn something(in this case a string). If you like this please post comments and vote, also if you are working w/ NeuralNets then please email me and we can work together(with an app i am making that will allow ppl to use the same code-window for 10 diff languages..i will post it when done)-BTW: because of a complaint from them i now know that the background image i use on this originally came from RG Soft and is copyrighted by them.
This tutorial is supposed to teach you how to do classes, operator overloading, and inheritance. NOTE: You need to have a good knowlege about structures.
A very BASIC code to change the cursor into a Green Blinking box making it look like a TERMINAL. Similiar to the Matrix. Or whatever you called it.
GET YOUR POPCORN! Scrolls Credits like in a movie theatre. Customize Colors, Alignment, size, etc... This code is IDEAL for ABOUT FORMS!! A MUST SEE!!!!!
To Check a Credit Card number for TYPE and VALIDITY *** PLEASE RATE ***
This describes briefly how and more importantly why to hide data instead of just encrypting it.
This is a VERY simple little class for BEGINERS only. When I started vb (6 months ago) it was very tough to usnderstand such this as CLASS files or OCX's (How to create) Unfortunatley I was NIEVE enough to think that starting with such things as Subclassing was the way to GO! WRONG!!!! Anyways these are some simple functions for a few neat FORM tricks. NOTHING to difficult and you should STEP through the code to learn (F8). Yes I would like a vote on this because I know that if i would have found a CLASS like this I would have voted for it!
Randomly pick any word or number from a listbox.
This code will check a credit card number using the LUHN algorythim (so far i am the only on using this thing right!!).
Biorhythm study and use is considered a "pseudo science" in the United State however it is widely accepted and utilized throughout Europe and much of the rest of the world. Some of the things you might be interested in are: The use of the horizontal scroll bar as a up-down control. Using the API to get a temp file name. Getting a RTF formatted file from a Resource file and placing it in a Rich Textbox Control. Some fairly difficult date manipulations. Using the GetSettings and SaveSettings functions.
VERY simple code to display a nicely formatted date on your web page. (IE - Wednesday, June 14, 2000)
Just one line of code is needed to test a functions speed -> With this class-module. It creates an object which is automatically terminated together with the function you check and it uses debug.print to let you know how long your pc had been busy (in ms) with that function. Sure you can save the value of timer() and read it before your function reaches exit/end function, but its harder to remove this before you release your app... So try this!
To improve the look of your application you might wish to have hooverbuttons. -You think you'll need many codelines for each button and so many lines would make your code unclearly for you? >> Download the solution for your problem here. You'll only need one line of code to make a Command-button, Checkbox-Button or even a picturebox being your individual Hooverbutton! I really hope you like my solution! I have searched the internet for so long to find a solution like this- But there is none! So please support my work and vote for me. thx!