this.fontDialog.Font=new Font((string)CommunicationLog.settings.GetValue("TitleFont.Name"),
(float)CommunicationLog.settings.GetValue("TitleFont.Size"),
(FontStyle)CommunicationLog.settings.GetValue("TitleFont.Style"));
That does not work, conversion error and it would be nice if I could save and load everything in one package. It can also be saved to the registry like this really easily but I cannot load it at all (it seems) this way:
[Font: Name=Bangle, Size=9.75, Units=3, GdiCharSet=0, GdiVerticalFont=False]
Help!
(float)CommunicationLog.settings.GetValue("TitleFont.Size"),
(FontStyle)CommunicationLog.settings.GetValue("TitleFont.Style"));
That does not work, conversion error and it would be nice if I could save and load everything in one package. It can also be saved to the registry like this really easily but I cannot load it at all (it seems) this way:
[Font: Name=Bangle, Size=9.75, Units=3, GdiCharSet=0, GdiVerticalFont=False]
Help!