Results for "Author: michael barnathan"
Allows you to chat over the internet using SocketWrench(Included). Metasquarer is gone from the list, for all of the people looking for it. I became afraid of plagarism after someone copied my other code and made some money off of it.
WindowPeek Version 3.0 is a window spy, but it also has a lot more to it! As well as getting the class, hwnd, caption, parent, and xy position of any window you put the mouse over, Window peek also has the option to minimize, restore, close, force close, freeze and unfreeze(Use the same key for both) a window, change the caption of the window, enable and disable the window(Equivalent to the VB enable command, but on any window), shut down or restart the computer, change the attributes of the window's menus, scroll the contents of the window, change the window's parent, find a window by it's hwnd or title, and it even has a test window, so you can try all of the functions without doing anything to your other windows! A must see!
This amazing piece of code actually shows you the real password in those password boxes instead of the ***** you always see! This code uses the mouse as a "revealing glass"(Sorry, I couldn't find any icons of a magnifying glass to use for the cursor), so that when you move the mouse over a textbox, the password changes to REAL TEXT, and when you move it away, the password is shown as ***** again! This effect is easily edited out of the code, if desired. This program is not meant for stealing passwords, please do not use it for that purpose. I hold no responsibility for passwords stolen using this program. This program won't work with IE, but it will work with Netscape, because of the way it handles windows.
This code will close and (To the extent of my knowlege) stop AOL ads from downloading. These are not the popup window ads, but the ads on the read email, buddy list, etc. This code was tested in Compuserve, but should work the same with AOL. Let me know if it doesn't. Just run it and watch!
A chat application that allows chat over the internet using IRC. NOTE: There is an updated version of this code, I strongly suggest you download that version of it, since this version is missing a component.
Ever wonder how all of those other software programs put themselves in the system tray(The start menu icon list at the bottom of the screen)? Well, this code, centered around traymodule.bas and written entirely by me, will do just that. Just use the RespondToTray(X) function in the Form_Mousemove event and call addtotray and removefrom tray when you want to add or remove your icon from the tray. You can customize tool-tips(The yellow labels), the icon appearing in the tray, and the form to have it respond to when you click the tray. You may use this module in any program you'd like, although if you're going to post a program using this on PSC, please give me credit for the module.
Yes! A module that creates gradients! This BAS file will seperate a color into red, green, and blue with one sub, then create a gradient in another. This BAS allows horizontal, vertical, or circular gradients to be created for your VB projects easily! It also has a quality feature, if your gradient is particularly large. This BAS can write to any control that can be drawn on. No API! UPDATED!!! This code can now create a gradient in ANY SHAPE OR SIZE!!!!!!!!!!!! Also added in the update: Common Dialog boxes for color picking, click the from and to boxes showing the sample color to get a common dialog for the appropriate one. Also new, is the feature to save your gradient as a bitmap file!
This code goes one step further than the password viewer that I submitted... this code actually logs an AOL password to a file! Here's how you do it: You run the code. You get someone to sign on(Guest support will be coming soon, but is not yet supported), and once they click connect, their password will be logged to the file pw.txt in the directory that the program is in. NOTE: This will not work if the user has a stored password, he must type in his password for this to work.
This code will demonstrate how to create a window with partial transparency. The color of the window and the amount of transparency (in percent, from 0 to 100% transparent) are customizable. The code involves no screen capturing, it is actually an alphablended window. The window contents update in realtime as the window is moved, sized, or manipulated in any way. This only works in Windows 2000/XP.
Did you listen to a MIDI file on two different computers and wonder why yours sounded much worse(or better)? This code, using DirectMusic, will play ANY MID file in a way you've never heard it before, in exactly the way the composer wanted it to sound! This program has a media player look, tells you time signature, length of the music, tempo, and even has a slider for the play time! The DirectX initialization code was taken from the Microsoft VB example. All other code is mine. If anyone would like to help me get a better "media player" look, or help me with buffering/seeking through a music file, email [email protected]
This code is like my other chat code, but this is an ActiveX control. The control is fairly easy to understand, with methods and events such as Msg, Notice, Servername, port, etc. If you have questions, email me at [email protected]
Allows you to chat over the internet using SocketWrench(Included). Metasquarer is gone from the list, for all of the people looking for it. I became afraid of plagarism after someone copied my other code and made some money off of it.
WindowPeek Version 3.0 is a window spy, but it also has a lot more to it! As well as getting the class, hwnd, caption, parent, and xy position of any window you put the mouse over, Window peek also has the option to minimize, restore, close, force close, freeze and unfreeze(Use the same key for both) a window, change the caption of the window, enable and disable the window(Equivalent to the VB enable command, but on any window), shut down or restart the computer, change the attributes of the window's menus, scroll the contents of the window, change the window's parent, find a window by it's hwnd or title, and it even has a test window, so you can try all of the functions without doing anything to your other windows! A must see!
This amazing piece of code actually shows you the real password in those password boxes instead of the ***** you always see! This code uses the mouse as a "revealing glass"(Sorry, I couldn't find any icons of a magnifying glass to use for the cursor), so that when you move the mouse over a textbox, the password changes to REAL TEXT, and when you move it away, the password is shown as ***** again! This effect is easily edited out of the code, if desired. This program is not meant for stealing passwords, please do not use it for that purpose. I hold no responsibility for passwords stolen using this program. This program won't work with IE, but it will work with Netscape, because of the way it handles windows.
This code will close and (To the extent of my knowlege) stop AOL ads from downloading. These are not the popup window ads, but the ads on the read email, buddy list, etc. This code was tested in Compuserve, but should work the same with AOL. Let me know if it doesn't. Just run it and watch!
A chat application that allows chat over the internet using IRC. NOTE: There is an updated version of this code, I strongly suggest you download that version of it, since this version is missing a component.
Ever wonder how all of those other software programs put themselves in the system tray(The start menu icon list at the bottom of the screen)? Well, this code, centered around traymodule.bas and written entirely by me, will do just that. Just use the RespondToTray(X) function in the Form_Mousemove event and call addtotray and removefrom tray when you want to add or remove your icon from the tray. You can customize tool-tips(The yellow labels), the icon appearing in the tray, and the form to have it respond to when you click the tray. You may use this module in any program you'd like, although if you're going to post a program using this on PSC, please give me credit for the module.
Yes! A module that creates gradients! This BAS file will seperate a color into red, green, and blue with one sub, then create a gradient in another. This BAS allows horizontal, vertical, or circular gradients to be created for your VB projects easily! It also has a quality feature, if your gradient is particularly large. This BAS can write to any control that can be drawn on. No API! UPDATED!!! This code can now create a gradient in ANY SHAPE OR SIZE!!!!!!!!!!!! Also added in the update: Common Dialog boxes for color picking, click the from and to boxes showing the sample color to get a common dialog for the appropriate one. Also new, is the feature to save your gradient as a bitmap file!
This code goes one step further than the password viewer that I submitted... this code actually logs an AOL password to a file! Here's how you do it: You run the code. You get someone to sign on(Guest support will be coming soon, but is not yet supported), and once they click connect, their password will be logged to the file pw.txt in the directory that the program is in. NOTE: This will not work if the user has a stored password, he must type in his password for this to work.
This code will demonstrate how to create a window with partial transparency. The color of the window and the amount of transparency (in percent, from 0 to 100% transparent) are customizable. The code involves no screen capturing, it is actually an alphablended window. The window contents update in realtime as the window is moved, sized, or manipulated in any way. This only works in Windows 2000/XP.