Search found 2 matches

by JohnsonFeng
Fri Oct 27, 2006 4:29 am
Forum: Automation API
Topic: How to test subItem of a list ctrl?
Replies: 1
Views: 3929

How to test subItem of a list ctrl?

when I want to click a subItem of the listCtrl to edit
by JohnsonFeng
Wed Oct 18, 2006 8:38 am
Forum: Automation API
Topic: ToolStrip functions have bugs? Ranorex-0.9.4
Replies: 1
Views: 4078

ToolStrip functions have bugs? Ranorex-0.9.4

I use ToolStrip functions to operate the toolbar (toolStrip) , and find that it thows exception because of memory access error(ox0000) , why? How to test toolBar? Thank you! my test code as follows: HWND hWndToolbar = RxFormFindChildClassName(form, "ToolbarWindow32"); if ( hWndToolbar == 0) { TRACE(...