Results for "Volume: 2002C"
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...
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).
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.
This is a collection of all my encryption related routines
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 !
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.
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.
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.
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.
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.
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!!
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!
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 ;-))
This class wraps the MSXML.XMLHTTPRequest to allow a simple HTTP FORM POST. A sample program and FormReceive.asp handler is included.
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...
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!!!
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. :)
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
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 ;-))
This code draws picture based stars using directX 7. The code is heavily commented and simplified.