i am trying to change application value, because i need it, if the value is true then starting form will be open in full screen, and if 'False' then it will open as simple, i its not work,
please help me ::
my code
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If My.Settings.Full = True Then
My.Settings.Full = False
My.Settings.Save()
MsgBox("False")
Else
My.Settings.Full = True
My.Settings.Save()
MsgBox("True")
End If
End Sub
Thnks,
@nilesh

New Topic/Question
Reply




MultiQuote








|