sajanorman.files.wordpress.com  · web viewp = msgbox (“anda yakin akan keluar”, vbquestion +...

3

Upload: truongdieu

Post on 04-Dec-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: sajanorman.files.wordpress.com  · Web viewP = MsgBox (“ANDA YAKIN AKAN KELUAR”, vbQuestion + vbOkcancel , informasi”) If p = vbOk Then. End
Page 2: sajanorman.files.wordpress.com  · Web viewP = MsgBox (“ANDA YAKIN AKAN KELUAR”, vbQuestion + vbOkcancel , informasi”) If p = vbOk Then. End
Page 3: sajanorman.files.wordpress.com  · Web viewP = MsgBox (“ANDA YAKIN AKAN KELUAR”, vbQuestion + vbOkcancel , informasi”) If p = vbOk Then. End

Private sub command1_click()MsgBoox “NAMA ANDA ADALAH” + NORMANSYAH.TextMsgBox “NPM ANDA ADALAH” + TXTNPM.TextEnd sub

Private sub command2_click()P = MsgBox (“ANDA YAKIN AKAN KELUAR”, vbQuestion + vbOkcancel , informasi”)If p = vbOk ThenEndEnd if

End sub