Basically if i wanted my controls to be checked at startup id use a setting obviously
and so on, but what if i wanted to disable a control if a setting was true???Code:'UI Settings chkCloseToTray.Checked = My.Settings.CloseToTray chkAlwaysShowSystemTrayIcon.Checked = My.Settings.AlwaysShowTrayIcon chkMinimizeToTray.Checked = My.Settings.MinimizeToTray
under that would be nextCode:'form load chkRandomSafeColor.Checked = My.Settings.RandomColor
Code:lblClickToChangeSafeHighlightColor.Enabled = 'what would go here???? pbHighlightColor.Enabled
Would there be some sort of IsNot my.setting.....


Reply With Quote

