Programming with Microsoft Visual Basic 2017
8th Edition
ISBN: 9781337102124
Author: Diane Zak
Publisher: Cengage Learning
expand_more
expand_more
format_list_bulleted
Expert Solution & Answer
Chapter 1, Problem 18RQ
Program Description Answer
When two or more controls are selected, the control that has the "while sizing handles” represent the reference control.
Hence, correct answer is option “A”.
Expert Solution & Answer
Trending nowThis is a popular solution!
Students have asked these similar questions
The characteristic that is present on the majority of controls determines, at run time, whether or not the control is shown on the form.
When aligning two or more controls, the first control selected is calledthe control.
a. initializer
b. positioning
c. reference
d. none of the above
You are able to modify the size of a control by choosing it after you have already chosen to use that control.
Chapter 1 Solutions
Programming with Microsoft Visual Basic 2017
Ch. 1 - What is a computer program?Ch. 1 - What is a GUI?
Ch. 1 - What is the process of translating a solution into...Ch. 1 - In object-oriented programming, what is a class?Ch. 1 - Which window in the IDE lists the tools you can...Ch. 1 - While designing an interface, which window in the...Ch. 1 - Prob. 3MQ2Ch. 1 - Prob. 1MQ3Ch. 1 - Prob. 2MQ3Ch. 1 - What filename extension indicates that the file is...
Ch. 1 - Prob. 1MQ4Ch. 1 - Prob. 2MQ4Ch. 1 - Prob. 3MQ4Ch. 1 - Prob. 4MQ4Ch. 1 - Prob. 1MQ5Ch. 1 - What is the three-character ID used when naming...Ch. 1 - What is the purpose of an access key?
Ch. 1 - What character is used to designate an access...Ch. 1 - Prob. 1MQ6Ch. 1 - Prob. 2MQ6Ch. 1 - Prob. 3MQ6Ch. 1 - Prob. 4MQ6Ch. 1 - Prob. 1MQ7Ch. 1 - Prob. 2MQ7Ch. 1 - Prob. 3MQ7Ch. 1 - Prob. 4MQ7Ch. 1 - In the Code Editor window, what character...Ch. 1 - A(n)._____ is an environment that contains all of...Ch. 1 - When using an analogy involving a blueprint and a...Ch. 1 - You create your application’s user interface in...Ch. 1 - Each tool in the toolbox represents a class from...Ch. 1 - Which window is used to set the characteristics...Ch. 1 - Prob. 6RQCh. 1 - Prob. 7RQCh. 1 - Prob. 8RQCh. 1 - Which property is used to give a form file a more...Ch. 1 - Which property determines the initial position of...Ch. 1 - Prob. 11RQCh. 1 - Prob. 12RQCh. 1 - Prob. 13RQCh. 1 - Prob. 14RQCh. 1 - Prob. 15RQCh. 1 - What is the three-character extension appended to...Ch. 1 - Prob. 17RQCh. 1 - Prob. 18RQCh. 1 - Which statement terminates an application that...Ch. 1 - Prob. 20RQCh. 1 - Prob. 21RQCh. 1 - Prob. 22RQCh. 1 - Prob. 23RQCh. 1 - Prob. 24RQCh. 1 - Prob. 25RQCh. 1 - Prob. 1ECh. 1 - Prob. 8E
Knowledge Booster
Similar questions
- True or False? Control structures alter the normal flow of control.arrow_forwardWhen you drag a field object to an existing control in the interface, Visual Basic replaces the existing control with a new control.a. True b. Falsearrow_forwardThis is not opinion based question. Create a module in Excel -Use an input box to ask for a phrase of at least 10 characters For now, don’t worry about checking it if it has 10 characters -Display messages to user (not in immediate window): -number of characters in the-phrase-First 4 characters-Last 6 characters-Character number 5-All but the first and last charactersarrow_forward
- It is possible that a control's runtime visibility on the form will change depending on its properties, just as with any other control.arrow_forwardIn the same way as with other controls, the characteristics of a control may influence whether or not it will be shown on the form while it is being executed.arrow_forwardIt is up to the control's attribute, as is the case with other controls, to decide whether or not a control will be shown on the form while the program is running.arrow_forward
- How does one go about assigning an access key to a Button control?arrow_forwardThe cubic B-spline below has some repeated control points. Label each control point with the number of times it is repeated (that is, the number of the points at that same location). G C В Control point A 1 2 Control point A Control point B Control point C Control point D Control point E Control point F Control point Garrow_forwardYou have been hired by a University to make a system for its library. You need to work on the menu of a library. To create this program you have to create a structure containing book information like serial number, name of author, book title and flag to know whether book is issued or not. First you need to create a menu which has the following options 1 - Add a new book 2 – Display Books that are issued. 3 - Display all the books in the library of a particular author 4 - Display the number of books of a particular title 5 - Display the total number of books in the library 6 - Issue a book (If we issue a book, then its number gets decreased by 1 and if we add a book, its number gets increased by 1)arrow_forward
- Instructions Objectives: Use a while loop Use multiple loop controlling conditions Use a boolean method Use the increment operator Extra credit: Reuse earlier code and call two methods from main Details:This assignment will be completed using the Eclipse IDE. Cut and paste your code from Eclipse into the Assignment text window. This is another password program. In this case, your code is simply going to ask for a username and password, and then check the input against four users. The program will give the user three tries to input the correct username-password combination. There will be four acceptable user-password combinations: alpha - alpha1 beta - beta1 gamma - gamma1 delta - delta1 If the user types in one of the correct username-password combinations, then the program will output: “Login successful.” Here are a couple of example runs (but your code needs to work for all four user-password combinations): Username: betaType your current password: beta1Login…arrow_forwardThe attribute of a control, like the attribute of other controls, determines at runtime whether or not the control is shown on the form. The impact of this is similar to that of other control features.arrow_forwarddesign pattern question :- Using the state pattern, you have to implement an application that help track the item ordered from online shop. The client orders an item from online shop, then item can go to post office, then it will be delivered to the user home. Or the item after being ordered it goes to the post office, then the user will pick it up from the post office. In both cases; either take the item from the post office or has it delivered to the client's home represents the end of the process. Q1)Draw the state diagram that shows all possible states and transitions? Q2) Write code of the Ordered state? Q3) Write the implementation of the ShopOrder class; most important things are the states declaration, the constructor, a function to return robot statearrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Programming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage LearningMicrosoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,