Difference between intrinsic and extrinsic controls in vb
Answers
Answered by
2
Explanation:
Intrinsic and Extrinsic Controls
1) Intrinsic Controls :- The intrinsic controls are built in controls in VB. They can't be replaced or removed from the toolbox. Examples :- Text Box , Command Buttons Etc. 2) Extrinsic Controls :- These lie outside vb & reside in .
Answered by
0
Difference between intrinsic and extrinsic controls in vb
- The.exe file for Visual Basic contains controls. don't need to include these in Toolbox. can't be taken out of the Toolbox.
- Controls that are incorporated into Visual Basic are called intrinsic controls. They cannot be changed or taken out of the toolbox. Examples include text boxes and command buttons. Extrinsic Controls: These are located in areas other than VB.
- Controls that you can add to Visual Studio projects are displayed in the Toolbox pane. Press Ctrl+Alt+X to launch Toolbox, or select View > Toolbox from the menu bar. You can resize and place the controls by dragging and dropping them onto the surface of the designer you are using.
- Other controls on the page can be contained within the Panel control. It manages how the controls it contains look and can be seen. Additionally, it enables programmable control generation.
#SPJ2
Similar questions