Rhizardhy TutoriaL

;

Basic : Project and Form Process

by aredie on Jul.05, 2009, under Tutorial


Create a First Project

Step to create a project in the first time is:

  • Running the Visual Basic 6.0. Start > All Programs > Microsoft Visual Studio 6.0 > Microsoft Visual Basic 6.0. Or you can use one click Shortcut. :)
  • And then, appears New Project dialog box such as the image below :
  • Click one icon to determine the type of application Example, click Standard EXE. and then click OK button.


Note : If you want to create anew project on visual basic window is already active, click File > New Project or push Ctrl + N on the keyboard.

Running Project

After you give program statement at each control, running program with using one way:

  • Click Start button on the toolbar standard.
  • Click Run > Start.
  • Push F5 button on the keyboard.

Save Project

At the time of making the project, will automatically be displayed on a form object. When you save a project, then you should also save the objects inside.

Steps to save project and form :

  • Click File > Save project or push Ctrl + S on the keyboard. And then, appears Save File As dialog box.
  • In the Save In, specify where the file will be saved. on the File Name, type the name on the form.
  • And then, click Save!

Make Executable File [Exe]

Executable file is the file extension Exe that can be run on windows without having to open the Visual Basic program. This file is the result of the end of a program that is made with visual basic program.

Steps to make Executable File :

  • Click File > Make Project1.exe. and then appears Make Project dialog box.
  • In the Save In, specify where the file will be save file Exe.
  • In the File Name form, type file name Exe, and then click OK.

.:: aredie ::.

Related Post

:, ,

1 Comment for this entry

Leave a Reply