You are on page 1of 1

CSE407: Modern Programming Tools and Techniques-III Homework-3 Date of AssignmentSubmissionPart A 1.

. The Array class is the base class from which all Visual Basic .NET arrays. Justify the statement with implementation example. 2. Explain the programmatic steps to design a form in vb.net directly without using IDE. (Hint: Although form designing is convenient through IDE, it is certainly possible to code a form directly in VB.Net) 3. Explain Textbox control properties in vb.net? Describe the various keyboard events in vb.Net. Part B 4. Give the programmatic steps to write the data to a text file in Vb.Net? 5. Create a project in Vb.Net by using TabControl for the following: Container that provides pages to contain other controls and tabs to click to move between the pages, the pages are instances of the TabPage control, which is derived from the Panel control. 6. Discuss the different ways to get the environment information in Vb.Net?

Date of

You might also like