Mejikuhibiniu

Mejikuhibiniu
Kerudung Keren :D

Ahlan wa Sahlan

~Bismillahirrahmanirrahim~
Selamat Datang
Terimakasih telah Berkunjung

Semoga blog ini bermanfaat bagi Anda >.<
Mohon maaf apabila banyak kekurangan

SILAHKAN DI SHARE dan DIJADIKAN REFERENSI
Kunjungi Social Network saya yang lain :

Cari Blog Ini

Jumat, 21 Desember 2012

XI Informatic and Computer Tecnology - Visual Basic.net Report


INTERNATIONAL CERTIFICATE PARTNERSHIP PROGRAM




ADVANCED CERTIFICATE IN INFORMATION TECHNOLOGY
VISUAL BASIC.NET PROJECT



REPORT CARD



Group Names :
        Janan Shofiyah Amatulloh
        Khoirul Fatimah Putri
        Meliza Eka Adianty
        Paramita Nirmalawati
Class : XI Science 1
IT Teacher’s names: Mr. Hamzah and Mr. Oliver
School : SMAN 2 Cibinong
City : Cibinong, Bogor
Date Submitted : November 30th 2011
Introduction
Assalamu’alaykum
Good morning/day/afternoon/evening
Alhamdulillahirabbil’alamin, give thanks to Allah that has given us a chance to finish this ICT task to make a project in the visual basic.net software from our Informatics’ teacher, Mr. Oliver. This task is very difficult to understand, because we haven’t mastered the material that our teacher provided well. But we have done as we can do in this project, and we are very sorry if there are so many false in this project, as a student we are studying to be better as we can.
And give thanks to our informatics teacher that has given us a chance to do this task. And he has given us knowledge about this project although it’s so hard to understand.
And give thanks to our friends and all the people who have helped us to do and finish this project well. Thank you for all your support and we hope this report can be useful for all the readers.
Wassalamualaykum
Good bye

Bogor, November 2011

Writer



Brief Description
This project is about giving information. It works like an report card to show the student’s value information as long they study at school to their parents. This project is shown tho inspire the teacher in giving the student’s report card. In this project we just show the sample (just some people) in the report card to show. And we just report some subjects. And this limitations make us easier to do this project as the beginner. I hope the teacher would understand our dificiencies. We hope the teacher would be inspired with this program.



System Design
This project is designed as simple as we can do. So the project’s users won’t be confused if they use this project. This project is dirrected to the teachers, so they can show student’s report card to the parents with IT’s program. This project uses the normal font, and we hope all the users could see well the font with the contrass color so th eusers could see better.
Implementation Overview
The implementation overviews are the parents have to know their children’s name and ID number, because they have to sign in to view their children’s report card, so the report  card’s secret is assuranced. After insert the student’s name and password, click sign in and you can see the report card if you insert the right ID, you can clear if you do the mistake, or you can close if you cancel or finish use that project. But if you insert the wrong ID you can’t open the report card, it will be announced with the message box that shows your ID is wrong.
Main Text


The first thing that we need is the software, in this project we used two programs, Ms. Access 2007 and Visual Basic 2010. First we made data in the Ms. Access 2007, after that we insert that database to Visual Basic 2010, for the detail instructions, this is we made as short as possible,
1.      Open the Ms Access 2007
2.     

Choose the blank database, write the file name and save dirrection

3.     

it will be showed like picture, choose design view

4.      insert the data that you wanna use, save and exit

5.      Open Visual Basic
6.     

click New Project...
7.     

choose windows form application, fill the file name, and click OK
8.       Add new data source
9.                
  
10.  Creat the design, 2 buttons, 2 text boxes, 2 labels, and 1 rich textbox for memo, named it as the function.
Double click cancel
11. 

write down the code [ Me.Close() ]
12. 

insert new windows application form, drag the menu that you have inserted in the data sources to the form. And set it well
13.  The the form as many as you need the data, if you have 10 childrem, you have to write down ten form, one form each children.
14.  make one more form, give one button, write exit, its function is for show if the user write the wrong ID, then double klik button to write the code,
15.  in the sign in form, double click Sign in to write the code :

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        If TextBox2.Text = "Ali Ahmad" And TextBox1.Text = "Sm@vo_001" Then
            MsgBox("You are in")
            Form2.Show()
        ElseIf TextBox2.Text = "Bahruddin" And TextBox1.Text = "Sm@vo_002" Then
            MsgBox("You are in")
            Form3.Show()
        ElseIf TextBox2.Text = "Derry" And TextBox1.Text = "Sm@vo_003" Then
            MsgBox("You are in")
            Form4.Show()
        ElseIf TextBox2.Text = "Laila" And TextBox1.Text = "Sm@vo_008" Then
            MsgBox("You are in")
            Form6.Show()
        ElseIf TextBox2.Text = "Muhammad" And TextBox1.Text = "Sm@vo_009" Then
            MsgBox("You are in")
            Form5.Show()
        Else
            MsgBox("Wrong ID")
            Form7.Show()
        End If

    End Sub
16. 
17.  add button, named finished in the student’s report card form, all of them. Double click it, write the code,



Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Me.Hide()
        Sign_in.Show()
    End Sub
18.  add button clear to delete written in the text box, wrtie the code,
 Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        TextBox1.Clear()
        TextBox2.Clear()
    End Sub

19.  And you can design your form by change the background colour, and the other
20.  This is the project show if you start debugging

21.  In this project we just add some samples, this is the data/ID to Sign in
Student’s Name
Password
Ali Ahmad
Sm@vo_001
Bahruddin
Sm@vo_002
Derry
Sm@vo_003
Laila
Sm@vo_008
Muhammad
Sm@vo_009




Conclusion
This program, is just the trying program, as a beginner we just can make the simple program, this program is contain so many mistakes and deficiencies. I hope the users or teachers would undeerstand.
This program is not simple, we have to add one by one the data to the form, and it makes trouble. But with this project, the parents can see their childrens report book with IT’s program. It trains the teacher in the IT’s skill. And it is more easier than the teacher write down one by one with pen in the report book.

Tidak ada komentar: