Download

Download

Featured Posts

Featured Articles
All Stories
Showing posts with label SOURCE CODES. Show all posts
Showing posts with label SOURCE CODES. Show all posts

List of Computer Science Engineering and Information Science Technology




Best Collection of latest computer science final year projects for B.E/M.E/B.Tech/M.Sc.,


Computer Science Projects Source Code Download


More Details ---> sources Contact us




Description here

List of Project Ideas and Topics (B.Tech. CS/IT)


  1. A Car Rental System
  2. Accounts Management Software
  3. Airline Reservation System
  4. Anti-Lock Braking System (Abs)
  5. Application Remote Control (Arc) Using Bluetooth
  6. Army Management System
  7. ATM System
  8. Auto Repair Shop Management System
  9. Automotive Store Management System
  10. Banking System
  11. Bus Ticket Reservation
  12. Cafeteria Ordering System
  13. Car Insurance System
  14. Car Safety System
  15. Clothing Store Management
  16. College Management System
  17. Ebook Shopping
  18. Elevator Control System
  19. Enterprise Resource Planning System
  20. Event Organizing, Planning and Management System
  21. Football Updates Information System
  22. Gym Workout Application
  23. Home Science Management System
  24. Hospital Management System
  25. Hostel Accommodation System
  26. Hotel Management System
  27. Household Budget Management System
  28. Human Resource Management
  29. Library Management System
  30. Medical Store System
  31. Mess Management System
  32. Online Admission System
  33. Online Auction System
  34. Online Course Registration System
  35. Online Education System
  36. Online Examination System
  37. Online Food Ordering
  38. Online Movie Ticket Booking System
  39. Online Recruitment System
  40. Online Recruitment System
  41. Online Shopping Inventory System
  42. Online Travel Portal
  43. Online Voting System
  44. Police Management System
  45. Power Consumption Management System
  46. Prison Management System
  47. Railway Reservation System
  48. RTO Management System
  49. School Management System
  50. Social Networking Portal
  51. Space Station Control System
  52. Sports Bulletin Management
  53. Sports Shop Management
  54. Student Attendance Management System
  55. Super Market Management System
  56. Time Monitoring Tool
  57. Toll Gate Check System
  58. Traffic Management System
  59. Vehicle Tracking System
  60. Web Publishing System



6:52 PM - By Admin 0

Job Search Free Web Template | Free job search portal website templates| Best free job website templates downloads|Free Job Seacrh Template | Job Website

JOB SEARCH FREE WEB TEMPLATE FREE DOWNLOAD|free job search portal website templates|  Best free job website templates downloads|Free Job Seacrh Template | Job Website|COMPLETE ONLINE RECRUITMENT WEBSITE |SOURCE CODE 


PHP PROJECTS, ASP, CSE, Web Technology, WEB, ALL DEPT, CSE, IT, OTHER PROJECTS, ALL DEPT, DOWNLOADS, SOURCE  CODES, MINI PROJECTS, 

More Details ---> CONTACT US

Date:07-08-2012

JOB SEARCH FREE WEBPORTAL

This project Online Recruitment System is an online website in which jobseekers can register themselves online and apply for job and attend the exam. Online Recruitment System provides online help to the users all over the world. Using web recruitment systems like recruitment websites or jobsites also play a role in simplifying the recruitment process. Such websites have facilities where prospective candidates can upload their CV's and apply for jobs suited to them. Such sites also make it possible for recruiters and companies to post their staffing requirements and view profiles of interested candidates. Earlier recruitment was done manually and it was all at a time consuming work. Now it is all possible in a fraction of second. It is all done online without much time consuming. Today's recruitment applications are designed to do a whole lot more than just reduce paperwork. They can make a significant contribution to a company's marketing and sales activity. Recruitment websites and software make possible for managers to access information that is crucial to managing their staff, which they can use for promotion decisions, payroll considerations and succession planning.
Online Recruitment System enables the users to have the typical examination facilities and features at their disposal. It resolves typical issues of manual examination processes and activities into a controlled and closely monitored work flow in the architecture of the application. This multi platform solution brings in by default, the basic intelligence and immense possibilities for further extension of the application as required by the user. The system makes it friendly to distribute, share and manage the examination entities with higher efficiency and easiness. The objective of these websites is to serve as a common meeting ground for jobseekers and employers, both locally and globally, where the candidates find their dream jobs and recruiters find the right candidate to fulfill their needs. These sites are specifically designed for those who seek the most demanding and challenging positions in their chosen field, with the most dynamic employers. Thousands of websites compete for your attention-each has its own unique interface, URL and peculiarities.
A quick look at the overall trends in Online recruiting shows the rise in the importance of marketing the web site, online training, dawn of video interviews and emergence of professional Internet Recruiters. Online recruiting and online recruiting systems, with its emphasis on a more strategic decision making process is fast gaining ground as a popular outsourced function. 

module:


1. Administrator
2. Jobseekers
3. Company
4.TRAINING 

more details contact us

5:57 PM - By Admin 0

COMPLETE STUDENT INFORMATION SYSTEM USING VB PROJECT


MINI PROJECT ON STUDENT COMPLETE INFORMATION IN VB


COMPLETE STUDENT INFORMATION SYSTEM

MINI PROJECT ON STUDENT COMPLETE INFORMATION IN VB

Included:
1-Database(Ms Access)
2-Cystal Report v8.5
3-VB6
This is version 1.0, but soon i ll develop version 2.0 by using
1-SQL SERVER 2008
2-CYSTAL REPORT V9/10
3-Ms Visual Studio 2010 i.e using vb.net
So be ready for it,it will be fantastic and good looking UI..
Username: admin

Password: 1234


Download Code: 

 

9:30 PM - By Reetha 0

Student Administration System in VB|MINI PROJECT WITH FREE SOURCE CODE AND DOCUMENTATION DOWNLOAD


Student Administration System using vb download free mini project in VB

MINI PROJECT WITH FREE SOURCE CODE AND DOCUMENTATION DOWNLOAD








user
*Administrator
= admin123
*Accountant
= reg123
*Register
== acc123
*some system password
== admin@123
Note:First Install Componant & run Programme
========================================================
this project is created for the Institute
=======================================================
Student Administration system

CLICK HERE TO DOWNLOAD



REGARDS

<ADMIN>

USEFUL LINKS 

www.tricksnew.in
1.www.tricksnew.blogspot.com 

9:42 PM - By Reetha 0

latest vb.net mini project sourcecode with documentation free download 2012

latest mini project on Image viewer  concept in VB.NET
 | 
http://freeminiproject.blogspot.com/2012/08/latest-vbnet-projects-free-downlaod.html
  1. Imports System.IO
  2. Public Class Form1
  3. Dim index As Integer
  4. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  5. If bdialog.ShowDialog = Windows.Forms.DialogResult.OK Then
  6. TextBox1.Text = bdialog.SelectedPath
  7. index = 0
  8. Me.listbox1.Items.Clear()
  9. For Each Image As String In My.Computer.FileSystem.GetFiles(TextBox1.Text, FileIO.SearchOption.SearchTopLevelOnly) ', "*.gif*", "*.jpg*", "*.bmp*", "*.png*")
  10. Me.listbox1.Items.Add(Image)
  11. index += 1
  12. Next
  13. Button4.Enabled = True
  14. Button5.Enabled = True
  15. Button8.Enabled = True
  16. Button9.Enabled = True
  17. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  18. End If
  19. If index > 0 Then
  20. listbox1.SelectedIndex = 0
  21. Else
  22. Me.listbox1.Items.Add("folder is empty")
  23. End If
  24. label2.Text = "total number files in this folder are" & index
  25. End Sub
  26. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
  27. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  28. Try
  29. PictureBox1.Load(TextBox1.Text)
  30. Catch ex As Exception
  31. MsgBox("preview not available", MsgBoxStyle.OkOnly)
  32. End Try
  33. End Sub
  34. Private Sub listbox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles listbox1.SelectedIndexChanged
  35. TextBox1.Text = listbox1.SelectedItem
  36. End Sub
  37. Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
  38. Me.Close()
  39. End Sub
  40. Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click
  41. If Me.ColorDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then
  42. PictureBox1.BackColor = Me.ColorDialog1.Color
  43. End If
  44. End Sub
  45. Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button7.Click
  46. PictureBox1.BackColor = Color.Transparent()
  47. End Sub
  48. Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
  49. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  50. Try
  51. If listbox1.SelectedIndex < index Then
  52. listbox1.SelectedIndex += 1
  53. PictureBox1.Load(listbox1.SelectedItem)
  54. Else
  55. MsgBox("this is the last image", MsgBoxStyle.OkOnly)
  56. End If
  57. Catch ex As Exception
  58. MsgBox("file cannot be diplayed", MsgBoxStyle.OkOnly)
  59. End Try
  60. End Sub
  61. Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
  62. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  63. If listbox1.SelectedIndex > 0 Then
  64. Try
  65. listbox1.SelectedIndex -= 1
  66. PictureBox1.Load(listbox1.SelectedItem)
  67. Catch ex As Exception
  68. MsgBox("file cannot be diplayed", MsgBoxStyle.OkOnly)
  69. End Try
  70. Else
  71. MsgBox("this is the first image", MsgBoxStyle.OkOnly)
  72. End If
  73. End Sub
  74. Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  75. End Sub
  76. Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click
  77. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  78. End Sub
  79. Private Sub Button9_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button9.Click
  80. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Normal
  81. End Sub
  82. End Class
latest vb.net mini project sourcecode with documentation free download 2012


output




click here to download


3:13 PM - By Reetha 6

Labels

AI PROJECTS (8) ALL DEPT (42) BCA (22) BE (13) BSC (20) BTECH (17) C PROJECTS (4) C#.NET (19) C++ PROJECTS (2) CHEMISTRY (3) CIVIL (25) CSE (94) DIPLOMA (22) DOWNLOADS (60) ECE (37) EEE (39) FINAL YEAR PROJECTS (30) HOW TO (58) HTML PROJECTS (4) IEEE PROJECTS (108) IT (85) MATLAB PROJECTS (8) MBA (1) ME (19) MINI PROJECTS (97) MSC (17) MTECH (18) MYSQL PROJECTS (6) NETWORK PROJECTS (7) OTHER PROJECTS (67) OTHERS (28) PAPER PRESENTATION (4) PG (18) PHP PROJECTS (7) PROJECTS (5) SOURCE CODES (22) SYSTEM PROJECTS (15) UG (17) VB PROJECTS (15) WHITE PAPER (19) mca (73) mech (4)

Blog Archive

Total Pageviews

Discussion

Followers

Powered by Blogger.
back to top
Don't Forget To Join US Our Community
×