Closed bombomby closed 5 years ago
Control is here: Controls\SummaryViewer.xaml
Use http://modernuiicons.com/ to choose appropriate icons - then use {StaticResource icon_name} to embed vector icon. All icons from this web-page are already embedded as resources.
Add a button (next to the combo-box - right side) to open current attachment in external app (System.Diagnostics.Process.Start).
Add a button (next to the combo-box - right side) to export selected attachment. This button should open SaveFile dialog and allow you to select output folder and filename. Control should automatically suggest existing filename. Once the destination is selected - save the stream to the selected path.
Add a button (next to the combo-box - right side) to export all the attachments.
Add tooltips for each of the buttons.