Sebelum itu, pada kesempatan kali ini, saya akan memperkenalkan Anda mengenai Visual Basic 6.0 :
Microsoft Visual Basic 6.0
Tampilan Awal Mulai di Visual Basic 6.0
Pada Tampilan Mulai / Awal Visual Basic 6.0 kita mengenal dengan yang namanya Form. Form itu adalah tempat di mana kita akan membuat program kita. Jadi intinya kalau kita mau membuat sebuah Program, Form adalah tempat di mana kita menuliskan button - button agar program kita bisa berjalan dengan baik.
Pada tampilan Visual Basic 6.0 ini pada bagian di sebelah kiri ada Tool Box. Yaitu tempat yang berisikan tool - tool yang bisa kita gunakan / yang bisa membantu kita untuk membuat program.
Tool -tool itu adalah ( Dari Atas ) :
Icon
|
Tool Name
|
What This Tool Does
|
Pointer
|
Selects objects
| |
Picture box
|
Draws a box to display graphics
| |
Label
|
Draws a box to display text
| |
Text box
|
Draws a box that can display text and let the user type in text
| |
Frame
|
Groups two or more objects together
| |
Command button
|
Draws a command button
| |
Check box
|
Draws a check box
| |
Option (or radio) button
|
Draws a radio button
| |
Combo box
|
Draws a combo box
| |
List box
|
Draws a list box
| |
Horizontal scroll bar
|
Draws a horizontal scroll bar
| |
Vertical scroll bar
|
Draws a vertical scroll bar
| |
Timer
|
Places a timer on a form
| |
Drive list box
|
Draws a drive list box that displays all the disk drives available
| |
Directory list box
|
Draws a directory list box that displays a directory on a particular disk drive
| |
File list box
|
Draws a file list box that displays files in a specific directory
| |
Shape
|
Draws a geometric shape such as a circle or a square
| |
Line
|
Draws a line
| |
Image box
|
Draws a box to display graphics
| |
Data control
|
Draws a control to link a program to a database file
| |
OLE
|
Draws a box to insert an OLE object
|
Pada Tampilan di atas, itu disebut dengan Menu Bar. Pada Menu Bar digunakan untuk melakukan kegiatan - kegiatan yang berhubungan dengan projek Program yang akan Anda buat.
Menu Bar itu adalah ( Dari Kiri ) :
Button | Description |
Adds a new Project. | |
Open a New Window. | |
Open a File. | |
Saves the Current Form. | |
Saves all files related to a project. | |
Cut the selection. | |
Copy the selection. | |
Paste the selection. | |
Find the searched text. | |
Comment out selected lines. | |
Uncomment the selected lines. | |
Undo. | |
Redo. | |
Continue Debugging. | |
Break Debugging. | |
Stop Debugging. | |
Displays Solution Explorer. | |
Displays Properties Window. | |
Displays Object Browser. | |
Displays ToolBox Window. | |
Displays Error List Window. | |
Displays Command Window. |
Pada Window Project di Visual Basic 6.0 berisikan mengenai form dan project yang ada dan masih aktif di dalam program tersebut.
Window Project
Pada Window Properties digunakan untuk melihat dan mengedit segala sesuatu yang berkaitan dengan Form dan Tool yang ada di dalam Program tersebut
Window Properties
Tidak ada komentar:
Posting Komentar