vb.net getsettings
        Posted  
        
            by PandaNL
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by PandaNL
        
        
        
        Published on 2010-04-01T22:33:33Z
        Indexed on 
            2010/04/01
            22:53 UTC
        
        
        Read the original article
        Hit count: 381
        
Hello,
I need a form width a checkbox "Don't show this again" for my winform, but how can i make this so when my Form1 loads it checks the state of the checkbox using the getsettings option?
How can is save the checkbox state to the registery? and how do i get the state?
    If Form2.Checkbox.checked = Getsettings() Then 
Form2.showdialog
    Else
Goto Skip
End IF
Skip:
© Stack Overflow or respective owner