Learn Visual basic and get VBA Code Free
Full Visual Basic Download PDF - Click Here
THE VISUAL BASIC PROGRAMMING
Visual Basic is an event programming language. The
visual part refers to the method used to create the Graphical user interface
(GUI)
Visual Basic एक इवेंट प्रोग्रामिंग भाषा है। दृश्य भाग ग्राफिकल यूजर इंटरफेस बनाने के लिए इस्तेमाल की जाने वाली विधि को संदर्भित करता है (GUI)
In this chapter, you will study brief introduction of Visual Basic, Microsoft’s visual programming language. Visual Basic helps you to create GUI graphical user interface; applications in a shorter time as compared to conventional languages, such as C/C++, Pascal etc, and with fewer errors. Visual Basic is one of today’s most popular used software development languages. Visual Basic uses a graphical, forms-based approach to application development.
इस अध्याय में, आप Visual Basic के संक्षिप्त परिचय का अध्ययन करेंगे, Microsoft दृश्य प्रोग्रामिंग भाषा की। Visual Basic आपको GUI ग्राफिकल यूजर इंटरफेस बनाने में मदद करता है; पारंपरिक भाषाओं की तुलना में कम समय में अनुप्रयोग, जैसे कि C / C ++, पास्कल आदि, और कम त्रुटियों के साथ। विजुअल बेसिक आज की सबसे लोकप्रिय प्रयुक्त सॉफ्टवेयर विकास भाषाओं में से एक है। Visual Basic अनुप्रयोग विकास के लिए एक ग्राफिकल, रूपों-आधारित दृष्टिकोण का उपयोग करता है।
In this chapter, you will study brief introduction of Visual Basic, Microsoft’s visual programming language. Visual Basic helps you to create GUI graphical user interface; applications in a shorter time as compared to conventional languages, such as C/C++, Pascal etc, and with fewer errors. Visual Basic is one of today’s most popular used software development languages. Visual Basic uses a graphical, forms-based approach to application development.
इस अध्याय में, आप Visual Basic के संक्षिप्त परिचय का अध्ययन करेंगे, Microsoft दृश्य प्रोग्रामिंग भाषा की। Visual Basic आपको GUI ग्राफिकल यूजर इंटरफेस बनाने में मदद करता है; पारंपरिक भाषाओं की तुलना में कम समय में अनुप्रयोग, जैसे कि C / C ++, पास्कल आदि, और कम त्रुटियों के साथ। विजुअल बेसिक आज की सबसे लोकप्रिय प्रयुक्त सॉफ्टवेयर विकास भाषाओं में से एक है। Visual Basic अनुप्रयोग विकास के लिए एक ग्राफिकल, रूपों-आधारित दृष्टिकोण का उपयोग करता है।
VISUAL BASIC ENVIRONMENT
The
visual basic environment is a platform provided by visual basic to develop and
execute a project. The environment consists of different project templates,
control tools and various other options.
- A project file that keeps track of all the components (VBP.)
- The form file for each form (FRM) created to develop on application. It contains description of the properties of the from and the controls on it.
- A binary data file for each form containing data for properties of controls on the form. There files are not editable and are automatically generated for any frm file that contains binary properties such as picture or icon.
- The (DS) file is an optional file for each class modules. The class file is created. When you create your own objects.
- The standard (.bas) file is also optional for each standard module. It contains module level declarations and procedures.
- The active and control file that becomes a part of the project file only if optional controls are added to your program.
Post a Comment