Hi Friends Hi I am RAJU I am providing All Final Year Project to all students and developer If you want project don't worry mail me i can mail project and also idea to your mail.
For more project just visit my another site with daily update...
Just a simple program to browse through a computer for picture files and have those pics displayed quickly. Just added an option to save the selected file somewhere else on the computer/some other drive.
This control can be used when the user needs to enter a time interval as an input. The code demonstrates usage of regular expressions, and attributes such as DefaultEvent and EditorBrowsable
To give student exam questions via excel 2007 and mark them automatically so as the student will get their score instantly. Able to protect sheet automatically to prevent student from editing questions. Able to randomly generate questions from database Able to mark the test automatically and give the score to student immediately. Able to hint student with 1/3 of an answer. And some hidden functions for developers. (Using Excel formula and VB code)
Loads list Items of a Notepad.txt into a Sub Header of a ListView. You can also make a list and save over the loaded List or save it to another directory in your files. The main reason I provided this code is for those needing to use this piece of code for their projects.
ZipSearch simulates the Windows search utility and extends on it to include zip file contents. Searches are based on name matching, and can also perform date and size filtering. Limited wildcard characters are supported for matching of folder and file names. Searches within file text supports multi-line, case-sensitive and case-insensitive matching, as well as whole-word-only searches. This tool can also perform searches within the text content of zipped files.
This is an Internet Web browser that I wrote in Visual Basic 2008 the new form of Visual Basic.Net. I am calling it version 1 because this is a work in progress as you can say. I am working on a Version 2 that will let you save bookmarks and do web searches from the Web browser. I am calling this Web Browser the FireStar Web Browser
This code provides the tools to allow you to make nice looking (multi-page) print/preview reports. I have included both the VB and C# versions. There is a problem with this code, it is very slow and programming language (VB or C#) seems to have no affect on speed. The VB6 version of this code runs 34 times faster then this .NET version. If anyone can figure out why, I would appreciate the help. (Update: Add report examples to C#)
Hi this is my first ASP code, hope you like it. The chat has some impressive features, especialy for an ONLINE chat that DOES NOT refresh the user. It has an active user list, see who is on and when they leave. You can also use over 48 smileys. The code also has a very good looking scroll to it when the message window needs to scroll. It stores all information for later use, but everytime a user loggs on it only loads a small amount (so the pages load faster).
This single page allows you to build, administer, analyse and use votes on your website. When you first open the page, it will ask for a user name and password. The user name is AdminUser and the password is AdminPassWord. It is case-sensitive. If you wish to change it (recommended), simply hard-code your choice into the page in the Authorise function. After logging in, it will take you to the help menu, it contains a script you can use to create the database, a description of the menu options and how to use it in a web user environment.
This is a typical poll program. The special thing about this one is that you can add multiple questions, that's good for more exact polls. There is a good administration part where you can edit this poll without any asp coding kow Try it, it's cool, it's free.
Here is code of ASP chat. This is second version of "simple ASP chat" and contain some new features like smileys, disallowing some words. It is also more secured than previous version and does not utilise processor as much as old version.
AAlister is a web based bookstore inventory management system primarily for use with Amazon.co.uk and Abebooks.com. AAlister will find current prices from both Amazon & abebooks from an ISBN number or Author/Title/Publisher AAlister can export UIEE, EXCEL or Tab Delimited files for use with Amazon & Abebooks
The code is a simple java applet that simulates a cash register. It should be very useful for beginners to learn how to design a graphical interface (GUI) in Java
Camickr's UI Defaults lists all of the various properties found in the javax.swing.UIDefaults LAF Hashmap collection and presents the data in a javax.swing.JTable and categorized tabbed pane view. Provides support for common data transfer operations (i.e. copy/paste) and features four changeable LookAndFeels (LAF).
This program is a simple car sales system, you can add cars with details such as kilometers travelled, price, manufacturer, model, and additional info. Stores the cars using good OO design. The program uses swing and is a GUI application. On exit the cars are saved to a data file named cars.dat in the same directory as the program. Next time the program is loaded it reads the data file and loads in all the cars. Serialisation is used for the reading and saving of the binary file. This program was for a university assignment. It's been graded so hopefully there is no problem with releasing it. It will hopefully teach a lot of things, like swing, awt events, layout managers, swing events, simple menu's, JDialog's, using JTabbedPane. It features a simple sorting algorithm which sorts strings in alphabetical order, and has an example of how you can invoke a method inside a object with only a reference to a object, and not knowing what class it belongs to. It's an alternative to using an interface i suppose. Teaches serialisation also, which is basically saving the contents of an entire object in a data file, which can easily be read back into the object next time the program is loaded. Code is commented using javadoc standards
This is a better version of incomplite Scheduling system I posted earlier.I've add more functionalities e.g booking process and the scheduling part have been highly improved.More information have been added and it's work quite well.Even though scheduling part have been improved,it's not to it's perfect level and I asked anyone to looked at the part and make some improvement then post it back to me to better the functionalities.