Results 1 to 2 of 2

Thread: treeview's check box

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    4

    Question

    I have a question for treeview. I set the treeview's checkbox to true. Then, I have the check box with the treeview. I want to set the check box of some nodes to be checked by default. I set it when I loading the form by set the following:

    mNode.checked=true.

    However, it did not appear in the form when I run the program. Could you tell me why?

  2. #2
    Hyperactive Member
    Join Date
    Aug 1999
    Location
    Glasgow,Scotland
    Posts
    281

    Smile


    It sounds basic but do you have your code between a:

    Private Sub form_Load()

    'put code here

    End Sub


    If you can't get it, mail me. I've done this before and I'll send you the code.

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