Results for "Category: Miscellaneous"
I wrote a little dll. You can convert a bitmap to a jpeg image (with Compress quality) or a jpeg to bitmap image. You can also capture the desktop in both formats (if You are using more then 256 colors).
Extract and save Icons from dlls, ans exe files. I used an example found on AllApi.net
Manipulate your start button! Change bitmap, position and size! Sample bitmap is included.
ClearImm is an Add-in which adds a toolbar button to the VBIDE, when clicked, it clears the Immediate Window. Better than performing a "Select All"... just click the button. Source code is included.
This code displays a picture of the current mouse pointer in a PictureBox control. This could be useful for doing screen captures that include the mouse pointer.
To Check a Credit Card number for TYPE and VALIDITY *** PLEASE RATE ***
A cool progressbar, just like the one in Windows 2000 at startup...
Tired of having to pause in increments of 1 second? This coding will pauses based on MILLIseconds using the GetTickCount function.
This code reads a chunk of data in from the microphone into an array. It displays a volume-meter that doesn't depend on the 'peakmeter' function of the mixer (so it works on a soundblaster-live). It also displays an ossiliscope window.
THis program is a addon for AOL Instant Messenger Chatrooms. You can also access great options with the type of a few keys to make chatting more fun.
Sample shows how to use socket ad winsock technologies from Visual Basic. This sample makes a telnet conection to a remote server.
This code lets you mask your IP!!!! THIS IS AN AWESOME THING TO DO SO WEBSITES CANT TRACK YOU. THIS also helps block spyware, hackers, and Ping. Check this out now. All you have to do is save the file as HOSTS in your windows directory and voila! Your IP has been Secured.
A simple example of how to make a form transparrent. Use the slider to select the transparrency level. (only workes on nt-based operating systems.)
This is just a real simple beginner project aimed to help beginners. I made the code as simple as possible with comments. It has stuff from learning to use commands buttons, to common dialogs, to message boxes and much more. If you like this code, please vote. Thanks.
Ever wanted to get the Domain of the currently logged on user? This code works on Windows NT and further.
This program checks the pop server provided by you at some regular interval of time and alert you when you have change in the no. of messages. You have to provide pop mail server, port (if other than default port), username and of course password. Returns the total no. of messages on the server and total bytes used by those mails messages Uptill now i havent seen any side effects but if you find any then kindly let me know. I have not used any API to access server but instead i have used some Low level commands to access POP server so basically you must know the use of the commands. I have used some API like SetTimer, Shell_NotifyIcon, etc...
Update 2003-08-15: Removed FileSystemObject, now I only use API which is a lot faster. ---- Emulate Windows Explorer. Shows how to manipulate a treeview to build a directory tree, listview for files, API for file manipulation and recycle bin. I'm not responsible for what you do with it :)
This is a MsgBox creation program I made to help complete beginners with Message Box's. There used to be an aplication that came with VB 4 or 5that did somthing similar.
This is a usercontrol i made so that i can add transparncy to my apps. its really nice and has some good options. it only works in 2k and xp. but still please leave comment and/or vote
I downloaded the Disoco Keyboard a few days ago from A.K.San and did a little work on it. The form code is completely rewritten - but the base functions in the modules are all A.K.San's not mine. I added a "editor" of sorts that lets you create save and load patterns very easily. I was considering making this able to minimize to the system tray. Any thoughts, sugesstions, whatever are welcome. Instructions: Green=On, White=Off. Select a column by clicking beneth the circles pressing "Insert" will place a row before the current one and "Delete" will delete the selected row.