किसी भी window based एप्लीकेशन प्रोग्राम में user को use करने के लिए एक से अधिक Environment Provide किये जाते हैं जो स्वतंत्र अथवा सम्मिलित हो सकते हैं। विजुअल बेसिक द्वारा दो प्रकार के Environment create किये जा सकते हैं जिसे SDI (single document interface) तथा MDI (Multiple document interface) कहा जाता है।
(a.)SDI (Single Document Interface) forms-ऐसा form जिसमें प्रत्येक form एक दूसरे से स्वतंत्र रूप से runtime में execute होते हैं उन्हें हम SDI form कहते हैं। यह visual basic के by default form होते हैं तथा इस form में visual basic के सभी controls को drag करके drop किया जा सकता है। इस form में यूजर ऐसा interface तैयार करता है जो single तथा स्वतन्त्र हो।
(b.)MDI (Multiple
Document Interface) forms-
Steps to Create MDI Application
steps of creating a simple MDI application using Visual Basic. You can create an MDI application using the following steps,
Step 1: Create a new project
Step 2: Create a MDI parent form by clicking Add MDI form option in project menu item.
Step 3: Create a standard form and set its MDI child property to True.
Step 4: Run the program to see how child forms behave inside the parent. Child forms will be displayed only within the area of parent form as displayed on following screen,
No comments:
Post a Comment