Results 1 to 2 of 2

Thread: Network registry change...

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2003
    Posts
    62

    Network registry change...

    Hi,
    I have a form that continuously checks the registry for a key value.


    Code:
    Private Sub Timer1_Timer()
    
    Select Case GetSetting("Tester", "Lock", "Status")
        Case Is = "Yes"
            Text1.Text = "Locked"
        Case Is = "No"
            Text1.Text = "UnLocked"
    End Select
    
    End Sub
    Question is... can I easily change the key from another computer on the network?

  2. #2
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    Re: Network registry change...

    Last edited by zeezee; Oct 7th, 2007 at 12:21 AM. Reason: New Example
    IIF(Post.Rate > 0 , , )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width