Visual basic
Basic concept of visual basic:----
1. Form:-- Form visual basic का control unit कहलाता है |=> यह एक blank window होता है , जो अन्य control 's के लिए एक container की तरह कार्य करता है |
2 . Control's :-- Control visual basic के objects कहलाते है जिन्हे form में drow किया जाता है |
=> अलग - अलग control's का use application के हिसाब से किया जाता है |
=> Visual basic में हमे एक standard toolbox available रहता है जिसमे standard control's की list होती है |
=> हर control /object की properties होती है जिसे property window के द्वारा दर्शाया जाता है |
=> control's या object में बहुत से methods include रहते है |
ex .=> list box ---------> Add item
(control ) ( methods )
=> हर control एक event पर work krta है |
3 . Project :-- Project का use V.B में forms of module को hold करने के लिए किया जाता है |
4 . Procedure :-- किसी program में code को procedure या sub routine ke अंतर्गत रखा जाता है |
5 . Properties :-- Properties के द्वारा visual basic में use होने वाले component या control की विशेषता दर्शाया जाता है |
Comments
Post a Comment