tutv10

12
How to write a Notepad Application DePauw ACM Tutorials #1

Upload: rajat-kumar

Post on 07-May-2015

258 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Tutv10

How to write a Notepad Application

DePauw ACM Tutorials #1

Page 2: Tutv10

Introduction to Staff

Jonathan Saddler – Chair / Lecturer

Rajat Kumar – Communicator / In-field Assistant

Vigo Wei – Vice Chair / Debugger

Mike Osborn – Treasurer / In-Field Assistant

Page 3: Tutv10

Objectives

We are creating a Notepad Application

Language used: Visual Basic (.NET)

Insert Notepad features here

Save copy of current note

Access previous notes

Edit current and previous notes

Page 4: Tutv10

ReferencesYou may access these slides at:

Attendees Signup here: goo.gl/PgSbP

Download Project file here:

Page 5: Tutv10

Starting to CodeLaunch the editor

Visual Studio 2008 or 2010 IDE

Open sample project file

Page 6: Tutv10

Part that you will code

Finished result;

yours may differ

Page 7: Tutv10

Buttons

• Minimize, Enlarge, and Exit

• Text area to enter notes

Page 8: Tutv10

Buttons cont.

• These buttons recall the notes

that were made previously for each

category

**Note: pressing ‘shift’ + ‘enter’

will save your current text

Page 9: Tutv10

Testing

TESTING TIME

Page 10: Tutv10

Debugging

Did this happen?

how to fix it?

Page 11: Tutv10

Adding bonus features

work on these parts of project if time remaining

Page 12: Tutv10

Conclusion

Questions?

Thank you all for coming!