Results for "Volume: 7_2009-2012"
WhizzoMenu Control. This control uses forms,graphical effects and hard code. all you have to do is understand how to use my control to create your own menus. This control doesn't use VB's Menu system and it doesn't use Windows Menu API. This control is also customizable. See the screenshot.
With this code you can calculate the fabulous pictures obtained with the Mandelbrot-fractal. There is a popup-menu when clicking with the right mousebutton. Clicking with the left button in the image calculates a new picture.
Darrens Hotkeys. This program is to assign the windows key with another key on your keyboard to a program, so when you hit the two keys at any time while your computer is on the program assigned will open. I use it all the time. See Screenshot.
This tool automatically replys to specific messages that you can custimize. For example you can set it so that if someone says "Hey!" it replys with the message "Hey How's it Going?".
CD Ejector. CD Ejector runs in the system tray. When you click on it you get a menu with a list of your CD/CDR/CDRW/DVD drives. Click on the drive you want to Eject/Close and wait a second. Click the exit button to close and remove from system tray. See Screenshot.
This program loops through an Access database of IP addresses and pings every one continuously. You can add, delete your own IP addresses. You can customize a status event to trigger when a time tolerance is reached. Then you can be notified of a problem. I wrote something like this years ago for our network department to alphanumerically page the on call if an IP timed out. We had servers, routers, and switches in the list. I chopped this code together from code I found here and on www.vbaccelerator.com. I have one small thing I would like to fix, that is how to add all listview’s into just 1 listwiew. If you can show me how I will fix and re-upload the code.
This program lets people send commands over msn messenger to make what ever command they send happen to that person's computer. It is not a trojan as it does not let you do bad sh1t to their computer but it will show u how to accept and carry out commands which are sent over msn messenger.
*UPDATES* 'For Windows 98, does not seem to work for win2000 or NT, sorry* Simple PC Login. Disables CTRL+ALT+DELETE! Add this to your windows starup or whatever. The password is set under the "getid$" section of the ok button. BE SURE TO SET THIS YOURSELF! DEFAULT IS "testprogram". !!!!!!!!----->DO NOT RUN THIS UNLESS YOU KNOW THE PASSWORD
This is a dll to intercept all keyboard messages to any program in Windows (except for the ALT-TAB, CTRL-ALT-DEL and CTRL-ESC keycombo's). It uses a C++ dll found right here on PSC, I just wrapped that one into a friendly ActiveX DLL for ease-of-use.
Teaches how to store custom settings in your application to a textfile, cause its much easier than the registry. Store textentries, checkvalues, colors, filepaths and more. See Screenshot! Its easy and every beginner should know about "writeprofilestring".
We had a client who 'accidently' copied one databse table into itself causing duplicate records. Unfortunately Access only allows 10 columns in its De Duplicate wizard and we had twenty! This code allows you to pick the database you want deduplicating, lists the tables and the fields within the table so that you can chose the 'key' fields to deduplicate on. Then it creates a table within the database which contains all of the deleted duplicates from the table you chose. It assumes that you don't mind which instance of a duplicate record you want to keep and it uses Jet 4.0. Also if you run the appliaction twice on the same table you will loose all of the deleted records from the first session (it dosent create a second instance of the deleted table). It also dosen't contain Error trapping as I use Aivostso's VB Watch addin that creates error trapping for you. However, leaving that in would add superflous code so I have omitted it here. This code was wriiten on the quick but it has ben used in anger with correct results. Any constructive comments will be appriciated.
This checks the registry to see if certain popular browsers are installed on the machine. If so, it creates registry entries for future reference and lists them in the menu. Just choose the HTML file you want and choose the browser you want to preview the file in. This is simialiar to how Macromedia's DreamWeaver UltraDev 4 retrieves and stores the browsers in the registry. This is great for authors of HTML/CSS/DHTML editors who want to support multiple browser previewing. Tested in WinXP Pro, WinME, Win98 SE, and Win95. Should work in WinNT 4+. Looks for the following Browser types: Netscape (Communicator, 6 (en), and 7), Amaya, Opera, and IE. You can even manually input browsers such as Lynx. **Note** This is an update to my previous submissions.
This allows users to write their own IRC bot.
a quiz..plz comment on my code i need your feedback! you can also vote but comments are more important...thanks
This program lets you find a color with the HSV-values. The RGB-values are also calculated. You can copy these colorvalues to the clipboard for use in a webpage or other application.
MultiUnzip. Used to extract files/folders from .zip files. have you ever downloaded a program/game and it's compressed into hundreds of .zip files. this prog extracts them all for you at the click of a button. See Screenshot.
This project demonstrates how to use a dynamic array to interact with database records and settings stored in a single binary file. The example stores custom settings and the record count at the beginning of the binary file, then stores multiple database records. To retrieve the data, it gets the settings and record count, then loads the records into a dynamic array which can be interacted with on the form, much like a true database record. If that's not enough, then how about the ability to embed images directly into records!
It is an IRC bot. you may get a subscript out of range if you don't specifiy a valid config file
Hi everyone. Read my article to learn how to set the variable's type with one character.
The Programm "converts" colored Pictures to Black and White Pictures