jrhurley2 / TDInterface-Public

Windows Form application that uses TD Ameritrade Apis
3 stars 1 forks source link

Screenshots and Log cleanup #134

Closed brandoncorry closed 1 year ago

brandoncorry commented 1 year ago

Fixed an issue where exit handler wasn't called for the Program to flush traces

Added a little code to delete logs after 7 days.... as they start to take up a LOT of space. (Some days were ~1g in total for me)

Added a screenshot button to the MainForm so you can capture a screenshot at anytime.... handy for testing, and maybe for using.. :)

Fixed an issue where screenshots were not accounting for DPI scaling on different monitors. This required a change to support PerMonitor DPI Mode. Please test this on your displays

Updated all windows to have a bit more size when moved as part of scaling...

Updated all windows to be fixed single - not sizeable/maximized.