Checkbox control.

Discussion in 'Programming' started by Teh-Uploader, Jun 15, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Hi,

    I'm currently making a small ap, which requires Checkbox control.

    What I want the checkbox to do is:

    when the USer clicks the box, it will auto send info to the ap saying that it wants to be invisibal

    The box should make the ap's screen blank.

    Many thank.s
     
    Teh-Uploader, Jun 15, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    What language?
     
    nico_swd, Jun 15, 2007 IP
  3. Teh-Uploader

    Teh-Uploader Peon

    Messages:
    1,118
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Visual Basiscs, 2005.

    Sorry.
     
    Teh-Uploader, Jun 15, 2007 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    mkay, well, drag the checkbox on to the form, the right click on the form and "View Code". After this, in the left-side dropdown list their should exist a DropDownList1 item - select it. Then in the right-side dropdown list on the top the events for the DropDownList1 should now be populated. Click on the ItemSelectedChanged event or something similar. Once you select that event, it will write the code for you and you can put your DropDownList1.Visible = false and do whatever you want.
     
    ccoonen, Jun 15, 2007 IP
  5. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #5
    shoot, Sorry, I meant checkbox, so the evet should be kinda similar, but you should validate if Obj.Checked first :)
     
    ccoonen, Jun 15, 2007 IP
  6. Teh-Uploader

    Teh-Uploader Peon

    Messages:
    1,118
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    How do I reopen the project in design view?
     
    Teh-Uploader, Jun 16, 2007 IP
Thread Status:
Not open for further replies.