1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Mnenie [13.5K]
3 years ago
11

create a windows application that can be used to input a user's name. Include an appropriate label indicator for the name and a

textbox for the input entry. A buttton labeled submit should retrieve and display the value enterd on another label positioned near the bottom of the form
Computers and Technology
1 answer:
victus00 [196]3 years ago
8 0

Answer:

lblOutput.Text = txtUsername.Text;

See attachment for program interface

Explanation:

This question is answered using C# windows forms application.

First, we need 2 labels, 1 textbox and 1 button to answer this question.

For this assignment, the following properties are set for the tools.

<u>1. Textbox</u>

Name: txtUsername

2. The first label (at the left of the textbox)

Name: lblUser

Text: Username

3. Button

Name: lblSubmit

Text: Submit

4. The second label (below the button)

Name: lblOutput

Text: -----

After these have been done, double-click on the button to create a click event and enter the following code:

<em>lblOutput.Text = txtUsername.Text;</em>

See attachment for program interface

You might be interested in
After reviewing device security you learn that a malicious user in an airport
NARA [144]

Answer:

Sniffing.

Explanation:

Data theft can be defined as a cyber attack which typically involves an unauthorized access to a user's data with the sole intention to use for fraudulent purposes or illegal operations. There are several methods used by cyber criminals or hackers to obtain user data and these includes DDOS attack, SQL injection, man in the middle, phishing, sniffing, etc.

Sniffing can be defined as a form of cyber attack in which a malicious user gains access to a private network with the intent of finding out what information is stored on the network.

A packet sniffer also known as a packet analyzer, is a computer software or hardware tool that can be used to intercept, log and analyze network traffic and data that passes through a digital network.

Basically, an unauthorized packet sniffer is used to steal user informations.

This ultimately implies that, sniffing typically involves monitoring and capturing internet traffic (data packets) that are transmitted through a private network in real-time by using a sniffing tool, which may either be a hardware or software.

In this scenario, a malicious user in an airport terminal seating area was able to connect wirelessly to a traveling employee's smartphone and downloaded her contact list. Thus, the type of attack that has taken place is referred to as sniffing.

4 0
3 years ago
In which career does the level of education vary the most?
Ksenya-84 [330]
Journalism
all the best
3 0
3 years ago
Read 2 more answers
If cos 3/5 what is the sin and tan​
suter [353]

Answer:2.988584094

Explanation:

6 0
3 years ago
Consider the following pseudocode:
In-s [12.5K]

Answer:

Part a:  The program will print 3.

Part b: The program will print 4

Part c: The program will print 1.

Explanation:

Part a: As the scoping is static, the x integer has a value of 1 and the y integer has a value of 2 so the addition is 2+1=3.

Part b: As the scoping is dynamic with deep binding, the x integer has a value of 2 and the y integer has a value of 2 so the addition is 2+2=4.

Part c: As the scoping is dynamic with shallow binding, the x integer has a value of 1 so it will print 1.

4 0
3 years ago
What type of error occurs when a program is expecting an integer value and the user enters a string?
Alona [7]

The type of error that occurs when a program is expecting an integer value and the user enters a string is value error.

<h3>What are errors in program?</h3>

Errors are the problems or the faults that occur in the program.

This error makes the program behave abnormally. It usually acts contrary to  what you expect.

Example of errors includes runtime error, syntax error, compilation error, value error, logic error and many more.

Therefore, type of error occurs when a program is expecting an integer value and the user enters a string is value error.

learn more on error here: brainly.com/question/17924309

#SPJ2

5 0
2 years ago
Read 2 more answers
Other questions:
  • What percent<br> of students in<br> the US are<br> considered<br> ESL<br> students?
    5·1 answer
  • True or false: Sony is the company behind the creation of the ‘Super Mario Bros.' franchise.
    8·2 answers
  • Write a Python program calculate summary statistics about a class assignment. First, prompt the user for the number scores to be
    6·1 answer
  • Write a program that asks for the weight of a package and the distance it is to be shipped. This information should be passed to
    12·1 answer
  • Define a lambda function that accepts one argument (a list of strings) and returns a list of only the words that start with an '
    9·1 answer
  • A computer scientist creates an app that tells you a funny joke each time you touch the Joke button.
    15·1 answer
  • How do u answer questions on brainly if ur on the app and on a phone. For me there is no answer button :(
    8·1 answer
  • What does the statement that follows do? double gallons[6] = { 12.75, 14.87 }; a. It assigns the two values in the initializatio
    13·1 answer
  • Because of the internet, travel agents now focus more on computers than they do on customer relationships.
    6·2 answers
  • ((Excel)) please help, 100 points, and brain crown thingy, not only that, i will make several of these so you can get several hu
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!