Results for "Category: Miscellaneous"
An extended Timer Control with an unlimited Interval property. Also, the user-friendly aspect of this Timer like control is enhanced by additional properties such as: Hours, Minutes, and Seconds who's values actually represent Hours, Minutes, and Seconds rather than milliseconds. For instructions regarding the use of this Active-X User Control refer to the Instructions.txt file which is included in this ZIP file. Project requested by: Anonymous PSCode user.
The following function will return a boolean indicating if an IP Address is described by a nework mask. I'm not sure if there is any VB/Win32 libraries that already deal with this subject and I'm sure this code is probably pretty useless to most people... but I thought I'd submit it for those who may care to find out about it.
Fully Functional RESOURCE TEXT EDITOR WITH LOAD/SAVE RESOURCE...Huh,that was really tough for me....(bugs free)-I think and hope so...
You can simply set up a newsticker. New: A ticker which provides a counter. A ticker which gets information from a html page. You only have to set up few things in the setup interface.
For Begginners!: A friend asked me to help him with his homework, so here is it. This program demonstrates the use of toupper(), isalpha(), how to pass variables across functions, how to read a string from keyboard, how to use a do/while loop, and other little things... Heavily commented, and explained! If you are new to C++, you should see this. All comments are appreciated! .. bye!
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.
This is a pretty interesting little program. Using the MS Webbrowser control, it searches a webpage for all its links and stores them in an collection. After it has finished a page, it goes to the next page and scans that one. This little example application looks for email addresses. But don't be afraid, it's much to slow for being used by spammers.
Ever wonder about the special folders in Windows XP or Vista? Folders like the user data, CD burning cache, and others? This program will get the actual paths to these folders, and you can explore the folder or copy the path to the clipboard.
This program will grab the Weather from Weather.Com by using a free 3rd party component by Softshell Solutions - http://www.softshell.net/asp/cp/weather.asp
An engine using real physics equations that moves and bounces picture boxes under a realistic gravity environment. Includes collision detection to stack boxes and features add/remove boxes and to set invidual properties for each box. Also demonstrates use of arrays and types. Some commentation where nescessary. Also please take the time to vote :)
This code compress and expand files with LZ. The code is fully compatible to microsofts compress.exe and expand.exe.
To Drag A Form Without Using The Annoying Blue Bar
This is a beginner's tutorial to learn how to use loops in C++. Every line is EXTENSIVELY commented why it is there and what it does. Please vote for me!
Warn users about Session Timeout 5 minutes before it happens.
This is an attempt to have text to speech feature on a notepad. Handles text files 64k. Can speak the entire file or selected text only or from the cursor to the end of the text file
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...
Now UPDATED whit an example There are 2 maps in the zipfile, in the map host you'll find a project and if you compile it, it will become the dll that your program has to use to let the plugins work. The second map is named "Plugin" and there is an example of how your plugin can be made EVRY FILE that is in the project of the map of "plugin" is necesarly to let it work like it must except form1, you can change that and ofcourse can you add your own things. An other important thing is that the projectname and the name of the dll (plugindll) is the same. PLEASE GIVE ME A GOOD RATE FOR THE CODE. I've done a lot of research to acomplish this (al code is selfwritten, except if there is standing some reference to another coder in the module)
Simple, 4 lines of code, timer function that will scroll the title of your form, or a label caption, or the caption of a button or whatever. scroll something. this is very simple, and i dont know if anythign else like it is posted, i dont look before i post. I just thought this was neat since i'm bored and at work...
Shows HOW to compile a mIRC DLL with Microsoft Visual C++ 6.0
This is my first try at making a DVD player so if it's bad please tell me. Please look at the screenshot. Please leave comments and vote also.