project vb bel sekolah otomatis _ [-dewa galau-]

Upload: 4ndr145

Post on 14-Jan-2016

76 views

Category:

Documents


3 download

DESCRIPTION

vba

TRANSCRIPT

  • -=[ ~#cd\tukeran link ]=- project VB bel sekolah otomatis

    Date : Rabu, 06 Juni 2012 05.12Category : vb6Author : bickro pack

    Share : 26LikeLike Tweet 0 Responds : 4 Comment

    malam ini posting dengan hati yang galau.., ok lanjut gan.ni adalah source code bel otomatis buatan ane.belum sempurnah sih,, camn dari pada di simpan di hardisk.., rawan virus gitu,, mending di upload..,ok lihat screen shoot nya

    codingnya pun ga' terlalu panjang sih..,

    Private Sub Command1_Click()

    setting.ShowUnload MeEnd Sub

    Private Sub Command2_Click()

    End Sub

    Private Sub Form_Activate()Dim X As ByteX = MsgBox("apakah hari ini ada upacara.?", vbYesNo + vbQuestion, "konfirmasi")If X = vbYes ThenCombo2.Text = "ada upacara"ElseX = vbNoCombo2.Text = "tidak upacara"End If

    End Sub

    Private Sub Form_Load()On Error Resume Next'Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;data& App.Path & "\database\db_bel;Jet OLEDB:Database Password="";"Adodc1.ConnectionString = "Provider =Microsoft.JET.OLEDB.4.0;Data Source =" & App.Path &

    Pencarian

    Categoryvb6tutorialsdownloadhackingjoomlaC/C++project

    Followers

    The connection wasinterruptedThe connection to4t4qjto8n6vcba9cabf6v2lrng9ast6r-a-fc-opensocial.googleusercontent.com wasinterrupted while the page was loading.

    The site could be temporarily unavailable ortoo busy. Try again in a few moments.If you are unable to load any pages, check

    About Author

    bickro pack

    tidak ada yang menariktentang kehidupan saya,, hanya saja saya hobydi depan computerselama 24 jam

    Lihat profil lengkapku

    ============

    /* =================== BEGIN OF GENERIC RTB T( ! window.GlamCallExternalJs ) { window.GlamCallExtern'ript>'); } } window.GlamCallVceTag39e12c6f6b775c97b6eGlamCallExternalJs("http://b.voicefive.com/c2/6035233/rs.j"&c4=500159641&c5=1670206010&c6=&c10=1&c11=&c

    Popular Postproject VB belsekolah otomatismalam iniposting denganhati yang galau..,ok lanjut gan. ni

    adalah source code bel otomatisbuatan ane. belum sempurnahsih,, camn dari ...

    decrypt md5passwordaloooha,, yapskali ini sayamembuat artikelteentang cara

    men-decrypt password yangter-enkripsi MD5 (palingmenyebalkan)..===========...Hitung nilai raport - vb6di postingan kali ini,, saya akanmembagikan cara mrnghitungnilai raport menggunakan vb6,tapi masih agak sederhana,tinggal anda sendiri y...

    Link Sahabat

    -Ahmad-Adzan-Rendywira Blog-La-Udza----------------

    la rantasaBickro NewProject

    Buat Lencana Anda

    26ShareShare

    U Have Website We have CashIf you have website put our banner on it, make money for each visitordollarsincome.com

    CHEAP WEB TRAFFICGenerate traffic to your website. Pay just $0.001 for visitor...lotofvisitors.com

    .

    project VB bel sekolah otomatis | [-dewa galau-] http://bickro.blogspot.com/2012/06/project-vb-bel-sekolah-otomatis.html

    1 of 6 08 Februari 2015 19:49

  • \db_bel.mdb"Adodc1.RecordSource = "seAdodc1.Refresh

    Adodc2.ConnectionString = "Provider =Microsoft.JET.OLEDB.4.0;Data Source =" & App.Path & "\database\db_bel.mdb"Adodc2.RecordSource = "select * from tb_hari_jumat"Adodc2.Refresh

    Combo1.AddItem "hari biasa"Combo1.AddItem "hari jum'at"

    Combo2.AddItem "ada upacara"Combo2.AddItem "tidak upacara"End Sub

    Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)If Combo1.Text = "hari jum'at" ThenFrame1.Visible = TrueTimer5.Enabled = TrueTimer1.Enabled = Falsejam.Visible = Falsejam2.Visible = TrueTimer3.Enabled = TrueElseCombo1.Text = "hari biasa"Frame1.Visible = FalseTimer5.Enabled = Falsejam.Visible = Truejam2.Visible = FalseTimer1.Enabled = TrueTimer3.Enabled = FalseEnd If

    If Combo2.Text = "ada upacara" Thenupacara.Enabled = TrueElseCombo2.Text = "tidak upacara"upacara.Enabled = FalseEnd IfEnd Sub

    Private Sub Timer1_Timer()jam.Caption = Format$(Time, "hh : mm : ss")tgl.Caption = Date

    End Sub

    Private Sub Timer2_Timer()If Text1.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran pertama"suara.URL = setting.pelajaran.TextEnd If

    If Text2.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran kedua"suara.URL = setting.pelajaran.TextEnd If

    If Text3.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran ketiga"suara.URL = setting.pelajaran.TextEnd If

    If Text4.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam istirahat pertama"suara.URL = setting.istirahat.TextEnd If

    If Text5.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran keempat"suara.URL = setting.pelajaran.TextEnd If

    If Text6.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran kelima"suara.URL = setting.pelajaran.TextEnd If

    If Text7.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran keenam"suara.URL = setting.pelajaran.TextEnd If

    U Have Website We have CashIf you have website put our banner on it, make money for each visitordollarsincome.com

    CHEAP WEB TRAFFICGenerate traffic to your website. Pay just $0.001 for visitor...lotofvisitors.com

    .

    project VB bel sekolah otomatis | [-dewa galau-] http://bickro.blogspot.com/2012/06/project-vb-bel-sekolah-otomatis.html

    2 of 6 08 Februari 2015 19:49

  • If Text8.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam istirahat kedua"suara.URL = setting.istirahat.TextEnd If

    If Text9.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran ketujuh"suara.URL = setting.pelajaran.TextEnd If

    If Text10.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran delapan"suara.URL = setting.pelajaran.TextEnd If

    If Text11.Text = jam.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran kesembilang"suara.URL = setting.pelajaran.TextEnd If

    If Text12.Text = jam.Caption Thenstatus.Caption = "jam pelajaran hari ini telah usai"suara.URL = setting.pulang.TextShell ("C:\Windows\System32\shutdown.exe -s -t 20 -f")End If

    If Combo2.Text = "ada upacara" And upacara.Text = jam.Caption Thenstatus.Caption = "upacara bendera haris senin"suara.URL = setting.pelajaran.TextEnd IfEnd Sub

    Private Sub Timer3_Timer()On Error Resume NextIf t1.Text = jam2.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran pertama"suara.URL = setting.pelajaran.TextEnd If

    If t2.Text = jam2.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran kedua"suara.URL = setting.pelajaran.TextEnd If

    If t3.Text = jam2.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran ketiga"suara.URL = setting.pelajaran.TextEnd If

    If t4.Text = jam2.Caption Thenstatus.Caption = "waktu menunjukkan jam isitirahat"suara.URL = setting.istirahat.TextEnd If

    If t5.Text = jam2.Caption Thenstatus.Caption = "waktu menunjukkan jam pelajaran keempat"suara.URL = setting.pelajaran.TextEnd If

    If t6.Text = jam2.Caption Thenstatus.Caption = "jam pelajaran hari ini telah usai"suara.URL = setting.pulang.Textbomwaktusuara.URL = setting.pulang.TextShell ("C:\Windows\System32\shutdown.exe -s -t 20 -f")End IfEnd Sub

    Private Sub Timer4_Timer()If q.Visible = True Thenq.Visible = FalseElseq.Visible = Falseq.Visible = TrueEnd IfEnd Sub

    Public Function bomwaktu()Dim herwansyah As Byteherwansyah = MsgBox("apakah anda ingin melihat curahan hati sang pembuat program.?", vbYvbQuestion, "pertanyaan")If herwansyah = vbYes Theninfo.Stretch = False

    U Have Website We have CashIf you have website put our banner on it, make money for each visitordollarsincome.com

    CHEAP WEB TRAFFICGenerate traffic to your website. Pay just $0.001 for visitor...lotofvisitors.com

    .

    project VB bel sekolah otomatis | [-dewa galau-] http://bickro.blogspot.com/2012/06/project-vb-bel-sekolah-otomatis.html

    3 of 6 08 Februari 2015 19:49

  • info.Top = 120info.Left = 840hilangElseherwansyah = vbNoMsgBox "jawaban yang salah", vbCritical, "(*_*)"bomwaktuEnd IfEnd Function

    Public Function hilang()Frame1.Visible = FalseCommand1.Visible = Falseupacara.Visible = FalseCombo1.Visible = FalseCombo2.Visible = FalseFrame2.Visible = Falsetgl.Visible = Falsejam.Visible = FalseLabel22.Visible = Falsestatus.Visible = FalseLabel19.Visible = FalseLabel20.Visible = FalseImage2.Visible = Falseq.Visible = FalseEnd Function

    Private Sub Timer5_Timer()jam2.Caption = Format$(Time, "hh : mm : ss")End Sub--------------------------------------------------------------------------------------------------

    Private Sub Command1_Click()'Adodc1.Recordset.DeleteAdodc1.Recordset.AddNewAdodc1.Recordset!pelajaran = pelajaran.TextAdodc1.Recordset!istirahat = istirahat.TextAdodc1.Recordset!pulang = pulang.TextAdodc1.Refresh

    End Sub

    Private Sub Command2_Click()On Error Resume NextAdodc2.Recordset.AddNewAdodc2.Recordset!p1 = t1.TextAdodc2.Recordset!p2 = t1.TextAdodc2.Recordset!p3 = t1.TextAdodc2.Recordset!istirahat_1 = t1.TextAdodc2.Recordset!p4 = t1.TextAdodc2.Recordset!p5 = t1.TextAdodc2.Recordset!p6 = t1.TextAdodc2.Recordset!istirahat_2 = t1.TextAdodc2.Recordset!p7 = t1.TextAdodc2.Recordset!p8 = t1.TextAdodc2.Recordset!p9 = t1.TextAdodc2.Recordset!pulang = t1.TextAdodc2.Recordset.UpdateEnd Sub

    Private Sub Command3_Click()On Error Resume NextAdodc3.Recordset.AddNewAdodc3.Recordset!p1 = Text4.TextAdodc3.Recordset!p2 = Text5.TextAdodc3.Recordset!p3 = Text6.TextAdodc3.Recordset!istirahat = Text7.TextAdodc3.Recordset!p4 = Text8Adodc3.Recordset!pulang = Text9Adodc3.Recordset.UpdateAdodc3.RefreshEnd Sub

    Private Sub Form_Load()Adodc1.ConnectionString = "Provider =Microsoft.JET.OLEDB.4.0;Data Source =" & App.Path & \db_bel.mdb"Adodc1.RecordSource = "select * from tb_suara"Adodc1.Refresh

    Adodc2.ConnectionString = "Provider =Microsoft.JET.OLEDB.4.0;Data Source =" & App.Path & \db_bel.mdb"Adodc2.RecordSource = "select * from tb_hari_biasa"Adodc2.Refresh

    U Have Website We have CashIf you have website put our banner on it, make money for each visitordollarsincome.com

    CHEAP WEB TRAFFICGenerate traffic to your website. Pay just $0.001 for visitor...lotofvisitors.com

    .

    project VB bel sekolah otomatis | [-dewa galau-] http://bickro.blogspot.com/2012/06/project-vb-bel-sekolah-otomatis.html

    4 of 6 08 Februari 2015 19:49

  • Adodc3.ConnectionString = "Provider =Microsoft.JET.OLEDB.4.0;Data Source =" & App.Path & "\database\db_bel.mdb"Adodc3.RecordSource = "select * from tb_hari_jumat"Adodc3.Refresh

    End Sub

    Private Sub istirahat_DblClick()b.Filter = "File t (*.wav *.mp3)|*.wav|"b.ShowOpen

    istirahat.Text = b.FileTitleEnd Sub

    Private Sub pelajaran_DblClick()b.Filter = "File Tt (*.mp3 *.wav)|*.wav|"b.ShowOpen

    Text1.Text = bb.FileNameEnd Sub

    Private Sub pulang_DblClick()b.Filter = "File Ttt (*.wav *.mp3)|*.wav|"b.ShowOpen

    pulang.Text = bbb.FileNameEnd Sub

    Private Sub t_Click()bel.ShowUnload MeEnd Sub

    Private Sub Text1_DblClick()CommonDialog1.ShowOpenCommonDialog1.Filter = "File suara (*.mp3 *.wav)|*.wav|"Text1.Text = CommonDialog1.FileNamepelajaran.Text = Text1.TextEnd Sub

    Private Sub Text2_DblClick()CommonDialog2.ShowOpenCommonDialog2.Filter = "File suara (*.mp3 *.wav)|*.wav|"Text2.Text = CommonDialog2.FileNameistirahat.Text = Text2.TextEnd SubPrivate Sub Text3_DblClick()CommonDialog3.ShowOpenCommonDialog3.Filter = "File suara (*.mp3 *.wav)|*.wav|"Text3.Text = CommonDialog3.FileNamepulang.Text = Text3.TextEnd Sub

    untuk source codenya kami sediakan Premium ^_^ maaf yah mas, kantong mahasiswa harus bisabertahan hidupDownload versi Demonya di bawah ini

    Artikel Terkait :vb6

    Source Code VB6 database access

    VB6,0 [Key logger jarak jauh]

    Hitung nilai raport - vb6

    Active report

    tukeran link/banner yuk

    transfer file VB RTC

    U Have Website We have CashIf you have website put our banner on it, make money for each visitordollarsincome.com

    CHEAP WEB TRAFFICGenerate traffic to your website. Pay just $0.001 for visitor...lotofvisitors.com

    .

    project VB bel sekolah otomatis | [-dewa galau-] http://bickro.blogspot.com/2012/06/project-vb-bel-sekolah-otomatis.html

    5 of 6 08 Februari 2015 19:49

  • bickro pack (Admin) 23 Desember 2012 05.10

    yang mau minta password langsung telfon aja mas,, dikarenakan kalau sms,, tkutnyapas lagi ane ga' punya pulsa

    bickro pack (Admin) 26 Desember 2012 23.31

    passwowrdnya sudah ane kirim,,jangan lupa ya mas,, biasa,, karena blog ini masih dalam pembaharuan artikel jadimohon kerjasamanya dengan tidak menggunakan source code untuk di modif ulangsaja yaah,,

    Alpian Zalukhu 12 April 2014 06.17

    nmr hpnya brapa mas??tlg smskan kmarilah lah mas 087869839403

    Next Post Prev Post

    4 comments

    Poskan Komentar

    Secure Connection FailedAn error occurred during a connection to www.blogger.com. The serverrejected the handshake because the client downgraded to a lower TLSversion than the server supports. (Error code:ssl_error_inappropriate_fallback_alert)

    The page you are trying to view cannot be shown because theauthenticity of the received data could not be verified.Please contact the website owners to inform them of this problem.

    Beranda

    Copyright [-dewa galau-] | project-nc Crew : B1ckr0

    U Have Website We have CashIf you have website put our banner on it, make money for each visitordollarsincome.com

    CHEAP WEB TRAFFICGenerate traffic to your website. Pay just $0.001 for visitor...lotofvisitors.com

    .

    project VB bel sekolah otomatis | [-dewa galau-] http://bickro.blogspot.com/2012/06/project-vb-bel-sekolah-otomatis.html

    6 of 6 08 Februari 2015 19:49