Results 1 to 5 of 5

Thread: Editing external listviews/treeviews/toolbars

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269

    Editing external listviews/treeviews/toolbars

    I need to be able to do the following tasks, all with controls in external programs. Ive got the hwnds of all the controls, i just need help in doing the following (all using VB) :

    Listview
    Selecting multiple items programmatically (i know the index's of the items to select, i just dont know how to select em)

    Treeview
    Selecting an item (same thing, i know the index's, i need to be able to select a single item programmatically)

    ToolbarWindow32
    Be able to add a button to a toolbar, and set text to it. For example, in outlook express there is a toolbar with buttons (File Edit View, etc). I need to be able to add a button to that toolbar, and set its text, and find out when its clicked. If possible, it would be nice to know how to draw a menu when that button would be clicked, and monitor when any of the menu options are clicked.

    anyone know how to solve any problems?

  2. #2
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    UK
    Posts
    506
    I wanted to mimic the listview from outlook express a while ago and I remember someone saying it wasnt a real listview control.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269
    no its real, i can get all the data from it, but i dnot know how to select items in it

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269
    anyone?

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269
    anyone?

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