Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

INTRODUCTION : Over the next weeks, you will be developing a small software project that includes a wide range of activities: needs analysis, screen design,

INTRODUCTION: Over the next weeks, you will be developing a small software project that includes a wide range of activities: needs analysis, screen design, algorithm development, programming, testing, debugging, documentation and publishing.

PRELIMINARY: You should already have accessed the free e-textbook we are using from Books 24x7 and installed/gained access to Microsoft Visual Studio Community 2015 following instructions elsewhere. If you have not done so, please backtrack and ensure that you have access to the book and software.

The last part of the lab assignment is to complete the design of the DroneDogs Order Form below by entering names for the controls on the screen form, using Hungarian Notation (sometimes called modified Hungarian Notation) as the naming convention for variables and controls.

Hungarian notation uses 3 letter prefixes for all names, to indicate the types of control/variables to which they refer. The remainder of the name is a meaningful name.

Some common prefixes relevant to this assignment are as follows, and others can be easily looked up online through a search for Hungarian notation.

.

btn for a button

lbl for a label

txt for a text box

img for a picture or image

For instance, a good name for item A: in the diagram above would be lblDroneDogHeader.

Note: the DroneDogs logo is in a picture box, so youll want to use an appropriate name for that type of item in the assignment below.

Enter the control name you would assign, using Hungarian Notation:

A:

B:

C:

D:

E:

F:

G:

H:

I:

J:

K:

L:

M:

N:

O:

P:

Which control would you recommend have the default focus (the cursor is active here) when the form loads?

Would you design your application so that the Enter Key on the keyboard automatically worked as a click on the Calculate Order button? The Exit button? Neither? Why?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Climate And Environmental Database Systems

Authors: Michael Lautenschlager ,Manfred Reinke

1st Edition

ISBN: 1461368332, 978-1461368335

Students also viewed these Databases questions

Question

2. Design a Half Adder Circuit. Design a full Adder Circuit 3

Answered: 1 week ago