Click here to Skip to main content
15,886,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i am developing automated testing tool for my application which is developed in visual c++(for GUI) and c++(core library) now my testing tool does what it try to found all button for GUI and click on that button using sendMessage function all is working good but when it clicked on browse button it open file open dialog box its OK but now i want to select one of the file from that dialog and than open it in my GUI.

so what i did i get handle of that dialog but problem is that i can't select file from that dialog(SysListView32) so what should i do? please help me.
C++
int listcont=SendMessage(hwnd,LVM_GETITEMCOUNT,0,0); //is working properly but not able to focus or select item form SysListView32.
Posted
Updated 6-Jan-12 19:14pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900