31.10.2015 Views

modul_v_basic_60

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

## Visual Programming (Visual Basic) ##<br />

Command3<br />

Caption<br />

Name<br />

Hapus<br />

CmdDelete<br />

Command4<br />

Caption<br />

Name<br />

Simpan<br />

CmdSave<br />

Command5 Caption Keluar<br />

5. Sesuai dengan Layout berikut :<br />

6. Deklarasikan variable yaitu :<br />

Private stateNew As Boolean<br />

7. Buat prosedur lockTextBoxTrue yaitu :<br />

Private Sub lockTextBoxTrue()<br />

Text1.Locked = True<br />

Text2.Locked = True<br />

Text3.Locked = True<br />

Text4.Locked = True<br />

Text5.Locked = True<br />

Text6.Locked = True<br />

DTPicker1.Enabled = False<br />

End Sub<br />

Created by Aristoteles, 2007 28

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!