Advertisement

Results for "Volume: 2002C"

2002C #10618
keyCode

It replies the Ascii Code and the vbKEyCode of any Key by pressing. I had to make it at work to test somthing. It's really very simple. But perhaps you can use it...

2002C #8631
Convert Decimal to LCD Fraction

This program uses a set of routines that convert any number to its fractional equivalent in least common denominator (LCD) form. For example: 1.80 is returns as 1 and 4/5. The routine returns the result in 'english' and as individual pieces (ex: 1,4,5 for the previous example) so you can tailor it to your needs. Also handles negative numbers, numbers with more than 2 decimal places, and decimal numbers with or without a whole number (i.e. 4.5 or 4 or .5 or all accepted and handled).

2002C #10148
Direct X 7 Scrolling Tiles

I searched around here for a LONG time to find out how to scroll Bitmaps. With my code, You can do just that with Direct X... This can be used in creating games like... Civilization, Since it randomly generates a map from a tileset. You can use the Keypad (up,down,left,right) to move the map. Try this out, and if you like it, Vote HIGH.

2002C #8690
Encryption Library

This is a collection of all my encryption related routines

2002C #10571
CoolMenu (real icon menus)

Display real Office like icon menus. Source code based on Paul DiLascia's work from the Microsoft System Journal (Jan98); ported from VC++ to VB by me + some adaptation. visit www.dilascia.com **Features: Real Office like icon menus; Partial Win98 main menu effect in Win95 (need help for full effect if possible); Embossed pictures in color (thanks Paul); Uses the form's font (~and style attributes); Working "local" and "global" accelerators (&, Ctrl+?); Easy interfacing between ImageList and VB's Menu Editor; Take a look at the screen shot !

2002C #8827
Multi Line Tooltips

Are you fed up with the fact that you can only display one line in vb tooltips. This class allows multiple line tooltips. It also allows you to specify the Maximum Width of the tooltip, the delay until it appears, the length of time it is visible and whether the tooltip is centered below the control. I have added support for setting the font that is used as well.

2002C #10006
PassGen 2.5

This is the newest version of my password generator. PassGen 2.5 is a moderately sophisticated psuedo-random password generator. It has many different generation password generation methods, with more to come in the future. It supports psuedo-random password generation based on the system timer, seed number and passphrase. It can make many passwords in one go and can make passwords up to 999 bytes (7992 bits) in length. All that with a stylish interface makes it a very capable password generator. Definately on of the best I've seen. See the readme for mor information.

2002C #8802
Resize/Stretch Bitmaps

Stretch an image to another size. Truly fail Safe code works even with invisible source image. You can save the newly resized image with additional VB coding.

2002C #10294
a Mapi Email Checker w/ MS Agent

This Application checks for emails using outlook. MS Agent will popup to announce how many unread mails you got. Configuration is added to choose which MS Agent to use and the Time interval use to check for mails. New modules was added that would make MS Agent read mails just like talking buddies. This program is an emailware, so email me at apashi@email.com if you find this usefull. Complete source code included.

2002C #11392
TabDock Control version 1.6

VERSION 1.6 RELEASED! New features and enhancements. This control allow form docking capabilities. The advantages of using the TabDock and TabDockHost is that you don't have to re-design or change any line of code of your existing forms in order to have docking capabilities.

2002C #9316
Cyclone ScreenSaver (CSS)

Need a nice screensaver? Want to be hypnotized by spinning dots and circles? Trying to learn how to use PSet? Trying to learn how to make a class module? Need to know how to use Sine and Cosine to make a circle? Or do you just want to see something cool!? Well, this is the answer to all of those questions, and more! CSS (Cyclone ScreenSaver) creates multiple circles of spinning dots that move around your screen, like a cyclone. It also has a tutorial (included in the source) explaining the use of Sine and Cosine in creating circles! CSS is fully commented, and is a ready to go screensaver. If you want some neat effects, and a great screensaver... Check out CSS!!

2002C #9317
Finding points on a circle using only degrees (Sine/Cosine)!

This tutorial shows how to find a point on a circle (with any radius), using only the degree of the point. It teaches the use of Sine and Cosine in doing so. A great tutorial if you are going to be manipulating circles!

2002C #11372
Change Titlebar Style within your App

My Code replace the Titlebar within your App.The special about it is that you can choose the colors of the Titlebar.And you can use Menus in your Form.When you like it please vote for me ;-))

2002C #11393
Form Post Example (Name Value Pairs)

This class wraps the MSXML.XMLHTTPRequest to allow a simple HTTP FORM POST. A sample program and FormReceive.asp handler is included.

2002C #10951
Multiple Hotkeys with Multiple Functions

This code demonstrates the use of Multiple HotKeys in a single application, with each key assigned a different function, You can set the hotkeys of your own choice, no matter how many...

2002C #9632
Your Very Own Custom File Extention!!!

Alot of people want there programs to be more popular, this is the way, if you have the only program that will save to a particular format, then everyone will HAVE to use your program to open there files. And it will HAVE to become FAMOUS!!! Plus it's really cool to have your own Extention. My programs shows you alot of stuff: 1)How to make your own Extention 2)A simple way of formfades 3)How to save useing Common Dialogs Filters 4)How to copy a picture to your Clipboard 5)Comes with detailed Instructions It's simple for any begginer or intermediate!!!

2002C #9854
AIChatter [Update 2]

Michael has a few changes. Just read the Readme.txt file that comes with him. The code is kinda large and I apologize if anyone has any problems following it. I tried to keep comments on almost everything. Anyway, check this out and please rate it. I know this isn't true AI, it is mostly string searching, but hey, it's still kind of interesting. See what Michael will say to your questions or comments. :)

2002C #10460
Check if a string is an email address

This code returns a boolean expression that declares if a string is a valid email address or not. It returns true if the string is valid, false if not

2002C #11373
A transparent Form

My code creates Transparant Forms.You can choose the Transparanty value (from 0 - 255).All other Controls placed on the Form are transparent,too.I you like and want to support me, vote for me ;-))

2002C #11406
A DirectX starfield

This code draws picture based stars using directX 7. The code is heavily commented and simplified.

Languages
Top Categories
Global Discovery