WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Window Manipulation

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 2001:01:08:13:01:00
Last Updated: 2001:01:08:13:01:00