Belajar Visual Basic 13. Crystal Report dan Modusnya
Editor Crystal Report 7 |
Yunizal, Edri (2009). Pemrograman Berorientasi Objek: Implementasi Aplikasi Inventory. Batusangkar: STAIN Batusangkar Press
4/30/2011 09:00:00 AM DIBACA ORG
Editor Crystal Report 7 |
Yunizal, Edri (2009). Pemrograman Berorientasi Objek: Implementasi Aplikasi Inventory. Batusangkar: STAIN Batusangkar Press
4/29/2011 09:00:00 AM DIBACA ORG
4/28/2011 09:00:00 AM DIBACA ORG
Suasana coding dengan VB |
4/27/2011 09:00:00 AM DIBACA ORG
Sumber: Yunizal, Edri (2009). Pemrograman Berorientasi Objek: Implementasi Aplikasi Inventory. Batusangkar: STAIN Batusangkar Press
4/26/2011 09:00:00 AM DIBACA ORG
If (kondisi) then
(proses 1)
else
(proses 2)
End if
Select Case (variabel)
Case (nilai 1):(proses 1)
Case (nilai 2):(proses 2)
End select
For (variabel)=(nilai awal) to (nilai akhir)
(proses)
Next
Do While (kondisi)
(proses)
Loop
4/25/2011 09:00:00 AM DIBACA ORG
4/21/2011 09:00:00 AM DIBACA ORG
Menyimpan login pengguna terakhir
Visual Basic 6.0
4/20/2011 09:00:00 AM DIBACA ORG
Visual Basic 6.0, Ms Access 97-200
4/19/2011 09:00:00 AM DIBACA ORG
Tipe Data pada Visual Basic |
4/18/2011 09:00:00 AM DIBACA ORG
Yunizal, Edri (2009). Pemrograman Berorientasi Objek: Implementasi Aplikasi Inventory. Batusangkar: STAIN Batusangkar Press
4/16/2011 09:00:00 AM DIBACA ORG
Penampilan bukan utama tapi membantu kepercayaan diriSebuah quote yang bagus dari sebuah iklan bertahun-tahun yang lalu.
4/15/2011 09:00:00 AM DIBACA ORG
IDE Visual Basic 6 |
Sumber: Yunizal, Edri (2009). Pemrograman Berorientasi Objek: Implementasi Aplikasi Inventory. Batusangkar: STAIN Batusangkar Press
4/14/2011 09:00:00 AM DIBACA ORG
Gambar Program dari ttp://www.lisisoft.com |
Sumber: Yunizal, Edri (2009). Pemrograman Berorientasi Objek: Implementasi Aplikasi Inventory. Batusangkar: STAIN Batusangkar Press
4/13/2011 09:00:00 AM DIBACA ORG
Gambar VB dari vbcomp.wordpress.com |
Sumber: Yunizal, Edri (2009). Pemrograman Berorientasi Objek: Implementasi Aplikasi Inventory. Batusangkar: STAIN Batusangkar Press
4/12/2011 09:00:00 AM DIBACA ORG
4/10/2011 09:00:00 AM DIBACA ORG
4/09/2011 09:00:00 AM DIBACA ORG
Berorientasi Objek = Objek + Class + Pewarisan + Komunikasi
4/08/2011 09:00:00 AM DIBACA ORG
“....I have no trouble using this method of programming when there are only 8 opcodes to remember and 30 lines of code to write. When my hardware becomes more sophisticated and I begin getting problems that require 64K of memory, remembering opcodes then starts creating a level of complexity I cannot handle. At that time, I begin using assembly-language mnemonics. This works great until a point where the complexity of my problems outgrows this paradigm. I similarly upgrade to using a high-level language whose instructions each replace many assembly-language mnemonics, allowing me to think at a higher level. Aside from reducing the language complexity, I also seek out a better way of thinking about my problem. Instead of stringing instructions into small functions and small functions into programs, I use a structured method for breaking my problem into smaller pieces, each of which is manageable”
4/07/2011 09:00:00 AM DIBACA ORG
4/06/2011 09:00:00 AM DIBACA ORG
4/05/2011 09:00:00 AM DIBACA ORG
4/04/2011 09:00:00 AM DIBACA ORG