Results for "Category: Complete Applications"
======== 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.
Full source codes for the Sonork Instant Messenger V1.5.0.3 that may be downloaded from http://www.sonork.com
Mutual Fund.NET consists of a windows application and a couple of console applications. To be brief, the applications read an XML file and screen scrape Mutual Fund information from a web site. The mutual fund information is sorted by user defined sort criteria and sent via an html-formatted email. The retrieved information is also saved to two separate XML files, which can then be uploaded to a SQL Server Database from the Windows Application. The applications use ADO.NET, VB.NET, XML, etc. See the Explanation.doc for more details.
About Six Months ago, I put out a simple message board called an excercise in futility, which I dubbed futility 1. Since then I have written two more sophisticated boards, but the people I've heard from seem more interested in a simpler board that they can incorparate into their web sites and use as a part of larger packages they may be working on. Futility 1 was designed for that. The board itself was taken from a much larger application. Problem with the old board was that it ran into trouble running on certain types of servers, and the one thing that bugged me as a programmer was the fact that it would not offer feedback. You know, things like "Your message has been posted." In this new revamped version of Futility 1, I have fixed all of those problems and made the whole thing template driven so it is easier to customize. A live running demo can be found at http://dangerworlds.com/board/messages.asp Please note: For more features, please check out futility 3. I've noticed the Admin in that board is still a bit buggy, however the board itself is very stable and has many more features.
Submit an IP Address and subnetmask and you will be given information about the ip. The information returned is Network address, all possible subnets, the class of the IP, how many hosts per subnet, how many subnets, and binary representations of the address information. This application is based on the code written by Ryan Conrad for Visual Basic. This application is going to be the basis for an IP address database that i will upload when finished.
BB Ballgame League Site is a complete ASP Baseball/Softball League schedule, score and record-keeping site. Uses an Access database. For testing, login as administrator using username "admin" password "password". Read the included Readme.TXT file before you run this. There's a bigger screen shot at http://www.battleszone.com/SRBL/BBLeagueSW_ScreenShot.jpg
** UPDATED ** SUPER easy all-in-one Web page hit counter using ASP, takes seconds to paste into any ASP page, tracks hits, site statistics for as many pages as you have, multiple sites on one server etc. Free and so simple to use...WOW!
This is an chat. No database and no FSO. Have private messages, images, automatic refresh and more. Brasileiros! Este chat é quase igual ao do UOL! The online example: http://www.guarulhos.org/go/chat.asp
A Windows program that runs animation files created from bitmaps composed of the frames of animation, and 2 32-bit ints appended to the end of the bitmap that contain the number of frames by [#columns],[#rows].
An image editing program that currently supports Windows Bitmaps, PCX files, and my own attempt at image compression, the HCI. It has editing functions such as resizing/scaling with or without bilinear filtering, and a double size scanline feature; Rotation by any angle; Fitting the image to a wave or the surface of a sphere; and smooth filtering (to name a few). This is a work in progress so some features are still incomplete and buggy. Someday I'll get around to writing a help file but that will have to wait untill I'm not so lazy.
I've added JPEG and Targa loading, and loading and saving some types of TIFF's, and fixed some bugs in the bitmap class.