LAMPIRAN FORM 1 Universitas Sumatera Universitas Utara

Size: px
Start display at page:

Download "LAMPIRAN FORM 1 Universitas Sumatera Universitas Utara"

Transcription

1 LAMPIRAN FORM 1 Private Sub Text2_KeyPress(KeyAscii As Integer) If KeyAscii = vbkeyreturn Then Set tbladministrator = New ADODB.Recordset With tbladministrator.open "SELECT * FROM Administrator WHERE userid = '" & Trim(Text1.Text) & "' ", _Conn,,, adcmdtext 'MsgBox tbladministrator("passid") If tbladministrator.eof Then MsgBox ("UserID tidak ditemukan!") Text1.Text = "" Text2.Text = "" Text1.SetFocus If Text2.Text = tbladministrator("passid") Then If Text1.Text = "admin" Then MsgBox "Selamat datang di Election Channel, " & tbladministrator("userid"),, ";) Information" MDIForm1.Show

2 MsgBox "Selamat datang di Election Channel, " & tbladministrator("userid"),, ";) Information" MDIForm1.mnlaporan.Enabled = False MDIForm1.mndata.Enabled = False MDIForm1.Show MsgBox "PassID anda salah!" Text2.Text = "" Text2.SetFocus 'tbladministrator.close Private Sub Timer1_Timer() Label2.Caption = Right(Label2.Caption, Len(Label2.Caption) - 1) & Left(Label2.Caption, 1) FORM 2 Sub awal() For a = 1 To 31 Step 1 Combo1.AddItem a Next a For b = 1 To 12 Step 1 Combo2.AddItem b

3 Next b For c = 1970 To 2045 Step 1 Combo3.AddItem c Next c Combo4.AddItem ("Islam") Combo4.AddItem ("Katolik") Combo4.AddItem ("Protestan") Combo4.AddItem ("Hindu") Combo4.AddItem ("Budha") Combo4.AddItem ("Konghu Chu") Combo5.AddItem ("Pria") Combo5.AddItem ("Wanita") Combo6.AddItem ("A") Combo6.AddItem ("B") Combo6.AddItem ("AB") Combo6.AddItem ("O") RichTextBox1.Text = "" Image1.Picture = Nothing Text1.Text = "" Text2.Text = "" Text3.Text = "" Text4.Text = "" Text5.Text = "" Text6.Text = "" Private Sub Command1_Click()

4 If Command1.Caption = "T A M B A H" Then Set tblcalon = New ADODB.Recordset With tblcalon.open "SELECT * FROM Calon", _Conn,,, adcmdtext If tblcalon.recordcount >= 5 Then MsgBox "Calon Ketua Organisasi sudah penuh (5 calon)!" Exit Sub Tambah = InputBox("Masukan No. Anggota? ", "Tambah calon Ketua Organisasi!") Set tblcalon = New ADODB.Recordset With tblcalon.open "SELECT * FROM Calon WHERE No_Anggota = '" & Trim(Tambah) & "' ", _Conn,,, adcmdtext If Not tblcalon.eof Then MsgBox "Maaf, data sudah ada!" Command1.Caption = "S I M P A N" awal Text2.SetFocus Text1.Text = Tambah

5 Set tblcalon = New ADODB.Recordset With tblcalon.open "SELECT * FROM Calon", _Conn,,, adcmdtext With tblcalon.addnew!no_anggota = Text1.Text!nama = Text2.Text!Tgl_Lahir = Combo1.Text & "/" & Combo2.Text & "/" & Combo3.Text!Agama = Combo4.Text!Jns_Kelamin = Combo5.Text!Alamat = Text3.Text!Gol_Darah = Combo6.Text!Jabatan = Text4.Text!Hobby = Text5.Text!Quote = RichTextBox1.Text!photo = Text6.Text.Update '.Close MsgBox ("Data telah tersimpan!") awal Private Sub Command2_Click() Set tblcalon = New ADODB.Recordset With tblcalon

6 .Open "SELECT * FROM Calon WHERE No_Anggota = '" & Trim(Text1.Text) & "' ", _Conn,,, adcmdtext With tblcalon!no_anggota = Text1.Text!nama = Text2.Text!Tgl_Lahir = Combo1.Text & "/" & Combo2.Text & "/" & Combo3.Text!Agama = Combo4.Text!Jns_Kelamin = Combo5.Text!Alamat = Text3.Text!Gol_Darah = Combo6.Text!Jabatan = Text4.Text!Hobby = Text5.Text!Quote = RichTextBox1.Text!photo = Text6.Text.Update '.Close MsgBox ("Data telah diupdate!") Private Sub Command3_Click() cari = InputBox("Masukan Kode Anggota? ", "Mencari Kode Anggota Calon") Set tblcalon = New ADODB.Recordset With tblcalon

7 .Open "SELECT * FROM Calon WHERE No_Anggota = '" & Trim(cari) & "' ", _Conn,,, adcmdtext If tblcalon.eof Then MsgBox "Maaf, data tidak ditemukan!" With tblcalon Text1.Text =!no_anggota Text2.Text =!nama Combo1.Text = Mid(!Tgl_Lahir, 4, 2) Combo2.Text = Left(!Tgl_Lahir, 2) Combo3.Text = Right(!Tgl_Lahir, 4) Combo4.Text =!Agama Combo5.Text =!Jns_Kelamin Text3.Text =!Alamat Combo6.Text =!Gol_Darah Text4.Text =!Jabatan Text5.Text =!Hobby RichTextBox1.Text =!Quote Image1.Picture = LoadPicture(App.Path & "\Photo\" &!photo) Text6.Text =!photo.close Private Sub Command4_Click() Set tblcalon = New ADODB.Recordset With tblcalon

8 .Open "SELECT * FROM Calon WHERE No_Anggota = '" & Trim(Text1.Text) & "' ", _Conn,,, adcmdtext.delete awal MsgBox "data telah dihapus!" Private Sub Form_Load() awal ' Private Sub Image1_Click() On Error Resume Next With CommonDialog1.InitDir = App.Path & "\Photo".ShowOpen a =.FileTitle If Not (a Is Nothing) Then Text6.Text = a Image1.Picture = LoadPicture(App.Path & "\Photo\" & a) Exit Sub FORM 3

9 Sub startawal() For a = 1 To 31 Step 1 Combo1.AddItem a Next a For b = 1 To 12 Step 1 Combo2.AddItem b Next b For c = 1970 To 2045 Step 1 Combo3.AddItem c Next c Combo4.AddItem ("Islam") Combo4.AddItem ("Katolik") Combo4.AddItem ("Protestan") Combo4.AddItem ("Hindu") Combo4.AddItem ("Budha") Combo4.AddItem ("Konghu Chu") Combo5.AddItem ("Pria") Combo5.AddItem ("Wanita") 'Combo1.ItemData (1) 'Combo2.TopIndex 'Combo3.TopIndex 'Combo4.TopIndex 'Combo5.TopIndex Text1.Text = "" Text2.Text = "" Text3.Text = ""

10 Text6.Text = "" Private Sub Command1_Click() If Command1.Caption = "T A M B A H" Then Tambah = InputBox("Masukan No. Anggota? ", "Tambah calon Anggota Organisasi!") Set tblpemilih = New ADODB.Recordset With tblpemilih.open "SELECT * FROM Pemilih WHERE No_Anggota = '" & Trim(Tambah) & "' ", _Conn,,, adcmdtext If Not tblpemilih.eof Then MsgBox "Maaf, data sudah ada!" Command1.Caption = "S I M P A N" startawal Text2.SetFocus Text1.Text = Tambah Set tblpemilih = New ADODB.Recordset With tblpemilih.open "SELECT * FROM Pemilih", _Conn,,, adcmdtext With tblpemilih

11 .AddNew!no_anggota = Text1.Text!nama = Text2.Text!Tgl_Lahir = Combo1.Text & "/" & Combo2.Text & "/" & Combo3.Text!Agama = Combo4.Text!Jns_Kelamin = Combo5.Text!Alamat = Text3.Text '!Jabatan = Combo6.Text!Jabatan = Text6.Text '!Hobby = Text5.Text '!Quote = RichTextBox1.Text '!photo = Text6.Text.Update '.Close MsgBox ("Data telah tersimpan!") startawal Private Sub Command2_Click() If Text1.Text = "" Then Exit Sub Set tblpemilih = New ADODB.Recordset With tblpemilih.open "SELECT * FROM Pemilih WHERE No_Anggota = '" & Trim(Text1.Text) & "' ", _Conn,,, adcmdtext.delete

12 startawal MsgBox "data telah dihapus!" Private Sub Command3_Click() Set tblpemilih = New ADODB.Recordset With tblpemilih.open "SELECT * FROM Pemilih WHERE No_Anggota = '" & Trim(Text1.Text) & "' ", _Conn,,, adcmdtext With tblpemilih!no_anggota = Text1.Text!nama = Text2.Text!Tgl_Lahir = Combo1.Text & "/" & Combo2.Text & "/" & Combo3.Text!Agama = Combo4.Text!Jns_Kelamin = Combo5.Text!Alamat = Text3.Text '!Gol_Darah = Combo6.Text!Jabatan = Text6.Text '!Hobby = Text5.Text '!Quote = RichTextBox1.Text '!photo = Text6.Text.Update '.Close MsgBox ("Data telah diupdate!")

13 Private Sub Command4_Click() cari = InputBox("Masukan Kode Anggota? ", "Mencari Kode Anggota") Set tblpemilih = New ADODB.Recordset With tblpemilih.open "SELECT * FROM Pemilih WHERE No_Anggota = '" & Trim(cari) & "' ", _Conn,,, adcmdtext If tblpemilih.eof Then MsgBox "Maaf, data tidak ditemukan!" With tblpemilih Text1.Text =!no_anggota Text2.Text =!nama Combo1.Text = Mid(!Tgl_Lahir, 4, 2) Combo2.Text = Left(!Tgl_Lahir, 2) Combo3.Text = Right(!Tgl_Lahir, 4) Combo4.Text =!Agama Combo5.Text =!Jns_Kelamin Text3.Text =!Alamat 'Combo6.Text =!Gol_Darah Text6.Text =!Jabatan 'Text5.Text =!Hobby 'RichTextBox1.Text =!Quote 'Image1.Picture = LoadPicture(App.Path & "\Photo\" &!photo) 'Text6.Text =!photo.close

14 Private Sub Form_Load() startawal FORM 4 Private Sub Form_Activate() Dim i As Integer Set tblcalon = New ADODB.Recordset With tblcalon.open "SELECT * FROM Calon", _Conn,,, adcmdtext tblcalon.movefirst 'For i = 0 To tblcalon.recordcount With tblcalon Image1.Picture = LoadPicture(App.Path & "\Photo\" &!photo) Text1(0).Text =!nama tblcalon.movenext Image2.Picture = LoadPicture(App.Path & "\Photo\" &!photo) Text1(4).Text =!nama tblcalon.movenext Image3.Picture = LoadPicture(App.Path & "\Photo\" &!photo) Text1(1).Text =!nama tblcalon.movenext Image4.Picture = LoadPicture(App.Path & "\Photo\" &!photo) Text1(2).Text =!nama tblcalon.movenext

15 Image5.Picture = LoadPicture(App.Path & "\Photo\" &!photo) Text1(3).Text =!nama 'tblcalon.movenext 'Next i Private Sub Image1_Click() Set tblsuara = New ADODB.Recordset With tblsuara.open "SELECT * FROM Suara WHERE No_Anggota = '" & Trim(Text2.Text) & "' ", _Conn,,, adcmdtext If Not tblsuara.eof Then MsgBox "Anda sudah memilih!" Exit Sub With tblsuara.addnew!no_anggota = Text2.Text!pilihan = Text1(0).Text!Tgl = Format(Now, "dd/mm/yyyy")!jam = Format(Now, "hh:mm:ss").update '.Close MsgBox ("Terima Kasih telah memilih!")

16 Private Sub Image2_Click() Set tblsuara = New ADODB.Recordset With tblsuara.open "SELECT * FROM Suara WHERE No_Anggota = '" & Trim(Text2.Text) & "' ", _Conn,,, adcmdtext If Not tblsuara.eof Then MsgBox "Anda sudah memilih!" Exit Sub With tblsuara.addnew!no_anggota = Text2.Text!pilihan = Text1(4).Text!Tgl = Format(Now, "dd/mm/yyyy")!jam = Format(Now, "hh:mm:ss").update '.Close MsgBox ("Terima Kasih telah memilih!") Private Sub Image3_Click()

17 Set tblsuara = New ADODB.Recordset With tblsuara.open "SELECT * FROM Suara WHERE No_Anggota = '" & Trim(Text2.Text) & "' ", _Conn,,, adcmdtext If Not tblsuara.eof Then MsgBox "Anda sudah memilih!" Exit Sub With tblsuara.addnew!no_anggota = Text2.Text!pilihan = Text1(1).Text!Tgl = Format(Now, "dd/mm/yyyy")!jam = Format(Now, "hh:mm:ss").update '.Close MsgBox ("Terima Kasih telah memilih!") Private Sub Image4_Click() Set tblsuara = New ADODB.Recordset With tblsuara

18 .Open "SELECT * FROM Suara WHERE No_Anggota = '" & Trim(Text2.Text) & "' ", _Conn,,, adcmdtext If Not tblsuara.eof Then MsgBox "Anda sudah memilih!" Exit Sub With tblsuara.addnew!no_anggota = Text2.Text!pilihan = Text1(2).Text!Tgl = Format(Now, "dd/mm/yyyy")!jam = Format(Now, "hh:mm:ss").update '.Close MsgBox ("Terima Kasih telah memilih!") Private Sub Image5_Click() Set tblsuara = New ADODB.Recordset With tblsuara.open "SELECT * FROM Suara WHERE No_Anggota = '" & Trim(Text2.Text) & "' ", _Conn,,, adcmdtext

19 If Not tblsuara.eof Then MsgBox "Anda sudah memilih!" Exit Sub With tblsuara.addnew!no_anggota = Text2.Text!pilihan = Text1(3).Text!Tgl = Format(Now, "dd/mm/yyyy")!jam = Format(Now, "hh:mm:ss").update '.Close MsgBox ("Terima Kasih telah memilih!") MDIFORM 1 Private Sub datacalon_click() Form2.Show Private Sub datapemilih_click() Form3.Show Private Sub laporancalon_click() 'Dim crlapp As New CRAXDRT.Application 'Dim crlrep As CRAXDRT.Report

20 'Set crlrep = crlapp.openreport(app.path & "\report1.rpt") 'Set CrystalReportViewer.ReportSource = crlrep 'CrystalReportViewer.ViewReport Private Sub laporanhasil_pilihan_click() 'Dim crlapp As New CRAXDRT.Application 'Dim crlrep As CRAXDRT.Report 'Set crlrep = crlapp.openreport(app.path & "\report3.rpt") 'Set CrystalReportViewer.ReportSource = crlrep 'CrystalReportViewer.ViewReport Private Sub laporanpemilih_click() 'Dim crlapp As New CRAXDRT.Application 'Dim crlrep As CRAXDRT.Report 'Set crlrep = crlapp.openreport(app.path & "\report2.rpt") 'Set CrystalReportViewer.ReportSource = crlrep 'CrystalReportViewer.ViewReport Private Sub mnexit_click()

21 Private Sub mnsuara_click() pilihan = InputBox("Masukan No. anggota anda?") Set tblpemilih = New ADODB.Recordset With tblpemilih.open "SELECT * FROM Pemilih WHERE No_Anggota = '" & Trim(pilihan) & "' ", _Conn,,, adcmdtext If Not tblpemilih.eof Then Form4.Show Form4.Text2.Text = pilihan MsgBox "Anda tidak terdaftar!" Exit Sub Private Sub mntentang_click() Form5.Show MODULE 1 Global _Conn As ADODB.Connection Sub () Set _Conn = New ADODB.Connection Set tbladministrator = New ADODB.Recordset Set tblcalon = New ADODB.Recordset Set tblpemilih = New ADODB.Recordset Set tblsuara = New ADODB.Recordset

22 With _Conn.Provider = "Microsoft.Jet.Oledb.4.0".CursorLocation = aduseclient.open App.Path & "\Election.mdb"

LAMPIRAN. Universitas Sumatera Utara

LAMPIRAN. Universitas Sumatera Utara 61 LAMPIRAN 61 Listing Program Form 1 ( Barang ) Dim CnSuzuya As ADODB.Connection Dim CommBar As ADODB.Command Dim rsbar As ADODB.Recordset Dim StrSql As String Dim psn As Byte Private Sub Form_Load()

More information

LAMPIRAN LIST PROGRAM

LAMPIRAN LIST PROGRAM LAMPIRAN LIST PROGRAM 1. Modules Public conn As New ADODB.Connection Public rstb_pendekatan As ADODB.Recordset Public rstb_solusi As ADODB.Recordset Public rstb_alasan As ADODB.Recordset Public rstb_pilihan

More information

LAMPIRAN A : LISTING PROGRAM

LAMPIRAN A : LISTING PROGRAM LAMPIRAN A : LISTING PROGRAM 1. frmmenu.frm Dim CN As Connection Dim rshapus As Recordset Private Sub DfaHasil_Click() Call frmlap.cetak Private Sub Form_Load() Set CN = New ADODB.Connection CN.ConnectionString

More information

Visual Basic 6 Lecture 7. The List Box:

Visual Basic 6 Lecture 7. The List Box: The List Box: The function of the List Box is to present a list of items where the user can click and select the items from the list or we can use the List Box control as a simple memory to save data.

More information

LISTING PROGRAM. 1. Form Login. Private Sub BATAL_Click() End End Sub

LISTING PROGRAM. 1. Form Login. Private Sub BATAL_Click() End End Sub LISTING PROGRAM 1. Form Login Private Sub BATAL_Click() End Sub Bersih() USERNAME.Text = "" PASSWORD.Text = "" Private Sub Form_Load() Bersih Private Sub OK_Click() Sql = "select*from tbl_login where username='"

More information

LISTING PROGRAM. Form Splash

LISTING PROGRAM. Form Splash LISTING PROGRAM Form Splash Private Sub Form_Load() lblversion.caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision lblproductname.caption = App.Title lblcopyright.caption = App.LegalCopyright

More information

Tutorial, Source code, Request Program Visual Basic

Tutorial, Source code, Request Program Visual Basic Tutorial, Source code, Request Program Visual Basic Oleh : Moh. A Azis Membuat Form Data Barang Program Persediaan Barang Form Data Barang digunakan untuk menyimpan data barang dan memberikan info mengenai

More information

ต วอย างการสร างฟอร ม เมน การใช งาน

ต วอย างการสร างฟอร ม เมน การใช งาน ต วอย างการสร างฟอร ม เมน การใช งาน Option Explicit Dim conn As New ADODB.Connection Dim rs As New ADODB.Recordset Dim Sql As String Private Sub Command6_Click() Form2.Hide Form3.Show Private Sub Command7_Click()

More information

22. VB Programming Fundamentals Data Access with Data Objects

22. VB Programming Fundamentals Data Access with Data Objects 22. VB Programming Fundamentals Data Access with Data Objects 22.1 Data Access Object MS Data Access Object (DAO) enables you to use a programming language to access and manipulate data in local or remote

More information

PROGRAM 1: SIMPLE CALCULATOR

PROGRAM 1: SIMPLE CALCULATOR PROGRAM 1: SIMPLE CALCULATOR Option Explicit Dim operand1 As Double, operand2 As Double Dim op1 As Double, op2 As Double Dim operator As String Dim cleardisplay As Boolean Private Sub Cmdclear_Click()

More information

Private Sub Command2_Click() End End Sub. Private Sub Command3_Click() frmchangepassword.show End Sub. Private Sub Form_Activate() check_db End Sub

Private Sub Command2_Click() End End Sub. Private Sub Command3_Click() frmchangepassword.show End Sub. Private Sub Form_Activate() check_db End Sub Private Sub Command1_Click() On Error Resume If rs.state = adstateopen Then rs.close rs.open "select * from login where UserName='" & txtusername & "' And Log_Password='" & txtpassword & "'", conn, 1,

More information

End Sub. Sub Kunci() Dim i As Integer For i = 0 To 4 Txtfield(i).Locked = True Next i grddatagrid.enabled = False End Sub

End Sub. Sub Kunci() Dim i As Integer For i = 0 To 4 Txtfield(i).Locked = True Next i grddatagrid.enabled = False End Sub Source Aplikasi Sistem Informasi Akademik GENERAL Dim db As Connection Dim WithEvents adoprimaryrs1 As Recordset Dim WithEvents adoprimaryrs2 As Recordset Dim WithEvents rscaridata As Recordset Dim cekid

More information

LISTING PROGRAM. 1. Menu Utama

LISTING PROGRAM. 1. Menu Utama LISTING PROGRAM 1. Menu Utama Option Explicit Dim rssms As Recordset Dim stopen As String * 1 Dim IDSms As Integer Dim rspesan As Recordset Dim Kode As String * 1 Dim rspaket As Recordset Dim NmPaket As

More information

LAMPIRAN : LISTING PROGRAM

LAMPIRAN : LISTING PROGRAM LAMPIRAN : LISTING PROGRAM Kode Program Form Login Private Sub cbolevel_click() If cbolevel.text = "Pengguna" Then txtlogin.enabled = False txtpass.enabled = False txtlogin.visible = False txtpass.visible

More information

NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY

NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY UNESCO-NIGERIA TECHNICAL & VOCATIONAL EDUCATION REVITALISATION PROJECT-PHASE II NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY OOBASIC/VISUAL BASIC PROGRAMMING COURSE CODE: COM 211 YEAR I SEMESTER II PRACTICAL

More information

L A M P I R A N. Universitas Sumatera Utara

L A M P I R A N. Universitas Sumatera Utara L A M P I R A N LISTING PROGRAM 1. Listing Pembuka Dim strado$ Dim n As Integer Private Sub Close_Click() End Private Sub Command1_Click() If Option1.Value = True Then Search.Show If Option2.Value = True

More information

AIM To analyze, design and develop code for Online Course Reservation System using Rational Rose software

AIM To analyze, design and develop code for Online Course Reservation System using Rational Rose software Ex. No.1 Date: ONLINE COURSE RESERVATION AIM To analyze, design and develop code for Online Course Reservation System using Rational Rose software PROBLEM STATEMENT As the head of information systems for

More information

IS 320 Spring 96 Page 1 Exam 1. Please use your own paper to answer the following questions. Point values are shown in parentheses.

IS 320 Spring 96 Page 1 Exam 1. Please use your own paper to answer the following questions. Point values are shown in parentheses. IS 320 Spring 96 Page 1 Please use your own paper to answer the following questions. Point values are shown in parentheses. 1. (10) Consider the following segment of code: If txtansicode.text < "0" Or

More information

11-1 11-1.1 11-1.2 11-2 11-2.1 11-2.2 108 II 11-1 Timer 11-1.1 Windows 11-1 11-1 Visual Basic Animation Animation 11 109 Animation Animation RLE AVI AVI 11-2 Visual Basic Animation / Microsoft Windows

More information

KARTU BIMBINGAN TUGAS AKHIR MAHASISWA PEMBAHASAN PADA ASISTENSI MENGENAI, PADA BAB

KARTU BIMBINGAN TUGAS AKHIR MAHASISWA PEMBAHASAN PADA ASISTENSI MENGENAI, PADA BAB 62 KEMENTERIAN PENDIDIKAN NASIONAL UNIVERSITAS SUMATERA UTARA FAKULTAS MATEMATIKA DAN ILMU PENGETAHUAN ALAM Jl. Bioteknologi No.1 Kampus USU Padang Bulan Medan 20155 Telp. (061) 8211050, 8214290, Fax (061)

More information

LISTING PROGRAM. 1. Form Menu Utama. Universitas Sumatera Utara

LISTING PROGRAM. 1. Form Menu Utama. Universitas Sumatera Utara LISTING PROGRAM 1. Form Menu Utama Dim LenTemp As Integer Dim SrtTemp As String Dim n As Integer Private Sub Form_Load() Call Tengah(Me) lhsysmenu = GetSystemMenu(Me.hwnd, False) lretval = RemoveMenu(lhSysMenu,

More information

The Control Properties

The Control Properties The Control Properties Figure Before writing an event procedure for the control to response to a user's input, you have to set certain properties for the control to determine its appearance and how it

More information

LAMPIRAN 1. Kode Program Splash Screen

LAMPIRAN 1. Kode Program Splash Screen LAMPIRAN 1 Kode Program Splash Screen Private Sub Form_Load() lblversion.caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision lblproductname.caption = App.Title lblcopyright.caption

More information

LISTING PROGRAM. 1. Menu Utama

LISTING PROGRAM. 1. Menu Utama LISTING PROGRAM 1. Menu Utama Dim rsupdate As Recordset Dim rscari As Recordset Dim strusername As String * 10 Dim Status As String * 1 Dim JumUser As Integer Public system_mon As String Public service_mon

More information

Angel International School - Manipay 1 st Term Examination November, 2015

Angel International School - Manipay 1 st Term Examination November, 2015 Grade 10 Angel International School - Manipay 1 st Term Examination November, 2015 Information & Communication Technology Duration: 3.00 Hours Part 1 Choose the appropriate answer 1) Find the correct type

More information

LAMPIRAN A LISTING PROGRAM. Universitas Sumatera Utara

LAMPIRAN A LISTING PROGRAM. Universitas Sumatera Utara LAMPIRAN A LISTING PROGRAM LISTING PROGRAM MENU UTAMA Dim T As String Dim i Private Sub Dafsis_Click() Form5.Show Private Sub Dafwai_Click() Form5.Show Private Sub Dasis_Click() Form2.Show Private Sub

More information

HELP - VB TIPS. ANIMATE AN IMAGE BOX Insert a module. In this module, create a global variable: Global x

HELP - VB TIPS. ANIMATE AN IMAGE BOX Insert a module. In this module, create a global variable: Global x HELP - VB TIPS Load an image to an image box from a certain folder If you use this method, won t work on N:\ To load an image to a image control Image1.Picture = LoadPicture("H:\MyVBfolder\stop.gif") Load

More information

Function: function procedures and sub procedures share the same characteristics, with

Function: function procedures and sub procedures share the same characteristics, with Function: function procedures and sub procedures share the same characteristics, with one important difference- function procedures return a value (e.g., give a value back) to the caller, whereas sub procedures

More information

LAMPIRAN. Universitas Sumatera Utara

LAMPIRAN. Universitas Sumatera Utara 67 LAMPIRAN Lampiran A-1 Listing Program Visual Basic Private Sub mn_isidata_click() frm_isi_data.show Me.Hide Private Sub mn_koneksiport_click() frm_koneksi_port.show Me.Hide Private Sub mn_tentang_click()

More information

Remainder Cordial Labeling of Graphs

Remainder Cordial Labeling of Graphs Journal of Algorithms and Computation journal homepage: http://jac.ut.ac.ir Remainder Cordial Labeling of Graphs R. Ponraj 1, K. Annathurai and R. Kala 3 1 Department of Mathematics, Sri Paramakalyani

More information

1. Menu Utama. Private Sub abt_click() frmabout.show End Sub. Private Sub dafabsenhar_click() frmdafabsensihar.show End Sub

1. Menu Utama. Private Sub abt_click() frmabout.show End Sub. Private Sub dafabsenhar_click() frmdafabsensihar.show End Sub 1. Menu Utama Private Sub abt_click() frmabout.show Private Sub dafabsenhar_click() frmdafabsensihar.show Private Sub dafpeg_click() frmdafpegawai.show Private Sub dafuser_click() frmdaftaruser.show Private

More information

Chapter 1. Block Diagram. Text .. 1

Chapter 1. Block Diagram. Text .. 1 Chapter 1 ก Visual Basic Scilab ก ก Visual Basic Scilab ก ก (Temporary File) ก ก ก ก ก ก Visual Basic ก (Interface) ก Scilab Text File ก Visual Basic ก ก ก ก Block Diagram ก ก Visual Basic ก Scilab ก.sce

More information

On Railway Reservation. U G D C A Semester VI. Roll No DA

On Railway Reservation. U G D C A Semester VI. Roll No DA On Railway Reservation U G D C A Semester VI Submitted to: Dr. P. K. Sen (Co-ordinator) Submitted By: (Name of Student) Roll No. 14836DA Contents 1. Acknowledgement 2. Objectives 3. Declaration 4. Analysis

More information

Angel International School - Manipay 1 st Term Examination November, 2015

Angel International School - Manipay 1 st Term Examination November, 2015 Angel International School - Manipay 1 st Term Examination November, 2015 Information & Communication Technology Grade 11A & C Duration: 3.00 Hours Part 1 Choose the most appropriate answer. 1) Find the

More information

Propose a mathematical formula to verify the authenticity of any product of the integers using a scale (9) and verified using computer

Propose a mathematical formula to verify the authenticity of any product of the integers using a scale (9) and verified using computer (9) Propose a mathematical formula to verify the authenticity of any product of the integers using a scale (9) and verified using computer. (9). Abstract This research aims to propose a mathematical formula

More information

Please answer questions in the space provided. Question point values are shown in parentheses.

Please answer questions in the space provided. Question point values are shown in parentheses. IS 320 Spring 99 Page 1 Please answer questions in the space provided. Question point values are shown in parentheses. 1. (15) Assume you have the following variable declarations and assignments: Dim A

More information

EMPLOYEE PAYROLL SYSTEM

EMPLOYEE PAYROLL SYSTEM EX.NO:1 DATE: EMPLOYEE PAYROLL SYSTEM AIM: To develop a Employee Payroll System using visual Basic. PROCEDURE: 1. Problem statement Software is to be designed for supporting a computerized employee payroll

More information

2-26 Learn Visual Basic 6.0

2-26 Learn Visual Basic 6.0 2-26 Learn Visual Basic 6.0 cmdcompute Click Event: Private Sub cmdcompute_click() Dim Mean As Single Dim StdDev As Single txtinput.setfocus Make sure there are at least two values If NumValues < 2 Then

More information

Universitas Sumatera Utara

Universitas Sumatera Utara 43 L A M P I R A N 44 Penulisan Kode Program Aplikasi Game Tetris A. Kode program aplikasi game tetris untuk form1 ( MainF.frm ) adalah sebagai berikut. Dim BANK As Database Dim RS As DAO.Recordset Private

More information

Data Acquisition over Ethernet using Serial Device Server - NPort 5210 PRL-TN

Data Acquisition over Ethernet using Serial Device Server - NPort 5210 PRL-TN Data Acquisition over Ethernet using Serial Device Server - NPort 5210 PRL-TN-2010-96 Data Acquisition over Ethernet using Serial Device Server - NPort 5210 PRL-TN-2010-96 Introduction 1 Serial Device

More information

An InputBox( ) function will display an input Box window where the user can enter a value or a text. The format is

An InputBox( ) function will display an input Box window where the user can enter a value or a text. The format is InputBox( ) Function An InputBox( ) function will display an input Box window where the user can enter a value or a text. The format is A = InputBox ( Question or Phrase, Window Title, ) Example1: Integer:

More information

Financial Functions (all with subtypes: Normal, Stairs, Points, Height, Hollow, Colors, Marks, No Border except where indicated):

Financial Functions (all with subtypes: Normal, Stairs, Points, Height, Hollow, Colors, Marks, No Border except where indicated): Financial Charting in TeeChart Pro TeeChart Pro has always been at the cutting edge of Financial Charting and the ActiveX v6 makes this very clear; with three distinct financial series and fourteen dedicated

More information

LISTING PROGRAM. Source Code Tampilan Awal. Source Code Menu Utama

LISTING PROGRAM. Source Code Tampilan Awal. Source Code Menu Utama LISTING PROGRAM Source Code Tampilan Awal Private Sub cmdkeluar_click() MsgBox "Terima Kasih Telah Membuka Program Ini.", vbinformation, "Quick IP Ver 1.0" End Private Sub cmdmasuk_click() MenuUtama.Show

More information

Visual Basic Visual Basic

Visual Basic Visual Basic 9-1 9-2 9-1.1 9-1.2 9-1.3 9-2.1 9-2.2 9-2.3 9-3 Visual Basic 9-3.1 Visual Basic 9-3.2 9-4 9-4.1 9-4.2 2 II 9-1 GoTo http://noi.stinfo.net/ xbqj/xbqj_12.htm structured programming 9-1 9-1 a goto b c goto

More information

ISA PCI Peripherals Connect Interface ISA. Enhanced Parallel Port EPP

ISA PCI Peripherals Connect Interface ISA. Enhanced Parallel Port EPP ) ( 205 2003 4 ISA PCI Peripherals Connect Interface ISA Enhanced Parallel Port EPP IEEE 1284 1994 Intel Xircom Zenith 4-bit Nibble Mode EPP Enhanced Parallel Port ECP Extended Capabilities Parallel bi-direction

More information

Private Sub MenuUtamaToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Me.ShowDialog() End Sub

Private Sub MenuUtamaToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Me.ShowDialog() End Sub LISTING PROGRAM Menu_Utama.vb Public Class FrmUtama Private Sub DataMovieToolStripMenuItem_Click(ByVal sender As DataMovieToolStripMenuItem.Click FrmMovie.ShowDialog() Private Sub DataPeminjamToolStripMenuItem_Click(ByVal

More information

The design and implementation of UML-based students information management system

The design and implementation of UML-based students information management system The design and implementation of UML-based students information management system Abstract Yunli Cheng 1, a, ChuanQin Li 2, b 1 Guangzhou Nanyang Polytechnic, Guangzhou 510925, China 2 Guangzhou Huaxia

More information

Lecture Using ListBox and ComboBox Controls In Visual Basic 6: list box

Lecture Using ListBox and ComboBox Controls In Visual Basic 6: list box Lecture 10+11+12 7- Using ListBox and ComboBox Controls In 6: list box A list box displays a list of items from which the user can select one or more items. If the number of items exceeds the number that

More information

ONLINE RAILWAY RESERVATION SYSTEM

ONLINE RAILWAY RESERVATION SYSTEM Ex. No: Date: ONLINE RAILWAY RESERVATION SYSTEM AIM: methodologies To develop a software for online railway reservation system project by using software ALGORITHM: Step1: Open a VB project. Step2: Design

More information

LANGKAH INSTALASI ireport Jasper,XAMMP Add On Tomcat & Oracle 2011

LANGKAH INSTALASI ireport Jasper,XAMMP Add On Tomcat & Oracle 2011 LANGKAH INSTALASI ireport DESIGNER,JASPER REPORT, XAMPP PHP ADD ON TOMCAT YANG DISOKONG DENGAN CONNECTION DENGAN ORACLE DB Pengenalan (SAH UNTUK PLATFORM VERSION WINDOWS SAHAJA) Persoalan biasa di fikiran

More information

Crystal Reports. Overview. Contents. Using Crystal Reports Print Engine calls (API) in Microsoft Visual Basic

Crystal Reports. Overview. Contents. Using Crystal Reports Print Engine calls (API) in Microsoft Visual Basic Using Crystal Reports Print Engine calls (API) in Microsoft Visual Basic Overview Contents This document describes how to preview a report using Microsoft (MS) Visual Basic, by making direct API calls

More information

LAMPIRAN A: LISTING PROGRAM

LAMPIRAN A: LISTING PROGRAM LAMPIRAN A: LISTING PROGRAM 1. Form Home Private Sub Command1_Click() frmhome.hide frmnavigasi.show Private Sub Command2_Click() End Private Sub Timer1_Timer() If Picture1.Visible = False Then Picture1.Visible

More information

L A M P I R A N. Universitas Sumatera Utara

L A M P I R A N. Universitas Sumatera Utara L A M P I R A N Form 1 '====================================================== 'SUHU FLUIDA : ' Suhu 10 C Const a1 = 0.9998 Const B1 = 1.307 Const C1 = 0.01251 ' Suhu 20 C Const a2 = 0.9983 Const B2 =

More information

Programming with visual Basic:

Programming with visual Basic: Programming with visual Basic: 1-Introdution to Visual Basics 2-Forms and Control tools. 3-Project explorer, properties and events. 4-make project, save it and its applications. 5- Files projects and exercises.

More information

Password Protect an Access Database

Password Protect an Access Database Access a Password Protected Microsoft Access Database from within Visual Basic 6 Have you ever wanted to password protect an Access Database that is a Data Store (a repository of Data) used in one of your

More information

L A M P I R A N. Universitas Sumatera Utara

L A M P I R A N. Universitas Sumatera Utara L A M P I R A N A TAMPILAN PROGRAM 1. Form Login 2. Form Menu Utama 3. Form Entry Data Mahasiswa Baru 4. Form Kasir 5. Form Transaksi 6. Laporan cetak mahasiswa 6. Laporan cetak mahasiswa 7. Laporan cetak

More information

2Practicals Visual Basic 6.0

2Practicals Visual Basic 6.0 2Practicals Visual Basic 6.0 Practical 1: 1. Navigation of Visual Basic Integrated Development Environment The Visual Basic IDE is made up of a number of components Menu Bar Tool Bar Project Explorer Properties

More information

Catalyst Development Corporation An Introduction to TCP/IP Programming With SocketWrench

Catalyst Development Corporation   An Introduction to TCP/IP Programming With SocketWrench Catalyst Development Corporation www.catalyst.com An Introduction to TCP/IP Programming With SocketWrench Copyright 1995-1998, Catalyst Development Corporation. All rights reserved. SocketWrench and SocketTools

More information

Experiment No. 2. Program:

Experiment No. 2. Program: Index 1. C++ program to perform bubble sort. 2. C++ program with class ratio and assign(),convert(),invert(),print() functions. 3. C++ program with circle class using default constructor. 4. C++ program

More information

Manual Pengguna. PCN Online Service Fulfillment System

Manual Pengguna. PCN Online Service Fulfillment System System 1 Subjek Muka Surat 1) CARTA ALIR SISTEM 2 2) PERMOHONAN OLEH AGENSI 3 3) PENGESAHAN PERMOHONAN OLEH MAMPU 8 4) LAMPIRAN 13 2 Carta alir sistem 3 PERMOHONAN OLEH AGENSI 4 Membuat permohonan baru

More information

NEAR EAST UNIVERSITY FACULTY OF ECONOMICS AND ADMINISTRATIVE SCIENCE DEPARTMENT OF COMPUTER INFORMATION SYSTEMS

NEAR EAST UNIVERSITY FACULTY OF ECONOMICS AND ADMINISTRATIVE SCIENCE DEPARTMENT OF COMPUTER INFORMATION SYSTEMS EAR EAST UVERSTY FACULTY OF ECOOMCS AD ADMSTRATVE SCECE DEPARTMET OF COMPUTER FORMATO SYSTEMS 2002/2003 SUMMER TERM CS 400 (Graduation Project) CE,MET CO. PROCESS SYSTEM Submitted To Dr, Yalcm Akcah Miss,adire

More information

LISTING PROGRAM. 1. Module SkripsiUmri.py. import sys, operator, codecs, time. class Timer(object): def init (self): self.t1= time.

LISTING PROGRAM. 1. Module SkripsiUmri.py. import sys, operator, codecs, time. class Timer(object): def init (self): self.t1= time. A1 LISTING PROGRAM 1. Module SkripsiUmri.py import sys, operator, codecs, time class Timer(object): def init (self): self.t1= time.time() def getelapsedltime(self): # gets total elapsed from class initialsation

More information

PROGRAM BASCOM AVR. ' inisialisasi '

PROGRAM BASCOM AVR. ' inisialisasi ' PROGRAM BASCOM AVR '--------------------------------------- inisialisasi '----------------------- $prog &HFF, &HC4, &HD9, &H00 ' generated. Take care that the chip supports all fuse bytes. $regfile = "m8def.dat"

More information

Lampiran A : Listing Program

Lampiran A : Listing Program Lampiran A : Listing Program 1. Server Private Declare Sub InitCommonControls Lib "comctl32.dll" () Dim InData(10) As String, InLayar(10) As String, InTk(10) As String, NoRM As String Private Sub Command1_Click()

More information

LISTING PROGRAM. 1. Tampilan Awal. 2. Menu Login. Public Class Awal

LISTING PROGRAM. 1. Tampilan Awal. 2. Menu Login. Public Class Awal LISTING PROGRAM 1. Tampilan Awal Public Class Awal Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ProgressBar1.Increment(10) If ProgressBar1.Value

More information

University of Technology Laser & Optoelectronics Engineering Department Visual basic Lab.

University of Technology Laser & Optoelectronics Engineering Department Visual basic Lab. DriveListBox Control, DirListBox Control, and FileListBox Control CommonDialog Control 1 2 DriveListBox Control disk drive Important Properties object.drive [= drive] Drive Floppy disks "a:" or "b:", and

More information

Tech-Talk Using the PATROL Agent COM Server August 1999 Authored By: Eric Anderson

Tech-Talk Using the PATROL Agent COM Server August 1999 Authored By: Eric Anderson Tech-Talk Using the PATROL Agent COM Server August 1999 Authored By: Eric Anderson Introduction Among the many new features of PATROL version 3.3, is support for Microsoft s Component Object Model (COM).

More information

LAMPIRAN A LISTING PROGRAM

LAMPIRAN A LISTING PROGRAM A-1 LAMPIRAN A LISTING PROGRAM FUNGSI public void StopWatchStart() stopwatch.reset(); stopwatch.start(); Cursor.Current = Cursors.WaitCursor; txtlog.text = ""; public void StopWatchStop(string Title) stopwatch.stop();

More information

Control Properties. Example: Program to change background color

Control Properties. Example: Program to change background color Control Properties Before writing an event procedure for the control to response to an event, you have to set certain properties for the control to determine its appearance and how will it work with the

More information

Leveraging MapInfo ProViewer with Microsoft Visual Basic to provide company-wide access to spatial data resources.

Leveraging MapInfo ProViewer with Microsoft Visual Basic to provide company-wide access to spatial data resources. Leveraging MapInfo ProViewer with Microsoft Visual Basic to provide company-wide access to spatial data resources. Find a way to make data stored in MapInfo Professional tables accessible to anyone in

More information

CMPT 110 MIDTERM OCTOBER 18, 2001

CMPT 110 MIDTERM OCTOBER 18, 2001 CMPT 110 MIDTERM OCTOBER 18, 2001 1 What will be displayed when the command button is clicked? 7% Level of difficulty 7 (out of 10) Assume there is a command button called cmdbutton Assume there is a picturebox

More information

Start Visual Basic. Session 1. The User Interface Form (I/II) The Visual Basic Programming Environment. The Tool Box (I/II)

Start Visual Basic. Session 1. The User Interface Form (I/II) The Visual Basic Programming Environment. The Tool Box (I/II) Session 1 Start Visual Basic Use the Visual Basic programming environment Understand Essential Visual Basic menu commands and programming procedure Change Property setting Use Online Help and Exit Visual

More information

Panduan Menggunakan Autoresponder FreeAutobot.com

Panduan Menggunakan Autoresponder FreeAutobot.com Panduan Menggunakan Autoresponder FreeAutobot.com Dengan memperolehi e-book ini, anda mempunyai kebenaran untuk memberi secara percuma kepada pelanggan anda atau tawarkan sebagai bonus kepada pembelian

More information

LAMPIRAN A : LISTING PROGRAM

LAMPIRAN A : LISTING PROGRAM LAMPIRAN A : LISTING PROGRAM 1. Form Login Private Sub Siap() txtnama.enabled = True txtpswd.enabled = True Private Sub BlmSiap() txtnama.enabled = False txtpswd.enabled = False Private Sub Kosong() txtnama

More information

File Organization and Management

File Organization and Management 1 UNESCO-NIGERIA TECHNICAL & VOCATIONAL EDUCATION REVITALISATION PROJECT-PHASE II NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY File Organization and Management YEAR II- SE MESTER I PRACTICAL Version 1: December

More information

LAMPIRAN. Universitas Sumatera Utara

LAMPIRAN. Universitas Sumatera Utara LAMPIRAN DAFTAR NAMA MURID KELAS VIIa SMP TRI JAYA MEDAN TAHUN PELAJARAN 2011/2012 Kelas : VII a SMP Wali Kelas : R.Pakpahan S,Pd Guru BP/BK : D.Purba,S.Pd NO NOMOR INDUK NAMA SISWA L/P NISN 1 942 ANGELIA

More information

NIDEK AUTO REFRACTOMETER ARK-710A INTERFACE MANUAL

NIDEK AUTO REFRACTOMETER ARK-710A INTERFACE MANUAL NIDEK AUTO REFRACTOMETER ARK-710A INTERFACE MANUAL MRK4D*RTZ001B/E TOTAL PAGE: 32 2005. 2. 8 NIDEK CO., LTD. : 34-14, Maehama, Hiroishi-cho, Gamagori, Aichi 443-0038, Japan (Manufacturer) Telephone: (0533)

More information

PROJECT ELECTRONIC CONTROL GAS INJECTION SYSTEM

PROJECT ELECTRONIC CONTROL GAS INJECTION SYSTEM PROJECT ELECTRONIC CONTROL GAS INJECTION SYSTEM SOURCE CODE VISUAL BASIC Dim WR As Boolean Dim pw Dim data Dim oxg Public index1 Dim index2 Dim k Dim u Dim refd Dim datar1$(1000, 9) Dim c_data Dim A$(10)

More information

Information Hiding In Images Using Randomly Selected Points

Information Hiding In Images Using Randomly Selected Points Republic of Iraq Ministry Of Higher Education And Scientific Research University Of Baghdad College Of Science Department Of Computer Science Information Hiding In Images Using Randomly Selected Points

More information

LISTING PROGRAM. PrivateSub KeluarToolStripMenuItem_Click(sender AsObject, e AsEventArgs) Handles KeluarToolStripMenuItem.Click Close() EndSub

LISTING PROGRAM. PrivateSub KeluarToolStripMenuItem_Click(sender AsObject, e AsEventArgs) Handles KeluarToolStripMenuItem.Click Close() EndSub LISTING PROGRAM 1.Tampilan awal PublicClassmm PrivateSub InputDataGuruToolStripMenuItem_Click(sender AsObject, e AsEventArgs) Handles InputDataGuruToolStripMenuItem.Click guru.show() Me.Hide() EndSub PrivateSub

More information

Nilai Input (Peringkat Alternatif Fuzzy dan Crisp Terhadap Kriteria)

Nilai Input (Peringkat Alternatif Fuzzy dan Crisp Terhadap Kriteria) LAMPIRAN-A PENYELESAIAN DENGAN METODE FUZZY TOPSIS Secara umum, prosedur Fuzzy TOPSIS mengikuti langkah-langkah sebagai berikut: 1. Membuat matriks keputusan yang ternormalisasi, 2. Menentukan matriks

More information

LAMPIRAN A FOTO Radio Control Helikopter dan Pengendalinya

LAMPIRAN A FOTO Radio Control Helikopter dan Pengendalinya LAMPIRAN A FOTO Radio Control Helikopter dan Pengendalinya Tampak Atas A-1 Tampak Depan A-2 Tampak Samping A-3 Tampak Belakang A-4 Pengendali A-5 LAMPIRAN B PROGRAM PADA MICROSOFT VISUAL BASIC 6 DAN PENGONTROL

More information

Lookup Project. frmlookup (Name: object is a combo box, style 2); use 4 labels: 2 for phone, 2 for mail. MsgBox Function:

Lookup Project. frmlookup (Name: object is a combo box, style 2); use 4 labels: 2 for phone, 2 for mail. MsgBox Function: Lookup Project frmlookup (Name: object is a combo box, style 2); use 4 labels: 2 for phone, 2 for mail. MsgBox Function: Help About, in a Message Box lookup.vbp programmed by C.Gribble Page 2 Code for

More information

Design of Remote Health Monitoring System Client

Design of Remote Health Monitoring System Client Original Research Article Design of Remote Health Monitoring System Client Hengyong Jiang,Wei Chen,Yutao Sun School of Computer Science and Technology, Shiyan University of Science and Technology, Hubei,

More information

Generated by Foxit PDF Creator Foxit Software For evaluation only. ภาคผนวก ก

Generated by Foxit PDF Creator Foxit Software  For evaluation only. ภาคผนวก ก ภาคผนวก ก โปรแกรม SQL Server โปรแกรม SQL Server เป นโปรแกรมจ ดการฐานข อม ล ท จะการจ ดเก บข อม ลต างๆลงใน ตาราง เพ อช วยในการจ ดเก บข อม ลได ง ายข นและสามารถน าข อม ลข อม ลออกมาได อย างรวดเร ว ข นตอนการต

More information

19. VB Project and Menu Design

19. VB Project and Menu Design 19. VB Project and Menu Design 19.1 Working with Projects As you develop an application, you work with a project to manage all the different files that make up the application. A VB project consists of:

More information

SEBARAN MATAKULIAH PROGRAM STUDI SARJANA TEKNIK SIPIL (S1) DI JURUSAN TEKNIK SIPIL UNIVERSITAS LAMPUNG

SEBARAN MATAKULIAH PROGRAM STUDI SARJANA TEKNIK SIPIL (S1) DI JURUSAN TEKNIK SIPIL UNIVERSITAS LAMPUNG Saturday, November 00 0: - Last Updated Saturday, November 00 0:5 SEBARAN MATAKULIAH PROGRAM STUDI SARJANA TEKNIK SIPIL (S) DI JURUSAN TEKNIK SIPIL UNIVERSITAS LAMPUNG SEMESTER I (SEMESTER GANJIL) KODE

More information

IS 320 A/B Spring 97 Page 1 Exam 1

IS 320 A/B Spring 97 Page 1 Exam 1 IS 320 A/B Spring 97 Page 1 Please use the paper supplied by the instructor to answer the questions. Question point values are shown in parentheses. 1. (18) What output is generated by the three MsgBox

More information

Visual Basic

Visual Basic 12-1 12-2 12-3 12-1.1 12-1.2 12-2.1 12-2.2 12-3.1 12-3.2 12-4 12-5 12-4.1 12-4.2 12-5.1 12-5.2 140 II 12-1 data file 12-1.1 record field 4 12-1 4 12 141 12-1... 12-1.2 sequential file random file binary

More information

Visual Basic. The Integrated Development Environment. Menu Bar

Visual Basic. The Integrated Development Environment. Menu Bar Visual Basic Visual Basic is initiated by using the Programs option > Microsoft Visual Basic 6.0 > Visual Basic 6.0. Clicking the Visual Basic icon, we can view a copyright screen enlisting the details

More information

LISTING PROGRAM. private void filetoolstripmenuitem_click(object sender, EventArgs e) { this.hide(); Form2 fr = new Form2(); fr.

LISTING PROGRAM. private void filetoolstripmenuitem_click(object sender, EventArgs e) { this.hide(); Form2 fr = new Form2(); fr. Kode Program Form Home namespace SkripsiLagi public partial class Form9 : Form public Form9() LISTING PROGRAM private void filetoolstripmenuitem_click(object sender, EventArgs e) Form2 fr = new Form2();

More information

DAFTAR PUSTAKA. Bojic, Paul, 2008, Business Information System. Pearson Education Ltd., England

DAFTAR PUSTAKA. Bojic, Paul, 2008, Business Information System. Pearson Education Ltd., England DAFTAR PUSTAKA Bojic, Paul, 2008, Business Information System. Pearson Education Ltd., England Elib.unikom.ac.id, SQL Server, 27 April 2014. Jogiyanto. 2005. Analisis & Desain Sistem Informasi : Pendekatan

More information

BORANG PENCALONAN HADIAH UNIVERSITI NOMINATION FORM FOR UNIVERSITY AWARD

BORANG PENCALONAN HADIAH UNIVERSITI NOMINATION FORM FOR UNIVERSITY AWARD BORANG PENCALONAN HADIAH UNIVERSITI NOMINATION FORM FOR UNIVERSITY AWARD PERIHAL HADIAH DESCRIPTION OF AWARD Nama Hadiah (Name of Award) Spesifikasi Hadiah (Specification of Award) Syarat Kurniaan (Condition

More information

Allow local or remote applications to access the functionality in the VisualCron server through an easy to use interface.

Allow local or remote applications to access the functionality in the VisualCron server through an easy to use interface. VisualCron API VisualCron API... 1 Purpose... 2 COM support... 2 VB6 example... 2 VB6 code sample... 2 Architecture... 2 Object model... 3 Methods... 3 Events... 4 Communication... 5 Local... 5 Remote...

More information

DATABASE AUTOMATION USING VBA (ADVANCED MICROSOFT ACCESS, X405.6)

DATABASE AUTOMATION USING VBA (ADVANCED MICROSOFT ACCESS, X405.6) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DATABASE AUTOMATION USING VBA (ADVANCED MICROSOFT ACCESS, X405.6) AGENDA 3. Executing VBA

More information

A Back-End Link Checker for Your Access Database

A Back-End Link Checker for Your Access Database A Back-End for Your Access Database Published: 30 September 2018 Author: Martin Green Screenshots: Access 2016, Windows 10 For Access Versions: 2007, 2010, 2013, 2016 Working with Split Databases When

More information

LAMPIRAN - A. Instruksi Mikrokontroler

LAMPIRAN - A. Instruksi Mikrokontroler LAMPIRAN - A Instruksi Mikrokontroler /***************************************************** This program was produced by the CodeWizardAVR V1.25.3 Professional Automatic Program Generator Copyright 1998-2007

More information

SURAT KETERANGAN Hasil Uji Program Tugas Akhir

SURAT KETERANGAN Hasil Uji Program Tugas Akhir SURAT KETERANGAN Hasil Uji Program Tugas Akhir Yang bertanda tangan dibawah ini, menerangkan bahwa Tugas Akhir Mahasiswa Program Diploma 3 Teknik Informatika : Nama : FADILLA MAHARANI NIM : 112406159 Program

More information

Visual Basic ,

Visual Basic , Visual Basic 6.0..!"# !"# $#%$$"& ( ( 6.0) 2 $, -&, - 1.,. Caption Hello, On O ff. * + +, -. 1-Arrow, + - 4 +, 2- Cross. - project1.vbp, 4-form1.frm. 2/59 !"# $#%$$"& ( ( 6.0) 3 $, -&, - 3/59 !"# $#%$$"&

More information