02-06-2014, 05:47 AM
somehow i get the feeling you might need to read more in qm help
do you understand what this line does?
int w=win("Mozilla Firefox" "Mozilla*WindowClass" "" 0x4)
this stores the unique window handle of that window(not the name!) in variable w
each window has it's own unique id number .No two windows can have the same id(window handle) .once you have gotten that window handle u can use the w variable in as many statements as you want in that same function
do you understand what this line does?
int w=win("Mozilla Firefox" "Mozilla*WindowClass" "" 0x4)
this stores the unique window handle of that window(not the name!) in variable w
each window has it's own unique id number .No two windows can have the same id(window handle) .once you have gotten that window handle u can use the w variable in as many statements as you want in that same function
