Results for "Category: Miscellaneous"
Scroll a label with just one line of code...great for showing credits!!!!
Text comes out backwards AS you type it.
Draws cool transparent explosions in a variety of sizes anywhere on the screen. Just click with the left and middle mouse buttons at the same time. To change the size of the explosions, click the middle and the right mouse buttons.
Creates a gradient effect on a form
A Cleaned Up SysTray Example
Retrieve the user currently logged on in the existing Microsoft Outlook session.
Ever been in one of those situations when you are doing something on the computer, banned by every rule, and then your boss walks round the corner? This is the answer to all those problems! As soon as you see him, simply click and your screen is covered with a graph and textboxes making it look as if you are actually working! Could this be the end to sackings because of computer misuse? Don't know but it's saved me a couple of times! Hope you enjoy it!
This code will help understanding the use of the MAPI controls
This code allows you to display your own pop up menus when the user right clicks a text box
This code shows how to use the Shell32.dll in your project.
Show files and folder into a listview/treeview into a unique control , counting with: - Automatic strings of local machine (like my computer, panel control, etc...) - Support for all events relatives on file, folder and root - Fast load with API and FileSystemObject - Show true icons relatives on files and folders (folder like favorites, IE history and other have different icons).
This is a basic IRC server. You can join channels, talk in channels, and private message. I have the code set to default to 20 maximum connections. To increase this just increase the value of MaxSck in the form_load sub on form 1. Have fun!
Redirects connections. Functions like a bouncer or proxy. I wrote it for a friend that went to school and they would only allow outbound connections threw port 80 (standard http port) So I set this up for him on my machine listening on port 80 and redirecting him to and irc server on port 6667. Nifty eh?
2 Simple Progress Bar
Error overflow corrected. Graphical display for a network bandwidth monitor Update to code found on PSC… Class modules belong to Shane Croft http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=32253&lngWId=1 I added the GUI.
This is a complete System Analysis Documentation of "Character & Signature Recognition System"... Guys studing in Computer Science, would surely know, how important is the Project Documentation... All those who have made softwares, but are often feared of documentation, can use this as a standard and easy format of Project Documentation. This may not be the right place for my submission, but I think this is gonna be of great help to many users over here... so if you feel its a garbage, then plz. dont comment, as it may be of some use to others... Thanx... Vikrant Thakker
I made this code to auto-center all controls on a form. This code is used to make an application to fit on any screen resolutions. Basicly, when we resize a form, all the controls won't move and will stay on the upper left corner of the form. With my code, when you resize the form, all the controls will be centered on the form. The code use a dynamic structure to save all objects positions. You can save positions of the controls on each form you want. I have a version for MS Access. If you want it, just send me a mail. :)
Having read peoples problems (and having had my own) with the Deployment Wizard, I suggest that you use Visual Studio Installer. It is a free download from Microsoft. The zip is a word doc (with some helpful pictures) that explains the basic use of the prog and where to get it. Hope it's useful.
Here is a update for those that does not have Powerpoint. To help you add a doc related to your project. For example, maybe someting like notes about your project.
Will show a simple way using API to see if your Application Has been infected with a Virus or Trojan, by checking the File size.