CBSE Class 12 Informatics Practices Visual Basic Notes

Download CBSE Class 12 Informatics Practices Visual Basic Notes in PDF format. All Revision notes for Class 12 Informatics Practices have been designed as per the latest syllabus and updated chapters given in your textbook for Informatics Practices in Standard 12. Our teachers have designed these concept notes for the benefit of Grade 12 students. You should use these chapter wise notes for revision on daily basis. These study notes can also be used for learning each chapter and its important and difficult topics or revision just before your exams to help you get better scores in upcoming examinations, You can also use Printable notes for Class 12 Informatics Practices for faster revision of difficult topics and get higher rank. After reading these notes also refer to MCQ questions for Class 12 Informatics Practices given our website

Revision Notes for Class 12 Informatics Practices Visual Basic

Class 12 Informatics Practices students should refer to the following concepts and notes for Visual Basic in standard 12. These exam notes for Grade 12 Informatics Practices will be very useful for upcoming class tests and examinations and help you to score good marks

Visual Basic Notes Class 12 Informatics Practices

 

Visual Basic Revision Tour

Intrinsic Controls in Visual basic

The visual basic 6.0 provides some standard controls on its control box which are known as intrinsic control. These are built-in controls and are contained in Visual basic .EXE file. These are different from the extrinsic controls (ActiveX objects and Insertable objects) in the sense that they always reside in the control toolbox, while the others are required to be inserted through the components.

Class_12_information_practice_7.PNG

Class_12_information_practice_8

Class_12_information_practice_9

CBSE Class 12 Informatics Practices Visual Basic Study Notes

Name, Caption (or text in case of textbox), font, are common properties of all controls which are related to the controls basic properties.

How to use the properties within a particular control:

Syantax: Controlname.property=value

Ex:- txtcountry.text=”India” here the txtcountry is a text box assigned a value of “India” to its property text.

How to use the properties within a particular control:

Syantax: Controlname.method(parameters)

Ex:- lstname.additem(“my name”) the method additem is here adding a new item in the listbox.

The codes using these properties and/or methods are generally written either within a function, procedure or an event-procedure while writing a VB 6.0 programs.

Please click the link below to download pdf file for CBSE Class 12 Informatics Practices Visual Basic Study Notes.

Books recommended by teachers

More Study Material