What Is Control Itself And What Are Different Types Of Controls Available In Visual Basic 6.0?
Can you define the control types?
1 Answer - Sort by: Date | Rating
A control is actually predefined object which has a visual appearance.
The user can interact with these controls/objects with mouse or keyboard.
These predefined components are reusable and are used in visual programming.
These controls act like building blocks that are combined to form an application in visual programming.
There are two types of controls in visual basic:
1. Intrinsic controls
2. ActiveX controls
Intrinsic controls are also called standard controls. These are default controls that are available at the tool box in the IDE of visual basic.For instance, check box, text box, command button, scrollbars, label, timer, option button, image, list box etc.ActiveX controls are the form of advanced controls that are actually extension of intrinsic controls.
These controls are added explicitly by the visual programmer in the project. These can be added through the project menu. Select "Components" from project menu. It will display Components dialog.
It will show a list of all ActiveX and other components that are not in the default tool box but can be added to an application.Check an ActiveX control option and press OK. An icon representing that newly selected control will be added to the tool box on the IDE of visual basic. We can add this control to our application simple as an intrinsic control.
The user can interact with these controls/objects with mouse or keyboard.
These predefined components are reusable and are used in visual programming.
These controls act like building blocks that are combined to form an application in visual programming.
There are two types of controls in visual basic:
1. Intrinsic controls
2. ActiveX controls
Intrinsic controls are also called standard controls. These are default controls that are available at the tool box in the IDE of visual basic.For instance, check box, text box, command button, scrollbars, label, timer, option button, image, list box etc.ActiveX controls are the form of advanced controls that are actually extension of intrinsic controls.
These controls are added explicitly by the visual programmer in the project. These can be added through the project menu. Select "Components" from project menu. It will display Components dialog.
It will show a list of all ActiveX and other components that are not in the default tool box but can be added to an application.Check an ActiveX control option and press OK. An icon representing that newly selected control will be added to the tool box on the IDE of visual basic. We can add this control to our application simple as an intrinsic control.
0
0
- What Is Needed To Run A PHP Script?
- Writing Of Data To A Transaction Log Is Which ACID Property?
- * *** **** ***** Who Do I Write A C++ Program For This?
- When Did Japan Get Independence?
- What Is The Main Disadvantage Of Recursion?
- How Are Records Deleted To Ensure The Integrity And Consistancy Of A Database?
- What Are The Commands In Command Prompt(cmd.exe)?
- What Is Object Based Logical Model?
- What Is Difference Between Html And Rss Reader?
- What Are The Higher Normal Forms In Database?
- How To Construct A Flowchart That Will Compute And Print The Sum And Average Of Three Numbers?
- What Do I Do On Meez If It Says Your Input Is Not Correct And It Is?
- How Do I Enable Java Script Onto My Browser. My Cellphone Is A LG - LW310?
- What's An Equation For A Line That Has An X-int Of (6,0) And Y-int Of (0,4)?
- Data In MS Access Table Is Read Only - Need To Change So Can Edit Or Delete?
- How Can I Write The Program The Greatest The The Element In Array In C?
- What Is The Oldest Database Model?
- What Is The Oldest And Simplest Of The 5 Database Models?
- What Does The Term Data Independence Mean And Why Is It An Important Goal?
- In Which Phase Compiler Get Terminate?
- What Is 2-tier Architecture Of Database?
- How To Display Decimal In A Flow Chart?
- How Can I Use Dmp File In Java?
- You Are Writing A Database Application To Run On Your DBMS. You Do Not Want Your Users To Be Able To View The Underlying Table Structures. At The Same Time You Want To Allow Certain Update Operations?

New Comment - Comments are editable for 5 min.