Results 1 to 2 of 2

Thread: pls help...

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2005
    Posts
    14

    pls help...

    can help me..how should i write if i wanna write a code for a checkbox in the form that check1._______ = ________ when check2 is clicked..urgent..thankx..this i in VB6.0..
    Last edited by red_des; Sep 14th, 2005 at 03:50 AM.

  2. #2
    Lively Member
    Join Date
    May 2005
    Posts
    74

    Re: pls help...

    Use click event of check box.

    Private Sub Check2_Click()
    Check1.Value = 1
    End Sub



    ~Sanjivani

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