Jump to content

Double click on a subitem in a list view and select the combo box option


Recommended Posts

Hello everyone,

I want to double click on a subitem in a list view on a standalone application. on doing that runtime combo box appears and I have to select an option from the combo box list.

So is there any function something like _GUICtrlListView_ClickSubItem to double click on a subitem in a list view?

_GUICtrlListView_ClickItem() doesn't have any subitem parameter.

Link to comment
Share on other sites

Automationuser,

A forum search turned up 3 pages of items for your question.  Also re-read the Help file for  "_GUICtrlListView_GetItem".

kylomas

Edited by kylomas

Forum Rules         Procedure for posting code

"I like pigs.  Dogs look up to us.  Cats look down on us.  Pigs treat us as equals."

- Sir Winston Churchill

Link to comment
Share on other sites

Hi kylomas,

I want to double click an subitem into an application, not to catch a double click on my own GUI application.

"_GUICtrlListView_GetItem" retrieves the item attributes.

Forum search fetched info on how to catch a double click on my own GUI application.

 

Yes, you're right, I guess that's what you meant by "standalone application"...

Edited by kylomas

Forum Rules         Procedure for posting code

"I like pigs.  Dogs look up to us.  Cats look down on us.  Pigs treat us as equals."

- Sir Winston Churchill

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...