I am to add a viewer for notes.Implement an overview dialog for the current notes in the system just how the Recycle Bin window/menu is.The preview dialog is to display entries associated with all currently present notes in the system, displayed, minimized and so onbut don't add a deleted feature, thats for the recycle bin. When clicking on an entry from the preview dialog, the focus shouldbe redirected to the actual note in the system. If a note is minimized it should be restored
Code: [Select]I am to add a viewer for notes.Implement an overview dialog for the current notes in the system just how the Recycle Bin window/menu is.The preview dialog is to display entries associated with all currently present notes in the system, displayed, minimized and so onbut don't add a deleted feature, thats for the recycle bin. When clicking on an entry from the preview dialog, the focus shouldbe redirected to the actual note in the system. If a note is minimized it should be restoredso far I'm looking at just copying the recycle bin class and modifying it?quadz.. do you know if I have to create a new header file for this?p.s. did u get my PM earlier?
Reverse engineer the static design the program. You will need to construct the UML class diagram for theprogram software system, using the source and documentation alone. The Class diagram is a type of UMLdiagrams that describe the static structure of a system.NOTESYou can use any software to construct the class diagram.However, you must indicate what software you are using and what part ofthe diagram was done using this system.Recommend using Visio.
to DlgLanguage.cpp added the following line _T("Notes Viewer"), // 11to SystemTray.cpp added the following line menu.SetMenuText (ID_TRAYMAIN_NOTESVIEWER, CTranslate::ReadString (18, "Notes Viewer"), MF_STRING);
Code: [Select]Reverse engineer the static design the program. You will need to construct the UML class diagram for theprogram software system, using the source and documentation alone. The Class diagram is a type of UMLdiagrams that describe the static structure of a system.NOTESYou can use any software to construct the class diagram.However, you must indicate what software you are using and what part ofthe diagram was done using this system.Recommend using Visio.
I dunno what happen to you tonight console.. but I guess I pulled through without having to ask for so much help