Results 1 to 5 of 5

Thread: Object Controls in Visual basic

  1. #1
    Join Date
    Dec 2010
    Posts
    59

    Object Controls in Visual basic

    Hello my friends , I am trying to learn a bit of programming and have learned the base language of all language known as C language, but this era is the era of object oriented approach , and I am interested in learning and designing the GUI and then code them accordingly , so I decided to learn the Visial basic language , I know a bit about it that it is a >NET framework based language and is the language supported by Visual Studio of Microsoft ,so can you explain a bit about the controls present in it , I do not want in depth but a just brief description will do.

  2. #2
    Join Date
    May 2009
    Posts
    511

    Re: Object Controls in Visual basic

    A control is an object that can be dragged and dropped on to the Form to facilitate or develop user interaction with the forms . Examples of these control, are TextBoxes, Labels, Buttons, , Radio Buttons Labels, , etc. All the listed Windows Controls are formed or have the basis of the Control class, the parent class for all controls. Visual Basic permits us to work with controls in two methods: at during designing and at while running the program .

  3. #3
    Join Date
    Apr 2009
    Posts
    569

    Re: Object Controls in Visual basic

    Working with controls during you design the code or develop it implies, controls are noticeable to us and we can make use of them by dragging and dropping , they can be dragged and dropped them from the Toolbox and assigning their properties . You can assign the property of any control from a window called as properties window. Working at runtime implies , controls are not noticeable at the same time as designing, are formed and assigned properties in code and are noticeable only when the program is executed. There are a lot of new controls adjoined in Visual Basic .NET nd we will be working with some of the most popular controls in this section. You can pick the controls from the list of options towards the left-hand side

  4. #4
    Join Date
    Dec 2010
    Posts
    53

    Re: Object Controls in Visual basic

    Notable properties of the majority of these Windows Controls that have the basis of the Control class itself are recapitulated in the table below. You can all the time locate the properties of the control with which you are implementing in your programming with the help of pressing F4 on the keyboard or by choosing View->Properties Window from the main menu.

  5. #5
    Join Date
    May 2009
    Posts
    637

    Re: Object Controls in Visual basic

    To shift focus from one control to further promptly using the keyboard we can make use of the Tab key. We can assign the array in which the focus is relocated by setting the tab order. The tab order is the arrangement in which controls on the form obtain the focus and is mentioned by a property called as the TabIndex property. To modify the order in which a control obtains focus we require to set the TabIndex property to diverse value for every control on the form.

Similar Threads

  1. Object oriented functions in Visual Basic 6.0
    By fLUTE in forum Software Development
    Replies: 4
    Last Post: 27-12-2010, 05:59 AM
  2. Create an Object in Visual Studio 2008
    By kclark in forum Software Development
    Replies: 1
    Last Post: 18-11-2010, 09:39 AM
  3. In Visual Basic How to check whether an Object exists??
    By Samarth in forum Software Development
    Replies: 4
    Last Post: 02-01-2010, 10:13 PM
  4. How to Create ActiveX Controls in Visual Basic 6
    By geokilla in forum Software Development
    Replies: 3
    Last Post: 30-09-2009, 03:36 PM
  5. Visual Basic 2005 or Visual Basic 6
    By Aasha in forum Software Development
    Replies: 5
    Last Post: 15-01-2009, 06:56 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,711,696,812.06004 seconds with 16 queries