Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.77K
1 Posted Topic
If I understand right: change the type of the setting "form1_checkbox" to Boolean change the if statement to: [CODE] Private Sub SplashScreen1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load If My.Settings.form1_checkbox = False Then Label1.Text = "your not welcome" Else Label1.Text = "welcome" End If End Sub[/CODE] Not …
The End.
austinp1