Hello, I need help with the following: 1 – Assignment You will create an application to display an image. In this case, you will just be displaying an ASCII art image. GUI – The interface will have two buttons: Open Image, and Close Image. You can guess what these do. You will also need a multi-line textbox (textarea) to display the image. You will need to change the font for the textarea to be Courier New, or another monospace font. This will allow each character to occupy the same amount of space and create an “image”. The program – When clicking the Open button, your program should read an ASCII image from a file into a 2 dimensional array. Then your program should display the image in the textarea. When clicking the Close button, your program should clear the textarea. The program must store the characters of the image in an array. One character for each array element. You can use 2 dimensional arrays. The goal of the program is not to just read the file and display it to the screen line by line. In this project, you’ll use the grayscale encoding, but you’ll display an ASCII character instead of a gray color. This style is called ASCII art. It can be any image of ASCII.   This is done in Visual Studio using Visual Basic code.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Hello, I need help with the following:

1 – Assignment
You will create an application to display an image. In this case, you will just be displaying an ASCII art
image.
GUI – The interface will have two buttons: Open Image, and Close Image. You can guess what these do.
You will also need a multi-line textbox (textarea) to display the image. You will need to change the font
for the textarea to be Courier New, or another monospace font. This will allow each character to
occupy the same amount of space and create an “image”.
The program – When clicking the Open button, your program should read an ASCII image from a file into
a 2 dimensional array. Then your program should display the image in the textarea. When clicking the
Close button, your program should clear the textarea.
The program must store the characters of the image in an array. One character for each array element.
You can use 2 dimensional arrays. The goal of the program is not to just read the file and display it to the
screen line by line.

In this project,
you’ll use the grayscale encoding, but you’ll display an ASCII character instead of a gray color. This style
is called ASCII art. It can be any image of ASCII.

 

This is done in Visual Studio using Visual Basic code.

Expert Solution
Step 1

Introduction

ASCII:

American Standard Code for Information Exchange is referred to as ASCII. This is a type of character packing that assigns 128 various characters, including capital and lowercase letters, numbers, punctuation, and other symbols, specific numeric codes. A 7-bit binary code can be used to describe ASCII characters, providing a total of 128 personalities that can be represented.

GUI:

GUI, or graphic user interface, stands for. Users can interact with a computer program utilizing graphical components like windows, icons, buttons, and menus with this style of the user interface. By offering a visual representation of the program's operation, GUIs make it simpler for users to browse and handle complicated software applications. Users can interact with a GUI by using a mouse, keyboard, or other input devices, and the consequences of their actions are displayed immediately on the screen. Modern operating systems, desktop programs, and mobile devices all frequently use GUIs.

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Running Time of Application
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education