Results for "Category: Complete Applications"
Ever wanted to hide windows you did not want you boss/parents to see while u r working(or playing!!!),magic windows let's u hide/unhide windows with ease.My first submission in c++ on PSC .After working in vb for a long time ,found out c++ is way ahead of vb.Absolute control ,that is what c++ is all abt.Please do send me your comments at venky_dude@yahoo.com
IESpy lets u keep a watch on the webpages visited by anybody.It checks whether IE is running and if so logs almost evry webpage visited, another alternative to checking history folder which is genraly deleted by the users.It saves the data in a log file when exiting.Also shows how to implement enum callback functions. Please leave your comments and suggestions.
A fast and easy way to rename files in bulk. Features include an Explore like interface with the ability to sort files in different ways, preview the changes, and undo your most recent rename. You change the file extension, make all file names lower/upper/proper case. Replace, delete or insert characters, add prefixes and suffixes, or replace the names altogether with a sequential name of your choice. By using the check-box before the file names, you can apply different changes to individual files. Click on the Apply button and all of the files with New File Names column filled will be changed. (Update: Added additional features)
If you don't like compiling from DOS when you use borland C++ 5.5.. well this is the solution for you. UPDATED!!! It now compiles windows programs as well as DOS, and can edit CPP source files too!
This application is used to change the volume and set the mute status of Windows Master Volume Control. Start the app by moving your mouse over the tray icon. The application pops up. No clicks are needed to change the volume. Just move the mouse over the desired volume level and move the mouse away. To change the program settings right click anywhere on the program. There is also a class which you can use to get and set the main volume and mute level of windows. This class is from somewhere on the net. I adjusted it to handle mute get the maximum volume. I really hope you like it. UPDATE: Now includes comments on the main app. Installer at http://user.web.com.na/michael/
This is an updated version of the classic scanner routine updated to work on VS2010 and works on Windows 7. The original source can be found at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=1551&lngWId=10
Write a file to a disk
This is for Visual basic users also: this will show you how to create a exe with no compiler, linker, anything just pure machine code. Please vote
This is a simple web based bug tracking system created in about an hour using the upcoming code generation product - CodeCharge. Features include Search, Sorting, Login and Administration of Users, Priorities, Projects and Statuses. Two source code versions are included - regular ASP with mixed HTML, and Template-based where HTML files are separated from ASP. Great example for ASP beginners and gurus, as well as an interesting demonstration of CodeCharge features.
FREE Web-based Bug Tracking with Source Code in ASP and ASP.NET/C# Great tool for assigning and tracking issues during software development process. Simple, yet powerful, Issue Manager features: - Secure, multi-level web access via login authentication - Issue assignment by person, priority and status - Full text search - Comprehensive, sortable issue grid with summary by status - Bookmarks for rapid access to commonly used queries - Issue history tracking - each response is individually tracked - Single click export of selected records to MS Excel - Color-coded priorities with custom color setup - Fully customizable look and feel via HTML templates and Cascading Style Sheets - Full compatibility with all web browsers - Support for ALL databases, including MS SQL, MS Access, etc. - Free Source code in ASP.NET/C# and ASP/VBScript
======== RECENT UPDATE March. 8. 2008 ======= Fixed some issues during installation. ============================================== WebConfero is an internet-based open source groupware solution that allows users to communicate and share information. The system consists of a basic framework and modules to add to this. The system is based on rooms, where the information is stored. A user has to be member of a room to get access to the files, upload files, or to access the forum for a particular room. The system has a easy to use administrator area where users, rooms, permissions and modules easily can be added, edited or deleted. You may expand the system by adding modules to it. These modules are for instance Blog, message system, calendar, reservations, bugtracker and help. Modules can be downloaded from the WebConfero website, where you also can find themes for the system. These modules are added through the administrator area, and the administrators can decide which modules every user has access to. After you have extracted the contents of the zip file, run the file called installme.php to install the system. Installme.php can be found on the root.
Part 4 of Creating an Object Driven Interface using Custom Attributes, reflection Custom Web Controls and much more. in this part we finally get to use our interface generator The Attached Zip file contains the complete code for all four parts of this article, which i had to split up due to size limits
** UPDATED ************ Hoprfully to fix the date time problems for everyone. Also tidied up a few bits. Here is an early version of Whereabouts Planning system. This will allow you to display and edit the location of you team and managers so you can display them on a web server. Its basically designed on a calender event planner for the working week.Its uses a access database to store the relevent information. This is usefull if you work in a team and need to know where the rest of your team members are
There are several gesture makers for the Virtual places chat client at talk.excite.com but nothing for them when it comes to scripts. A gesture is an animated graphic, with music, or a sound file, and a line of text, or tag that shows in the chat room. This script completely decompiles these gestures, and returns the Animation, the button picture, the sound file, the gesture tag, and the option to download the gesture. As far as managment, this script allows users to Upload their personal gestures, or any other gesture they would like to share.
This program will teach you how to create hooks and dynamically control the behavior, outlook or anything related to a window. This program shows subclassing for MSN Messenger, by setting up a hook and then dynamically adding Menu items to MSN Messenger and handling its behaviour to certain events. With this technique, you can virtually do anything to any window or application of which you do not have access to code. Subclassing and hooking can be VERY powerful when used properly. Please check it out and please vote (o= Thanks
This program will help u get any windows handle and then let you change the window's title through that handle. Gives u a good learning of how to have fun with handles and how to use them..
A cool and easy Alarm clock, that lets you set a personalized message and uses an API function to call alarm wave file. An Excellent way to learn how timers and controls work, and how to work with the mmsystem.h header file for sound playing functions!
ICQ-Pager is a complete GUI-application which lets you send a message to the ICQ-Pager. The downloadable zip-file includes the complete project for MS Visual C++. The subfolder 'Release' contains the compiled and 'ready to run' exe-file. The sourcefiles are fully documentated, so this is a good start if you want to learn something about basic GUI- and winsock-coding. The code does not use the MFC, just standard WIN-API.
The second in a set of Creating GUI based applications without the use of MFC or Straight Code. This one elaborates on the code in the previous example, showing how to manipulate listboxes, Adding items deleting selected items and clearing items.
This is a Graphical Poll Analyzer. It takes the number of votes and figures out the percentage of each item and displays a bar graph to show the results.