|
-
May 3rd, 2004, 04:59 PM
#1
Thread Starter
Frenzied Member
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?
-
May 3rd, 2004, 05:12 PM
#2
Hyperactive Member
I wanted to mimic the listview from outlook express a while ago and I remember someone saying it wasnt a real listview control.
-
May 3rd, 2004, 05:18 PM
#3
Thread Starter
Frenzied Member
no its real, i can get all the data from it, but i dnot know how to select items in it
-
May 4th, 2004, 01:15 AM
#4
Thread Starter
Frenzied Member
-
May 4th, 2004, 04:53 PM
#5
Thread Starter
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|