Results for "Category: Miscellaneous"
This is a application to hide your folders from unauthorized access. The hidden folder can be un-protected in just a mouse click. A password can also be assigned to this application. This program is one of my favourites.
This document here will teach you how you can change your net adapter mac adress !
This is a screen saver tutorial. I just explained a detail note on how to make screen saver using visual basic. You can make a real life nice screen saver application using visual basic. Just explained you everything. And also how to make flash work for you for your screen saver in VB. There are two examples with source code too. Please don't forget to vote for me or comment.
Login screen that looks into an Access Database which stores the user names and passwords and verifies them and acts as a normal login screen!!! Made in VB6 Please Vote!!
This is an example program using commands from my articles. Check it out!
This article shows you how to replace your boring old Visual Basic Splash screen with a new, cooler one! Diagrams, tool links and step-by-step how-to's. Comment and vote!
Hello, this is the coolest msn tweak ever made! You send it to the person and they open it.. It will run in the background of their computer quietely and every 20 seconds it will change their msn name to "I Am Gay", "I Am Homo!", "I got My Dad For Christmas!".. It is basically pointless but they think that there is a hacker in their computer! I use it on everyone and they get real scared :)... lol, use the code freely!
This lets you take any phone number (if available: if its not private by customer request to their phone company) and reverse it to get their Name, Address, City, State, and Zip Code! There's not a program out there like this, and I don't want anyone copying it. It's mainly a good example to learn how to parse data, and a good way for me to share my program! I hope you enjoy it as much as I did making it!
[Updated to include a very basic example of how to connect using this OCX] - As MSN Chat rooms are closing, I feel its time to share the code for this OCX which I use in my Chat Room Manager application I wrote, IRCDominator has been used for years and had recently been updated. I am releasing the MSN Chat connector OCX I wrote for my latest release of my Chat room manager and Its here for all to view. Its not well documented but has lots of usefull code. I hope people will find it usefull. Some of the best parts are the classes I created to hold Chatters information etc. IRCDominatorXT aint dead yet!! - AG
This project is an update to my first 'Project! Messenger'. This new project include fixes, new chat room features, chat voice,filtering methods, more chat2 packets and more. With this example you can be on your way in creating your own full Yahoo! based chat client. Enjoy.
SmartSearch is a really smart ADDIN. Unlike VB's inherent find utility, SmartSearch instantly displays a list of all Lines(with the code) that contains the search text you're looking for. It goes beyond simple display and actually picks up the procedure that contains the search text and displays it right there, saving your valuable time.
A simplistic definition of a strange attractor is "A strange attractor is simply the pattern of the pathway, in visual form, produced by graphing the behaviour of a system." Just check out the code.
Class to read the Width, Height, DPI and BitsPerPixel from JPG, PNG and TIFF Group 4 image header.
This is an implementation of a Finite State Machine for hyphenation in Turkish.
Notepad 2003 is a remake of notepad, with a couple more functions. such as colors,insert name,insert windows version insert computer name etc.
This program will shows the simulation of NRZ-L, NRZ-I, Manchester, Pseudoternary, Bipolar-AMI and Differential Manchester encoding techniques. Please do Rate my Code for appreseations. Thank you
There's many different ways to store data in VB. This application tests a few of them. You shouldn't blindly choose the method that has the highest numbers! You should choose a method based on the usage pattern of your data. For instance, even though the timings say 'clsDirect' is fastest, for my application, a combination of clsHash and clsList proved to work 50% faster. If you don't know which method is best, try them all - they all implement interface IContainer, and swapping out one for another is a simple one-line code change.
This application detects and removes the newly-released Win32.Blaster virus. It does not stop infection or patch the machine. Do that yourself. It WILL remove the virus if it is present on your machine.
Download from "www.chandu.i8.com/hackkey.html"! Readme.txt first! You can find out the text what was typed on keyboard! (It secretly store data in to a file )! ****** Now Know what others typed in system like Documents, files,e-mail text,ofcourse e-mail id's and passwords everything that had been pressed on your system's Keyboard . My program finds pressed keys and stores them in a file.it also has password fecility, so every one cannot open the application while runing.It also changes the file if text file exceed 600KB. Its very useful to know what others typed on system. This code is simply for knowing what others typed on your system. Its intended to give basic information but not to do harmful things. I Wonn't be responsable for any of your mis-use of my code,use it! Try it ans use this code in your own way or modify it!
This article explores event handling in VBSsript. usaually we use javascript for this but I feel that Server and Client Side scripting should be same.