Advertisement

Results for "Category: Complete Applications"

6_2008-2009 #209840
Digger Solutions Intranet Open Source

An Active Server Pages intranet for client, project, task, and timecard tracking and reporting as well as news, a calendar, a document repository, employee directory, discussion forum, surveys, and more! Fully customizable, easy to setup, and is completely functional right out of the box. Version 2.2 added multi-language support! Version 2.3 added support for international date formats! Version 2.3.2 adds a password reminder feature and makes auto-login of returning users and option. Version 2.4.0 adds project quotes and auto-generated work order numbers as well as some fixes for European number formats (x,xx rather than x.xx) Version 2.5.0 adds database and export utilities. Version 2.6 adds additional features and more admin utilities. Visit http://www.diggersolutions.com for more information and community support.

6_2008-2009 #209841
Digger Solutions Newsletter Open Source v1.0

Newsletter Open Source is an Active Server Pages (ASP) e-newsletter. Setup and configuration are easy: completely customizable and easy to implement. The basic building block for online newsletters, news-magazines, etc. Visit http://www.diggersolutions.com for more information and community support.

6_2008-2009 #210001
Device Controller

Description: This program demonstrates an audio amplifier unit connectable to a disc-man or the computer. This amplifier unit’s volume controllers have been replaced by customized motor driven volumes connected to the PC parallel port. Now you can programmatically mute the volume / bass / treble of the amplifier or design applications that make creative use of this idea.

6_2008-2009 #210031
NZ Photo Catalog 2.1

NZ Photo Catalog 2.0 catalogs and displays all your photos in a specified directory and subdirectory by category. This application uses ASPJpeg to automatically create thumbnails of your photos. There are two different view to your photos. First, a list view will display a list of your photo names and a mouse over will pop up a thumbnail of the photo. Second, a thumbnail view will display rows of thumbnails of your photo and a mouse over pop up will display the detailed information. This application also provides searching capability by name, category and number of days the photo has been created. This is helpful if you want to show your visitors all the new photos you've posted given a certain number of days. Once your visitor clicks the name of the photo, the photo is displayed in another page with links to the previous and next photos.

6_2008-2009 #210066
Encrypt/Decrypt

This is a Simple Encryption/Decryption Program that uses The Windows API. It utilizes a Splash Screen, Dialog Password Box, and File Input and Output. This is a complete Encryption Program.

6_2008-2009 #210069
QuickStart

To save time during computer operation, no more pushing the traditional start button then point at accessories etc.... this is best for new computer user.

6_2008-2009 #210094
PSO Billing System

It first get values of different Fuel types and then add and clacualte a receipt in a file checks duplicate Receipt ID's... Delete Records, Search Records, Modify Exisiting records and then view all the records.... It is simple transaction processing system for fuel service stations for PSO patrol company

6_2008-2009 #210097
XBrowse

XBrowse allows the user to looks at XMl documents, make changes to them, and then write out a new file.

6_2008-2009 #210117
Screen Saver Tutorial

This code and the accompanying tutorial show you how to make a screen saver using three functions. I wrote the tutorial and coded the project after reading about six screen saver tutorials on this site. NOTE THAT YOU MUST RENAME SCREENSAVER.EXE TO SCREENSAVER.SCR BEFORE EXECUTING IT, OR IT WILL DO NOTHING.

6_2008-2009 #210291
Add Edit Delete in ASP.Net using VB.Net

A simple add, edit, delete in asp.net using vb.net, uses navigation of records by holding it in array.

6_2008-2009 #210343
[ Elite Converter ]

A simple MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code(Its not commented as much as it should be, I will try and fix this later) I'm sick of rippers... Might I note the side effects of this application: User death, if my work is stolen, ripped or plagiarized Do not steal my hard work!

6_2008-2009 #210345
hAx DLL Injector

A generic DLL injector. Tell a user-defined process to inject a DLL of your choice via CreateRemoteThread(); Useful for reverse engineering and debugging to intercept API calls and etc. Also has good examples of using GetOpenFileName(), CreateToolhelp32Snapshot() and more. Exceptional error handling as well, just check it out =) Unfortunately it only works on Windows 2000/XP due to the lack of support for CreateRemoteThread(); Don't forget to rate!

6_2008-2009 #210396
Nasa Paging

To display records by paging using php and mySQL. I hope it could help. Do not hesitate to email me if you need to do so.

6_2008-2009 #210397
Date Picker or Pocket Calendar

Popup date picker. To choose date from date picker or pocket calendar. I developed it using PHP. I hope it could help. Don't hesitate to email me if you need to do so.

6_2008-2009 #210450
SQLFiles

SQLFiles is a simple VB.NET/ASP.NET web application that makes use of the SQL Managed provider in ADO.NET. SQLFiles is an example web application that allows for uploading, storage, and searching of files in a SQL database via a front-end Web interface.

6_2008-2009 #210464
winchu

A very quick winzip type program. The main purpose was to store a collection of files into one file. I called this a "chunk" file, or chu file. The compression was not that important so I just used the rdc compression method. The idea behind it was for game development. Nobody wants a whole bunch of lose bitmaps or wav files just laying around. Its much nicer to have it in some sort of archive. This source code is the basic winzip type approach. But the class's include could be very easily used by a game. Think of it like the doom wad file. Btw this also works quite nicely for a very small user profile program... In the way that you can easily add bits of memory as files to the chu file. Nice for save games and stuff like that.

6_2008-2009 #210465
Paperless Office Project

It is a complete project for running a software concern without paper records.

6_2008-2009 #210481
RepleteSurveys

RepleteSurveys gives you the ability to create surveys with many questions, record survey responses automatically in a MySQL database, and view the results Graphically. v3.0 features include: * Secure Admin login NEW * Surveys can be self-contained webpages, or… * Easily include your surveys in existing webpages by cut&paste of the survey HTML. * Graphical display of survey responses / results in a self-contained webpage. * Email your survey to a list of email addresses. * Create and maintain many surveys at once. * Rearrange, Add, Update, Delete survey questions. * Preview * Survey code generator in HTML * Let your participants view the results of the survey

6_2008-2009 #210570
Analog & Digital Clock

here's a cute Analog and Digital clock made with timers and graphics supported by .net frame work, where everything in the program is created entirely within vb.net ( there is no images ). and I also worked on changing the coordinates of the lines instead of rotating them. If you like it then plz vote :)

6_2008-2009 #210647
A cool FileServer

You will see, this is actually two apps using Winsock. The one is the file server and the other is the client. With the client you can specify a file to download from the server. It then downloads the file with a speed between 250 - 360 kb/s depending on your network (I could only test it on a LAN)Other cool thing: Multithreading for multiple connections and when you minimize the server dialog, it jumps to the system tray. The system tray code is not mine though - all credit for that have to go to: Damjan Miholjevich NB:Remember to link to ws2_32.lib.

Languages
Top Categories
Global Discovery