Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


How to Get Unknown Windowname

Keywords: unknown windowname name title window win winclose wbt	  

Question:

How do you get the title of a window if the window name is unknown?

Answer:

Something like:
  a=WinItemize( )
  a=StrReplace(a,num2char(9),num2char(10))
  Message("Windows are",a)


Article ID:   W13367
Filename:   Get Unknown Windowname.txt