Advertisement

Results for "Category: Complete Applications"

ASP_Volume3 #52545
Kaun Banega Arabpati ? ( Who want to be a billionaire ? )

1. Credits ~~~~~~~~~~~ Written and developed by Jayant Kumar Gandhi. For more question sets mail me at kbap@jayantgandhi.com Or visit me at www.jayantgandhi.com 2. Installation ~~~~~~~~~~~~~~~~ Unzip the 7 files to any directory and run Kbap.exe Data.dat Data2.dat Egavga.bgi Kbap.exe Pallette.col ReadMe.txt (this file) Softrock.fnt Make sure that all the files are in the same directory. 3. Troubleshooting ~~~~~~~~~~~~~~~~~~~ Make sure that all the files are in the same directory. Also make sure that the file "Data2.dat" is writable. Remove 'Read-Only' attribute if there. Problem will also occur if you have all the files on a 'write-protected' disc. Please report any problem you experience to prob@jayantgandhi.com with "Problems using KBAP" in subject line. Hope that you enjoy the game. If you do then please give me your feedback at feedback@jayantgandhi.com or visit www.jayantgandhi.com.

ASP_Volume3 #52594
Add Combobox Control in your Datagrid.

Here complete application for Add Combobox in your Datagrid and save all records which you entered in upper DataGrid Control. I m using Northwind Database and Region Table and Territories Table. Please Vote.

ASP_Volume3 #52645
Visual Basic .NET Code Samples: Master Set of 101 Samples

101 VB.NET Samples - A comprehensive set of Microsoft provided vb.net sample applications.

ASP_Volume3 #52713
Symbol BarCode Reader PPC and CE

This example shows you the basics of creating a barcode scanner program in vb.net. I am using a Symbol MC9060 barcode scanner with the symbol SDKs.

ASP_Volume3 #52719
ATM Machine

Processes transactions like an ATM machine. When complete it produces an out file with updates made on the account.

ASP_Volume3 #52780
Neural Networks (A state of the art Artificial Intelligence demonstration)

This is a must see demonstration. Watch in amazement as you feed the program ascii picture files that it "learns" via a mechanism known as neural networks. Then, change the ascii picture files a bit and see how the computer recognizes them! Test image files are included in the zip file. Compile and run the program, here is some test input: Enter file name to learn: face Enter file name to learn: boat Enter file name to recognize: facer Open the file "facer" in any text editor (notepad) and you will see that its basically the same as the boat image but with a few changes. But still the computer recognizes it as a boat from its part learning knowledge. Change the facer some more (only .'s and *'s 17x17) and run the program again. The computer will again recognize the image. :) Enjoy!

ASP_Volume3 #52795
Abware's SceneMax

Hi, I'm glad to share 'sceneMax' with you. SceneMax is a new 3D scenes scripting language developed by me in order to let everyone the chance to create fast 3D video games with no effort at all!. The different between this engine and all the others i know is that here you can describe what you want in a very simple script instead of invoking the engine's API. The package contains the engine itself, integrated editor (although you can use any editor including ms-notepad) and a sample application called projector which is demonstaing how to use the engine and is used by the editor to test its scripts. After mastering the very simple commands you will be able to make stunning animations in no time and even integrate them into your own programs. The engine uses c++.net, directx9, ATL and STL to make the magic happens. The editor is a VB6 application based on my abware's PUMA application Also submitted to PSC and the projector is also a simple c++ win32 exe. Since i can't put all this stuff in PSC (because of the files size) i put here only the engine itself. you can download ALL THE SOURCE CODE from my web site: www.informatica.co.il/scenemax/scenemax.aspx and if you don't want to mess with compiling sources you can use the 'one click install' feature. I have greate future planns for this application and i will share it with you. please send feedbacks. note: if the one click install failed to register the engine a message box will appear, press continue and at the end, register it yourself using regsvr32. i'll be glad to get Any comments and suggestions about this code. Have a nice scripting. Adi Barda

ASP_Volume3 #52796
abware's SceneMax

Hi, I'm glad to share 'sceneMax' with you. SceneMax is a new 3D scenes scripting language developed by me in order to let everyone the chance to create fast 3D video games with no effort at all!. The different between this engine and all the others i know is that here you can describe what you want in a very simple script instead of invoking the engine's API. The package contains the engine itself, integrated editor (although you can use any editor including ms-notepad) and a sample application called projector which is demonstaing how to use the engine and is used by the editor to test its scripts. After mastering the very simple commands you will be able to make stunning animations in no time and even integrate them into your own programs. The engine uses c++.net, directx9, ATL and STL to make the magic happens. The editor is a VB6 (will be converted to c#) application based on my abware's PUMA application Also submitted to PSC and the projector is also a simple c++ win32 exe. I have greate future planns for this application and i will share it with you. please send feedbacks. note: if the one click install failed to register the engine a message box will appear, press continue and at the end, register it yourself using regsvr32. i'll be glad to get Any comments and suggestions about this code. Have a nice scripting. Adi Barda - www.intask.co.il

ASP_Volume3 #52815
ADSI Domain Group Explorer

This ASP page uses ADSI to show all Domains. Select a Domain and populate the Groups listbox. Select a Group and view all userids, FullNames, Titles in that group. Simple!

ASP_Volume3 #52817
Web-based Content Editor 2

Web-based WYSIWYG Content Authoring & Editing Tool. This version gives you a different look & feel from my previous version. Note : This submission is different with the version published on my site : http://www.YusASP.com

ASP_Volume3 #52849
Account Manager

A Basic Checkbook Program to track your transactions

ASP_Volume3 #52857
Simple ASP online photo album (image gallery)

Simple and free ASP online photo album software (source code included) to create your online photo album in the easiest and quickest way possible (in less than 5 minutes you can get your online photo album on the Internet) You upload your pictures to the server and it creates automatically a dynamic online photo album with the pictures found in the folders and subfolders specified, working in a recursive way. It has a XML based comment engine with automatic e-mail notifications when new comment is posted, javascript based dynamic tree, thumnbail generator (using an .aspx file) multi-lingual support and other cool features..

ASP_Volume3 #52861
A Payroll System

A payroll system that support multiple company. The database is created for every company. This is not intended for large businesses. My client did not ask for more features so the basic functions are: employees information, password protection, create voucher, payroll summary and an employee's list report. At least you will learn in this program on how to create a simple payroll system. For username and password please visit http://www.sourcecodester.com/net/payroll-system.html

ASP_Volume3 #52863
Video Capture Program

This is pure Win32 API. No MFC!! I also made this program by hand, no Visual C++ tools. Great Learning Example!!!! This program demonstrates the use of Video for Windows (VFW). It displays video from a webcam and can capture video in a .avi file. It also demonstrates the use of regions to make windows of different shapes and implements the save dialog found in the common dialogs library. It is extremely well comented. Please vote if you like it, otherwise, tell me what you think or what could make it better.

ASP_Volume3 #52889
Message Board Anywhere ! v 1.0

Message Board Anywhere !, is a fully functional message board system, developed using MS Active server pages: Features: - Authenticated login to registered users and facility of registration of new users - Sorting the Message board threads on the basis of Date, Email, Name, Subject etc. by a single click - Allows users to post new messages and reply to old messages. Feel free to modify, distribute, use this code as you may please, and if you like it please VOTE FOR ME in the contest.

ASP_Volume3 #52964
Poll With Bar Graph Results

It is a Poll script all in 1 page. I didn't add a vote limit per person, because I couldn't find a secure way to do it. IP block isn't good because people can re-sign on and their IP will change. Cookies block isn't good because if they disable cookies they can vote as many times as they want. If you know another way please let me know.

ASP_Volume3 #53076
Positive Outlook

This code runs a FREE, fully functional intranet/internet database application complete with chat, message boards, email, contacts lists, project management, monthly planner with full administration capabilities on any standards-compliant browser including Opera, IE4+, and NN4+. This is my first ASP project. The current zip file has taken care of every problem I've heard about and includes an Access97 version of the database.

ASP_Volume3 #53114
ASP Message Forum

This is a fairly basic Message board that allows moderators full control with the ability to lock threads, edit posts, delete posts, ban users, delete threads etc. It also has fun little icons, allows users to register and saves there user data and allows personalized signatures. This is what's currently there, what you can modify/change this code/application to it limitless. Also there are 4 pages, Login.asp, Profile.asp, Register.asp and the main page which does *everything* Default.asp

ASP_Volume3 #53157
A Hotel Reservation System v2.0

June 27, 2009 update: Added reports that can be also found in the VB 6.0 version. This in an upgraded version of my popular Hotel Reservation System at http://www.sourcecodester.com/visual-basic/hotel-reservation-software.html. This time it is created using visual basic.net 2008. Please don't forget to vote if you find this source code useful.

ASP_Volume3 #53187
Complete Internet Bookmark System

Complete online bookmark management system. This allows a user to create his own set of bookmarks and add them to categories. This way he can get his own bookmarks whereever he might be (friends place, public internet cafe, ...). The script uses various usefull codes, like user registration, recover passwords and stuff. You can find a working version at http://217.136.232.103/bookmarks/bookmarks.asp . You can login with username/password test, or you can create your own account. All this comes in a single asp file, accompanied with a database file and a stylesheet. You can easely change the datasource, so you could like hook it up to a SQL Server. Just create a database that has the same structure as the mdb file (only two small tables).

Languages
Top Categories
Global Discovery