two links down, making each link. ate a project named Classic BookSelector that contains a Form with a ListBox that lists at least five classic books that you think all educated people should have read. When the user places the mouse over the ListBox, display a Label that contains a general statement about the benefits of reading. The Label disappears when the user's mouse leaves the ListBox area. When the user clicks a book title in the ListBox, display another Label that contains a brief synopsis of the specific book. Also, change the BackColor of the Form to a different color for each book. Locate

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
C# programming, question 3 Any help with input, output, and comments would be appreciated.
File Edit View
Y
What's New?
CClassicBookSelector
5
1
6
7
89%
8
-B Debug
15
16
17
18
19
13 8
14
20
21
22
23
24
25
26
esc
9
10
11 Enamespace ClassicBookSelector
12
{
46°F
Sunny
↓
Git Project
Program.cs
using System.Drawing;
using System.Linq;
using System.Text;
B
C
using System.Threading.Tasks;
using System.Windows.Forms;
B
Error List Output
Ready
Y
}
3 references
public partial class Form1 : Form
{
?
Build Debug Test Analyze Tools Extensions
Any CPU
Form1.cs X Form1.cs [Design]
W
}
1 reference
public Form1()
{
InitializeComponent();
No issues found
12
2
1. reference
private void Form1_Load(object sender, EventArgs e)
{
}
1^/
#
3
ClassicBookSelector.Form1
11
14
$
4
▬▬
Start
15
Q
V
%
O Search
5
▼
Window
6
Help
hp
&
Search (Ctrl+Q)
7
习习,
Form1_Load(object sen
fa
8
Transcribed Image Text:File Edit View Y What's New? CClassicBookSelector 5 1 6 7 89% 8 -B Debug 15 16 17 18 19 13 8 14 20 21 22 23 24 25 26 esc 9 10 11 Enamespace ClassicBookSelector 12 { 46°F Sunny ↓ Git Project Program.cs using System.Drawing; using System.Linq; using System.Text; B C using System.Threading.Tasks; using System.Windows.Forms; B Error List Output Ready Y } 3 references public partial class Form1 : Form { ? Build Debug Test Analyze Tools Extensions Any CPU Form1.cs X Form1.cs [Design] W } 1 reference public Form1() { InitializeComponent(); No issues found 12 2 1. reference private void Form1_Load(object sender, EventArgs e) { } 1^/ # 3 ClassicBookSelector.Form1 11 14 $ 4 ▬▬ Start 15 Q V % O Search 5 ▼ Window 6 Help hp & Search (Ctrl+Q) 7 习习, Form1_Load(object sen fa 8
can raise an event by
e
he tab sequence
e Control raises
e Control
o sequence
rol raises
trol
an
4.
3.
2.
ercises
| k!
Exercises
Programming Exercises
Create a project named WordsOfWisdom with a Form containing at least four
Labels that hold "wise" quotes of your choice. When the program starts, the
background color of the Form and each Label should be black. When the user passes
a mouse over a Label, change its BackColor to white, revealing the text of the quote.
Create a project named RecentlyVisitedSites that contains a Form with a list of
three LinkLabels that link to any three Web sites you choose. When a user clicks a
LinkLabel, link to that site. When a user's mouse hovers over a LinkLabel, display a
brief message that explains the site's purpose. After a user clicks a link, move the most
recently selected link to the top of the list, and move the other two links down, making
sure to retain the correct explanation with each link.
641
Create a project named ClassicBookSelector that contains a Form with a ListBox
that lists at least five classic books that you think all educated people should have read.
When the user places the mouse over the ListBox, display a Label that contains a
general statement about the benefits of reading. The Label disappears when the user's
mouse leaves the ListBox area. When the user clicks a book title in the ListBox,
display another Label that contains a brief synopsis of the specific book. Also, change
the BackColor of the Form to a different color for each book.
Locate an animated .gif file on the Web. Create a project named Animated with a
Form that contains a PictureBox. Display three different messages on a Label-one
when the user's mouse is over the PictureBox, one when the mouse is not over the
PictureBox, and one when the user clicks the PictureBox.
5.
Create a project for a sandwich shop. The project, named SalsSandwiches, allows
a user to use a ListBox to choose a type of sandwich from at least four choices (for
example, Roast beef). When the user selects a sandwich type, the program should
display a second ListBox that contains at least three types of bread (for example,
Whole wheat). After the user selects a bread type, the program should display a third
ListBox with at least three choices for additions (for example, Lettuce). Display a
message on a Label that lists all the chosen options, and make the bread and additions
ListBoxes invisible. If the user makes a new selection from the first ListBox with the
main sandwich choices, the bread option becomes available again, and if a new bread
selection is chosen, the additions option becomes available again.
Transcribed Image Text:can raise an event by e he tab sequence e Control raises e Control o sequence rol raises trol an 4. 3. 2. ercises | k! Exercises Programming Exercises Create a project named WordsOfWisdom with a Form containing at least four Labels that hold "wise" quotes of your choice. When the program starts, the background color of the Form and each Label should be black. When the user passes a mouse over a Label, change its BackColor to white, revealing the text of the quote. Create a project named RecentlyVisitedSites that contains a Form with a list of three LinkLabels that link to any three Web sites you choose. When a user clicks a LinkLabel, link to that site. When a user's mouse hovers over a LinkLabel, display a brief message that explains the site's purpose. After a user clicks a link, move the most recently selected link to the top of the list, and move the other two links down, making sure to retain the correct explanation with each link. 641 Create a project named ClassicBookSelector that contains a Form with a ListBox that lists at least five classic books that you think all educated people should have read. When the user places the mouse over the ListBox, display a Label that contains a general statement about the benefits of reading. The Label disappears when the user's mouse leaves the ListBox area. When the user clicks a book title in the ListBox, display another Label that contains a brief synopsis of the specific book. Also, change the BackColor of the Form to a different color for each book. Locate an animated .gif file on the Web. Create a project named Animated with a Form that contains a PictureBox. Display three different messages on a Label-one when the user's mouse is over the PictureBox, one when the mouse is not over the PictureBox, and one when the user clicks the PictureBox. 5. Create a project for a sandwich shop. The project, named SalsSandwiches, allows a user to use a ListBox to choose a type of sandwich from at least four choices (for example, Roast beef). When the user selects a sandwich type, the program should display a second ListBox that contains at least three types of bread (for example, Whole wheat). After the user selects a bread type, the program should display a third ListBox with at least three choices for additions (for example, Lettuce). Display a message on a Label that lists all the chosen options, and make the bread and additions ListBoxes invisible. If the user makes a new selection from the first ListBox with the main sandwich choices, the bread option becomes available again, and if a new bread selection is chosen, the additions option becomes available again.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY