SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
Barbara Dolye
Chapter:
Introduction To Windows Programming
Exercise:
Programming Exercises
Question:3 | ISBN:9781285096261 | Edition: 4

Question

Create a Windows application that contains two textboxes (with labels) and one
button. The textboxes should be used to allow the user to input the x- and ycoordinates
to indicate where the form should be positioned. When the user
clicks the button, the window should be moved to that new point. Be sure to
label the textboxes appropriately. Change the form’s background color. Add a
title caption to the form. Include a heading above the textboxes and button.
Enlarge the size of the font. Only allow positive integers to be used for the
coordinates.                                                                                                                                                                                               
Hint: One easy way to do this is to set the location using an instance of the
Point class when the user clicks the button. To do this, you could allow the
user to input values for both x and y into two separate textbox objects. After
being retrieved, they would need to be parsed or converted to their integer
equivalent. Then use the numeric values for x and y to set the location by typing
Location = new Point(x,y);.

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Sorry the answer is not available at the moment…

If you are able to find the answer, please make sure to post it here. So that your Juniors have smile on their lips and feel happy.

Spread the 'tradition of sharing'.