Window Name IE9 WIN7 not available

Started by juergenk, September 24, 2013, 04:33:01 AM

Previous topic - Next topic

juergenk

Hello,

i use Winbatch Files with use Window Name. At Windows 7 Internet Explorer 9 is this Windowname not displayed. All Winbatch Files can not Run. What can i do ?

greetings
juergen

Deana

This partial windows name works on Windows 7 with IE 10: "~Internet Explorer". Keep in mind that each individual tab has its own window title containing the key words 'Internet Explorer'.

For Example:
Code (winbatch) Select
WinActivate( "~Internet Explorer" )

For a complete list of all windows title use WinItemize:
Code (winbatch) Select
ret = WinItemize()
AskItemList("", ret, @tab, @sorted, @single )


If you continue to have an issue, please post the code that you are having a problem with.
Deana F.
Technical Support
Wilson WindowWare Inc.