Purchase Solution

Create a program using Visual Basic.Net

Not what you're looking for?

Ask Custom Question

You have a form with three text boxes,txtNumber,txtSentence,and txtBoxOut, and a command button, cmdButton1. Assume the user has entered a numerical value in txtNumber and a string in txtSentence. Write the instructions such that when the button is clicked, one character from txtSentence is copied to txtBoxOut, from the position indicated by the number in txtNumber. For example, If the user enters abcdefg in txtSentence and 4 in txtNumber, then clicking the button moves d to txtBoxOut.

Purchase this Solution

Solution Summary

This solution provides an example of a written program.

Solution Preview

Private Sub cmdButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Networking Questions

This quiz consists of some basic networking questions.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.