i," Selecting All entries by on Ctrl +A"
-
H
-
H
Three same messages :^)
WhiteSky
-
Three same messages :^)
WhiteSky
ok it was by mistake.... you have some answer?:) harsha
-
ok it was by mistake.... you have some answer?:) harsha
What was question;)
WhiteSky
-
What was question;)
WhiteSky
ok question is.. i hav a list control in my dialog and i should have provision to select all the entries in it on Ctrl+A down like it happens in standard windows dialogs harsha
-
ok question is.. i hav a list control in my dialog and i should have provision to select all the entries in it on Ctrl+A down like it happens in standard windows dialogs harsha
When you click on the listctrl(Ctrl+A) it selects all items what problem?
WhiteSky
-
When you click on the listctrl(Ctrl+A) it selects all items what problem?
WhiteSky
no its not selecting automatically like that..... harsha
-
no its not selecting automatically like that..... harsha
Hi harsh, When I wa clicking on my program (Ctrl+A) all items are selected,and then when I want to read them use of
GetFirstSelectedItemPosition /GetNextSelectedItem
I dont have my code now,but use of this codeSetItemState(Index, LVIS_SELECTED, LVIS_FOCUSED);
and now what happens?And reply to me it work or no,please;)
WhiteSky