Results 1 to 6 of 6

Thread: What is Visual Basic environment in VB 6.0?

  1. #1
    Join Date
    Dec 2010
    Posts
    20

    What is Visual Basic environment in VB 6.0?

    Hello friends, I wanted to know what the visual environment of visual basic is. I wanted to know whether visual environment consists of creation files or not? I don’t know what is the basically visual environment all about? Is there any visual basic window? From where is it available? Is it available from visual tool bar? I any no clue about visual environment. So, any who is aware of this information then please let me. I have no idea and no information so please let me know as soon as possible.

  2. #2
    Join Date
    Apr 2009
    Posts
    569

    Re: What is Visual Basic environment in VB 6.0?

    Well I would like to tell you that the Visual Basic Environment is where you can create and test your projects. It consists of following Form Window which is one of its parts of an environment. This is where you design the forms for your application. It displays the name of the project followed by the name of the selected form. The selected form is displayed in this window. A dotted grid is shown on the form at design time which is helpful for placing the controls on the form. Whenever a new project is created, a default form is added to the project with the name as Form1.

  3. #3
    Join Date
    May 2009
    Posts
    529

    Re: What is Visual Basic environment in VB 6.0?

    I would like tell you about the project explorer where it shows the files present in the project. The name of the project (.vbp) file is shown in the title bar. The default project name is Project1 which may be changed later. It consists of three buttons. The first one is used to switch to the code window, the second one to switch to the Form Window and the last one is used to toggle the way in which the files are displayed in the project -Grouped by type or ungrouped.

  4. #4
    Join Date
    May 2009
    Posts
    511

    Re: What is Visual Basic environment in VB 6.0?

    Well, you might be also aware of property windows which are also a part of visual environment. It shows the properties of the selected object and allows changing them. The object whose properties you want to view or change can be selected from the drop down list. The list consists of the object names followed by their types. The properties list may be views either in alphabetical order or may be categorized by selecting the appropriate tab.

  5. #5
    Join Date
    May 2009
    Posts
    637

    Re: What is Visual Basic environment in VB 6.0?

    If you have known about property windows then you must also be aware of form layout and the toolbox available in Visual environment. Form Layout Window is the window which is used to set the position of the form on the desktop. The form is displayed at that position when the project is executed. Whereas talking about the toolbox in Visual environment. It consists of the different controls which you can place on the form. A default set of components is shown. You may add or remove components in the toolbox by selecting Components from the Project Menu or by right clicking the toolbox itself.

  6. #6
    Join Date
    May 2009
    Posts
    543

    Re: What is Visual Basic environment in VB 6.0?

    The final thing on Visual basic which you must know is the basic tool window and the toolbox. Main Visual Basic Window It holds the VB menu bar, the toolbar and the form location and size information. The Toolbar is also another option available in Visual basic 6.0. The buttons on the toolbar are shortcuts for frequently used operations. Each button represents a command that can also be selected from a menu. There a various toolbars such as Standard, Formatting, Drawing, etc. The toolbars can be displayed or hidden by checking or unchecking its name in View >> Toolbars menu.

Similar Threads

  1. Mysql In Visual Basic 6.0
    By JAMIN in forum Software Development
    Replies: 4
    Last Post: 14-04-2009, 09:34 AM
  2. what are Visual Basic IDE?
    By Naresh Modi in forum Software Development
    Replies: 2
    Last Post: 06-03-2009, 09:49 AM
  3. Is GUI same like Visual Basic ?
    By Caesar in forum Software Development
    Replies: 2
    Last Post: 02-03-2009, 01:32 PM
  4. Visual Basic 2005 or Visual Basic 6
    By Aasha in forum Software Development
    Replies: 5
    Last Post: 15-01-2009, 06:56 PM
  5. Visual Basic on LAN
    By djbbenn in forum Software Development
    Replies: 2
    Last Post: 05-08-2008, 02:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,717,753,751.92728 seconds with 17 queries