DisplayMagician/HeliosPlus/UIForms
terrymacdonald 5004f5f76a Silenced the System.Drawing.Image exceptions
The ProfileAdapter and ShortcutAdapters used
by the ImageListView Control unfortunately
have to access the sizes of the bitmaps being
loaded into the respective imagelistviews. I
can't find anyway of stopping the GDI+
from complaining about the Bitmap being
accessed by multiple different threads (as
ImageListView creates one thread per image.
This will be fixed once I move to this being a
WPF application as we'll use a different control.
2020-07-24 16:51:48 +12:00
..
ApplyingChangesForm.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
ApplyingChangesForm.Designer.cs Renamed the directories to HeliosPlus 2020-05-15 23:25:14 +12:00
ApplyingChangesForm.resx Renamed the directories to HeliosPlus 2020-05-15 23:25:14 +12:00
DisplayProfileForm.cs Fixed DisplayProfileForm profile selection logic 2020-07-24 13:11:42 +12:00
DisplayProfileForm.Designer.cs [WIP] Progressing ShortcutLibrary loading 2020-05-19 21:41:26 +12:00
DisplayProfileForm.resx [WIP] Progressing ShortcutLibrary loading 2020-05-19 21:41:26 +12:00
MainForm.cs [WIP] Created SteamLibrary class to handle library 2020-07-21 23:40:33 +12:00
MainForm.Designer.cs Updated Shortcut saving to work with the library 2020-07-21 19:50:41 +12:00
MainForm.resx Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
ProfileAdaptor.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
ShortcutAdaptor.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
ShortcutForm.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
ShortcutForm.Designer.cs Fixed ShortcutAdaptor errors and Saved prompt 2020-07-15 20:11:38 +12:00
ShortcutForm.resx [WIP] Attempting to create Shortcut ID 2020-05-31 22:09:43 +12:00
ShortcutLibraryForm.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
ShortcutLibraryForm.Designer.cs [WIP] Moving Shortcut run logic to repo 2020-07-23 18:31:00 +12:00
ShortcutLibraryForm.resx [WIP] Progressing ShortcutLibrary loading 2020-05-19 21:41:26 +12:00