Enrollment System v1.0

This is a complete enrollment system that you can use in recording a students information. I started working with this project using MS Access. One of the best feature of this system is the use of a parent/child to grand child using Windows Form and a DataGridView control.

A must have features:

1. Automatic loading of subject/course from Regular Load table in Student's Information form under the School Year & Course tab.
2. A parameterized dataset in Student's Information form to search for lastname.
3. A combobox, button and checkbox inside a grid.
4. Regular Load masterfile.
5. Advance reports using stored procedure.

And a lot more.

I have provided a video tutorial so that questions will be minimize on this code. You can access it here: https://www.sourcecodester.com/blog/enrollment-system-v10-video-tutorial.html.

Note: You need VB.NET version 2008 and SQL Server 2000 or above in order to run this program.

To do list:

1. Auto increment IDNo.
2. Transcript of Records report - I hope somebody can help me of this report.

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

please send to me also a complete detailed of Enrollment system using Visual basic 2008 heres my email address [email protected]

why not make the system in VB2008

I Can't open the file in vb .net 2005

Pls am a computer science student,i need a full project on enrollment system using visual basic 6.0, this is my e-mail address. ([email protected]) thank you.

Send me a full project on enrollment system using visual basic,my e-mail is([email protected])thank u.

I am making a project on student database for a institution in asp.net.i am making the controls(textbox,labels etc etc) RELATIVE.whenever i am trying to run the pages on a different system the controls are not aligned.they are misplaced........

sir ask q lng po sana kung ung express edition VB 2008 at VB.net 2008 aii iisa lng pra mgamit tong system n iddownload sainyo /?

., sir can you please send me again enrollment system using visual basic i will not forget what ever help you can give ... , my email is [email protected]... god bless

Can You send me a Complete Project of This sir? Because I Need This For my Thesis..! Sir plz Send me.. [email protected]

Sir, my instructor assigned me to make a enrollment system using visual studio 2008(visual basic)... maybe u have already that program code....for my thesis....plzz help me so that i can present a program for the coming defend..i'll wait ur [email protected] and God Speed

Greetings! I'm a graduating IT Student and i need 3 titles for my thesis pero wala po akong maisip !!.. plz help me nman po!! here's my cp# 09308875221. tnx a lot!!

hi sir good day to you, can you please help me to make an computerized enrollment system, because this will be the project that i need to finish before my defense, so sir please help me..

hello im aldrin tolentino of philippines can you pls help me in my project??? because our teacher in DBMS assigned us to develop an enrollment system,.,., i am hoping for your good answer to this thank you,,,

hi..sir,can you send me an Enrollment system for my project?its all about the features and documentation...tnx sir and more power,,,godbless.. please send it on my email:[email protected]

Sir, can you send me a complete enrollment system? i will use it as my basis in my project... here's my E-add [email protected]

sir. can you please send an Enrollment system using Visual Basic 6.0 i need it for our finals .. send it to my yahoomail @ [email protected] tnx a lot

sir can u help me how can i start making high school enrollment system? because this is our thesis.. thank you sir

1st year palang po DIT po kailangan po namin gumawa ng system about enrollment pero d pa kami tinuturuan ng teacher nmin kung paano mag program pwede niyo po akong tulungan sa aking problema? add niu na lang po ako sa fb [email protected]

Pls..help me.what are the report needed for enrolment!!!!!thank you!!!!!!!!!

can i ask for a help ? can u send me the codes of the enrolment system ? thank you here's my email [email protected]

HI.. can you please me in system development.. the title is ENROLLMENT SYSTEm .. i badly needed it for my thesis.. thank you please email me at >>> [email protected]

hi sir.... i have a problem in my "Thesis" in my subject Object Oriented Programming... my instructor was assign.to me 2 make a Enroll System..... i hope So you can help me plz....help us to make da Enroll System tnx...this is my email add [email protected] thank you... please help me...

.. Good after noon sir.. help me to do a CAI or if its ok please gave at list example of cai im hoping for you consederation

Pls sir, i am a bca student,i need a full project on enrollment system using vb.NET this is my e-mail address. [email protected]

sir. plz.Sir can you send me a complete teacher profile System with a source code? this is my email add, [email protected] thank you sir.

Sir can you send me a complete enrollment System? plzzzzzzzzzzzz Heaven0918_yahoo.com tnx sir god blss u !

this is from cotabato.. . i'm very in terested with programming i want to learn more of it can you train me?

good day, our, final project is to make an enrollment system... can you help me to make a java program using NEATBEANS .. i really need the codes.... kindly send the codes in my email... [email protected].. thank you very much.... i'm waiting for your reply....

sir, can you please help me with my project? i have to search for a complete system which is an enrollment system then i need to plot its DFD, ERD and its Flowcharts (Program and System). i really need some help. please :( this is my email address: [email protected]. i would really appreciate some help. thanks :)

Why not try Python Programming Language? Easy to use and building programs is just one click away! Check this out! ^_^ You can even change the ISO Standards for this language!!! ^_^ Very powerful and Easy!!!

Hi sir! Pls sir, i am a bca student,i need a full project on enrollment system using vb 6.0 this is my e-mail address. [email protected] Thanks! godbless!

In reply to by Anonymous (not verified)

'in (declarations) section of (general) Dim numyears As Integer, maxenroll As Single Private Sub cmddraw_Click() 'line charts of college enrollments numyears = 5 ReDim label(1 To numyears) As String ReDim male(1 To numyears) As Single ReDim female(1 To numyears) As Single ReDim total(1 To numyears) As Single Call readdata(label(), male(), female(), total()) Call drawaxes Call drawdata(male(), female(), total()) Call showtitle Call showlabels(label()) Call showlegend End Sub Private Sub drawaxes() 'draw axes picenroll.Scale (-1, 1.2 * maxenroll)-(numyears + 1, -0.2 * maxenroll) picenroll.Line (-1, 0)-(numyears + 1, 0) picenroll.Line (0, -0.1 * maxenroll)-(0, 1.1 * maxenroll) End Sub Private Sub drawdata(male() As Single, female() As Single, total() As Single) Dim i As Integer For i = 1 To numyears If i numyears Then 'draw lines connecting data points picenroll.DrawStyle = 2 picenroll.Line (i, male(i))-(i + 1, male(i + 1)) picenroll.DrawStyle = 1 picenroll.Line (i, female(i))-(i + 1, female(i + 1)) picenroll.DrawStyle = 0 picenroll.Line (i, total(i))-(i + 1, total(i + 1)) End If 'draw small circle around data points picenroll.Circle (i, male(i)), 0.01 * numyears picenroll.Circle (i, female(i)), 0.01 * numyears picenroll.Circle (i, total(i)), 0.01 * numyears Next i End Sub Private Sub locate(x As Single, y As Single) picenroll.CurrentX = x picenroll.CurrentY = y End Sub Private Sub readdata(label() As String, male() As Single, female() As Single, total() As Single) 'the two lines above should be enter as one line Dim i As Integer 'assume the data has been placed in the file"ENROLLMF.TXT" 'as year ,male,female '(first line of file is "1960,283,170) 'read data into arrays,find highest enrollment maxenroll = 0 For i = 1 To numyear Input #1, label(i), female(i) total(i) = male(i) + female(i) If maxenroll total(i) Then maxenroll = total(i) End If Next i Close #1 End Sub Private Sub showlabels(label() As String) Dim i As Integer, lbl As String, lblwid As Single Dim lblhght As Single, tickfactor As Single 'draw tick marks and label them For i = 1 To numyears lbl = Right(label(i), 2) lblwid = picenroll.TextWidth(lbl) tickfactor = 0.02 * maxenroll picenroll.Line (i, -tickfactor)-(i, tickfactor) Call locate(i - lblwid / 2, -tickfactor) picenroll.Print lbl Next i lbl = Str(maxenroll) lblwid = picenroll.TextWidth(lbl) lblhght = picenroll.TextHeight(lbl) tickfactor = 0.02 * numyear picenroll.Line (-tickfactor, maxenroll)-(tickfactor, maxenroll) Call locate(-tickfactor - lblwid, maxenroll - lblhght / 2) picenroll.Print lbl End Sub Private Sub showlegend() 'show legebd picenroll.DrawStyle = 2 picenroll.Line (0.1, 1.05 * maxenroll)-(0.9, 1.05 * maxenroll) Call locate(1, 1.1 * maxenroll) picenroll.Print "male" picenroll.DrawStyle = 1 picenroll.Line (0.1, 0.95 * maxenroll)-(0.9, 0.95 * maxenroll) Call locate(1, maxenroll) picenroll.Print "female" picenroll.DrawStyle = 0 picenroll.Line (0.1, 0.9 * maxenroll)-(0.9, 0.85 * maxenroll) Call locate(1, 0.9 * maxenroll) picenroll.Print "total" End Sub Private Sub showtitle() 'display source and title Call locate(-0.5, -0.1 * maxenroll) picenroll.Print "source:statistical abstract of theunited states" Call locate(0.5, 1.2 * maxenroll) picenroll.Print "college enrollment(in thousands)" End Sub

sir pls help me in my project in java that will be submitted on monday..a simple system that uses netbeans and will be connected to jdbc/odbc..you can reach me through my email at [email protected] and god bles...more power!!!

please help me i make an enrollment system using only the visual basic 6.0 please help...this is my gmail account.. [email protected] thank you

How can i edit using datagrid which the data transfer into textbox?

hi am not familiar here and am happy to get in here coz hope you will be ma hero. i instructed to create a program i mentioned above by using visual basic 6.0 but i don't have an idea to come with a complete running program please help me [email protected]

gud day! sir /madam,i have a thesis this coming month,and it is all about enrollment sys. can u give me an idea on how to make it easy?coz from now on,i have only few knowldge bout it . ty much! more power!!

Hi sir i need your help, cause i need to make a project which is the enrollment system using Visual Basic 6.0 which will connect with database. . please. . . . . this is my email address [email protected]

thank you po :)

Add new comment