Advertisement

Results for "Category: Complete Applications"

ASP_Volume2 #44322
Address Label Printing Application

It is an address label printing application.Using C#,Ms Access and Crystal Report9.2. You can define your label size in crystal Report. Easy to use. This is an Address Label Printing Software Which has a facility for updateing,deleting and adding Customer details and print label using Crystal Report 9.It also provide a facility for printing label at desired position to save pages.Because this format has 30 label in one page and customer want to use them at desired position.

ASP_Volume2 #44323
ITCN ASP.NET Forum 2004

The ITCN Asp.Net Forum 2004 is a free, open source website Forum and Discussion Board programmed in the Microsoft dot Net 1.1 Framework with Visual Basic. Demo and Support at http://forum.itcn.com/ THE DLLs HAVE BEEN REMOVED - TO COMPILE RUN THE 2 COMPILE_All.BAT FILES IN THE /SRC/ AND /ADMIN/SRC/ DIRECTORIES!

ASP_Volume2 #44331
How to Write Your Own GPS Applications: Part 1

What is it that GPS applications need to be good enough for in-car navigation? Also, how does the process of interpreting GPS data actually work? In this two-part series, I will cover both topics and give you the skills you need to write a commercial-grade GPS application that works with a majority of GPS devices in the industry today.

ASP_Volume2 #44332
How to Write Your Own GPS Applications: Part 2

In part two of the series, the author of "GPS.NET" teaches developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB.NET.

ASP_Volume2 #44333
Urban Asylum Seeker Management System

This is an application that keeps track of refugee for UNHCR, and determine their status through several steps of interviews.

ASP_Volume3 #44541
StickyNote with Tray Icon

This is my first VB.NET program. It has a Tray Icon that reacts when clicked/double clicked/right clicked, saves the text in the registry, and has 3 tabs to organize the data.

ASP_Volume3 #44637
MDB Code Generator

MDB Code Generator What is it? This program generates code based on an access database. It creates snippets of code that are commonly needed in applications. The focus is on ASP code but many snippets will work in VB also. This is monotonous code and should not have to be written by brillant minds so i wrote an app to do the work for me....Real VB programmers don't write code they aquire it. Does it create applications? NO. It only creates poritons of code to assist in database developement. How do I use it? 1. Pick an Access database. 2. Choose a Table from the list or "All Tables" option. 3. Pick code type needed and fill in options. 4. Click "Generate Code" 5. Copy and Paste generated code as needed. What code does it make? Use it, look at the code and see for yourself. Basically it.... Creates Table Constants based on fields in tables (This is so you can use indexes rather than names which speeds performance.) Creates Varibles based on field names. Some people like to open a recordset, assign all fields to varibles then close the recordset and just use the varibles. Creates ASP Form Code. Just makes the assignment code (i.e. rs("fieldname") = Request.QueryString("fieldname")) Creates COM Interface code. Makes the assignement code as above, and the loading and saving code that you would have with a basic COM Interface. (i.e. objTable.fieldname = Request.QueryString("fieldname")) What is COM Interface? Take a VB class and come back later. Enjoy! Vote for me if you like. Give your feedback please, I can take it :)

ASP_Volume3 #44652
Doom Intergrated Editor (Doom Level Editor)

This is one of my first project as a programmer, the project's main goal was to make a user-friendly level editor for DOOM. I haven't touched this source for awhile as this project was abandoned later and never finished. This source will compile with no problem with Visual C++ 6.0, and there's a line in WinMain you can uncomment if you have a DOOM main WAD and then you will be able to see the textures displayed on the toolbar when you select a line. This code is currently very messy, but it can teach many programming techniques. It can help you learn how to read a large binary file such as the DOOM wads, it can teach you how to draw lines and different shapes with GDC, it can teach you how to write a full-blown Windows program without MFC, using the Windows API. This code can also teach you how to implement a large dialogbar, how to draw bitmaps and other types of images on a Window, open routines (Save not implemented fully), apply modes to your software, most of all, it's a fully-functional software coded in C++. If you like this code, please vote for me :)

ASP_Volume3 #44661
Binary Clock

This program is simply a little clock I made in my sp[are time. The clock consists of 28 pictures that alternate between an on and off state to tell the time in binary

ASP_Volume3 #44740
a simple way to stream mp3 files without mod_mp3

This code makes it possible for you to stream any mp3 file on the internet. It does NOT need mod_mp3. It's complete, and ready to go.

ASP_Volume3 #44793
Soundcard Recorder .Net

This app is a remake in vb.net of my sound recording app. It will record everything from the sound card. I have also added the command line feature so that it can be sued with Scheduler to schedule recordings.

ASP_Volume3 #44817
Making Smart Pages

Sending and retrieving data between web pages is the key to developing functional web-applications. This tutorial will show you how to utilize the session in your "weblications" (that's my new favorite geek-slang) using a mix of some basic ASP and the HTTP protocol. I will show you how to get info from a user in "page1.asp" and extract it again later in "page5.asp." I will address some of the techniques you see used at popular websites like Amazon.com, many popular search engines, and just about any site that is interactive. I am assuming that you have some experience with HTML.

ASP_Volume3 #44821
The Shopping Cart and your new best friend...The Session: Part I

This shopping cart programming excersise is designed to help beginning programmers with some common programming concepts as well as provide more experienced programmers information on ASP's powerful programming environment and how to set up global arrays for web applications.

ASP_Volume3 #45245
Online Shopping Cart! (Pulls Item Info From DB

A simple shopping cart program. It uses the dictionary object to store data in the session. It pulls all information from the included database. I used a fake company name and horrible graphics but, the code works nicely!

ASP_Volume3 #45366
Sending emails from asp by reading them from text files

In this tutorial, I will share a good site function with you. I will show a good method which can be used to send emails to users. The tutorial will focus on sending e-mails to users(using ASP Email) by opening text files in which e-mail text is stored. At the end, I will present a good example of everything dicussed by building a "Forgot Login" application.

ASP_Volume3 #45682
ASP Newbie Database Editor

Allows you to edit your database online. You can add, edit, and delete tables, fields, and records. This also shows how to allow custom SQL statments like adding a autonumber primary field. Probably a few bugs because I an pretty new to ASP and SQL.

ASP_Volume3 #45683
ASP Code Generator IN VB

This program automatically generates ASP web sites. Full data base support (ADO 2.5) and integrated help file, and a ton of features. This is a professionally written ASP generator that I plan on putting on my Freeware web site. I have seen a few other examples of this sort of thing on PSC, so I thought I would just kill some time and make my own as I have a big ASP web site project coming up in a few days - needless to say this will shave a whole lot of time off of making the database interfaces. If you find this at all useful then please vote.

ASP_Volume3 #45716
MP3 Encoder (Converts WAV to MP3)

Here's some MORE source code that I know everyone's wanted! Take your favorite CD audio tracks or WAV files and shrink them to MP3 format using this code. This WILL COMPILE in Visual C++ 6! YAY! Wanna learn how to decode them and play them back? Check out code number 372. Vote for me =)

ASP_Volume3 #45734
Discuss .NET

Discuss .NET is a simple, flexible and yet very powerful forum application. It covers most functions and will be updated with new features frequently. The total deployment takes less then 30 minutes. Since there are no "hack" configurations, all settings are quickly set.

ASP_Volume3 #45735
Discuss .NET Rewritten! (v1.2 Standard Released)

This is an application that gives you the ability to create a community without any hassel. It uses state of the art technology and is very flexibel. You can have multi-ple languages, modify database-type and theming ofcourse! Don't forget to visit http://www3.supremelinks.com/discussnet/ The origin of this application.

Languages
Top Categories
Global Discovery