Still trying to setup WCF for us to work nicely.
Now using multi threading and reliable session.
Implementing thread safe functions where needed.
Enforcing session mode.
Fixing bug in marquee label as we forgot to reset current position when text is changed.
1 <?xml version='1.0' encoding='utf-8'?>
2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SharpDisplayManager.Properties" GeneratedClassName="Settings">
5 <Setting Name="DisplayBrightness" Type="System.Int32" Scope="User">
6 <Value Profile="(Default)">1</Value>
8 <Setting Name="DisplayFont" Type="System.Drawing.Font" Scope="User">
9 <Value Profile="(Default)">Microsoft Sans Serif, 9.75pt</Value>
11 <Setting Name="DisplayShowBorders" Type="System.Boolean" Scope="User">
12 <Value Profile="(Default)">False</Value>
14 <Setting Name="DisplayConnectOnStartup" Type="System.Boolean" Scope="User">
15 <Value Profile="(Default)">False</Value>
17 <Setting Name="DisplayReverseScreen" Type="System.Boolean" Scope="User">
18 <Value Profile="(Default)">False</Value>