0% found this document useful (0 votes)
4 views1 page

VB.NET Homework: Arrays, Forms, and Controls

This document outlines homework assignments for a programming tools and techniques course. It includes questions about array classes in VB.NET, programmatically designing forms without an IDE, textbox control properties and keyboard events, writing data to text files, using tab controls, and getting environment information in VB.NET. Students are asked to explain concepts, provide code examples, and discuss different programming tasks.

Uploaded by

attractiveme
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

VB.NET Homework: Arrays, Forms, and Controls

This document outlines homework assignments for a programming tools and techniques course. It includes questions about array classes in VB.NET, programmatically designing forms without an IDE, textbox control properties and keyboard events, writing data to text files, using tab controls, and getting environment information in VB.NET. Students are asked to explain concepts, provide code examples, and discuss different programming tasks.

Uploaded by

attractiveme
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

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 [Link] directly without using IDE. (Hint: Although form designing is convenient through IDE, it is certainly possible to code a form directly in [Link]) 3. Explain Textbox control properties in [Link]? Describe the various keyboard events in [Link]. Part B 4. Give the programmatic steps to write the data to a text file in [Link]? 5. Create a project in [Link] 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 [Link]?

Date of

You might also like