Programming with Microsoft Visual Basic 2017
8th Edition
ISBN: 9781337102124
Author: Diane Zak
Publisher: Cengage Learning
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 1, Problem 16RQ
What is the three-character extension appended to solution filenames in Visual Basic?
- a. .prg
- b. .sin
- c. .src
- d. .vbs
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Develop a C# Windows Form Application that allows users to do all of the following.
a. Draw the following shapes: The Location of the Shape depends on the users
Mouse Down OR up.
1.
a. Drawing the following shape using mouse left
b. Drawing the following shape using mouse right
Description
Important instructions:
All programs must include introductory comments as well as comments throughout the program.
The introductory comments should include your name, the class name with section (e.g. Cs 117
-17895), the program name, and a brief description of the program.
Write your program in C++ with Visual Studio, or an online compiler - compile, and execute it. Upload the
file with the .cpp extension to Canvas for grading.
For visual studio 2017 users: don't forget to use the system ("pause") before the "return" statement at the
end of your program.
Programming Assignment10: Chapter 11 Soccer Scores
Write a program that stores the following data about a soccer player in a structure:
Player's Name
Player's Number
Player's Scored by Player
The program should keep an array of 3 of these structures. Each element is for a different player on a
team.
When the program runs, it should ask the user to enter the data for each player.
It should then show a table that lists each…
please use c#
Be sure to thoroughly document your coding, explaining what you did and why you did it. Comments should explain what your code does (each line or each block of lines...etc.)
question
(MDI Text Editor) Create an MDI text editor. Each child window should contain a multiline RichTextBox. The MDI parent should have a Format menu, with submenus to control the size, font and color of the text in the active child window. Each submenu should have at least three options. In addition, the parent should have a File menu, with menu items New (create a new child), Close (close the active child) and Exit (exit the app). The parent should have a Window menu to display a list of the open child windows and their layout options.
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
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- True or False C# source code files always end with the .cs extension.arrow_forwardLesson: Visual BasicTopic: Data Filesarrow_forwardTG Automotive with Dialog WindowIn Chapter 6, Programming Challenge 4, you were asked to create an application that calculates charges for an automotive repair company. A significant drawback to the design of that program was that it was not expandable—you are limited to only the number of options that can easily fit on a single form. Real-world applications usually require a great deal of input selections, leading to the use of separate windows to get different types of input. In this Programming Challenge, you will create a separate form, such as the one shown in Figure 7-78, to get the user’s oil and lubrication services selections. Notice that the price of each service is included in the Text property of each CheckBox control.Oil changes are now divided into two types: Crankcase oil and transmission oil. In the form shown in Figure 7-78, the user has selected two checkboxes and clicked the Confirm Selections button. Notice that a confirmation message containing the price appears…arrow_forward
- Visual basic 6arrow_forwardنقطة واحدة Keywords in Visual Basic are * words that are used as prefixes for control names (such as text, btn, LBL, and Ist). is used to name controls, such as TextBox1, Command2, etc. should be used Find when naming variables. have special meaning and should not be used Find when naming variables. هذا السؤال مطلوب نقطة واحدة The default property for a text box control is Enable O Text Multiline Password char Oarrow_forwardCreate a Windows form Application in Visual Basic that displays : (i) a new Form's File name (Lesson one) (ii) a Label (My First VB Form) (ii) two buttons (Ok and Cancel) (iii) An uppercase text (PRACTICE)arrow_forward
- In C#: Help I am New to this and stuckarrow_forwardQl:-Write a program in visual basic that calculate the average value of thee integer numbers. Use four text boxes for the numbers and the result and one command botton for execution.arrow_forwardIt contains all the objects that can be used to design a form created in Visual Basic.arrow_forward
- $font-color: #fff $bg-color: #00f #box color: $font-color background: $bg-color Define this is the syntax of which processor with proper explainationarrow_forwardInstructions: Write the following programs in C# using concepts learnt in this chapter and submit the .cs file with the screenshot of your output for each question. 2. Miles Per Hour Calculator Create an application that calculates mph or (Miles Per Hour). There should be 2 textbe and 2 labels to label the input textboxes. The first textbox should be the miles driven. A textbox should be hours taken. There should be a button to calculate miles per hour. And a label or textbox for the resu calculate. 1. textbox for miles [input] 2. textbox for hours (time used) [input] 3. label for miles textbox 4. label for hours textbox 5. button for calculate mph [to start program] 6. label or textbox to get results [output] 田arrow_forwardC# programming question 3 Can’t figure this one out. Help of any input, output and comments would be appreciated.arrow_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 Learning
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
C - File I/O; Author: Tutorials Point (India) Ltd.;https://www.youtube.com/watch?v=cEfuwpbGi1k;License: Standard YouTube License, CC-BY
file handling functions in c | fprintf, fscanf, fread, fwrite |; Author: Education 4u;https://www.youtube.com/watch?v=aqeXS1bJihA;License: Standard Youtube License