AutoHotkey Community

It is currently May 25th, 2012, 2:08 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: April 20th, 2007, 3:15 pm 
Offline

Joined: December 7th, 2006, 4:11 pm
Posts: 49
Hello,

Before I start, I really really searched for the things I ask, perhaps I am just not a good searcher :)

I have an app which has child window titles that make them undistinguishable when they are minimized. So, in order to find the minimized document you want, you have to open them one by one.

I thought "I could change the title to display the document's name, that'd solve my problem for good"... another solution would be a permanent tooltip or something like that which would display only when the child (document) window is minimized. How can I change the title of the window?

A second question, somewhat related: is it possible to cycle between child windows in an app?

Thanks in advance...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 20th, 2007, 4:14 pm 
Can't you use the HWND of the windows? They should all be different.

Look into WinGet.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 20th, 2007, 4:22 pm 
emirvisir wrote:
How can I change the title of the window?
Perhaps with WinSetTitle.

Quote:
is it possible to cycle between child windows in an app?
It depends... Is that a regular MDI application? Does it has a Window menu?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 20th, 2007, 6:06 pm 
Offline

Joined: December 7th, 2006, 4:11 pm
Posts: 49
It's an MDI application... I am looking into ways of using this valuable advice, I have plenty to explore since I don't even know what the HWND is. It looks to me like an hexadecimal number, I wonder if I can change the title of the control window once I know its HWND


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 20th, 2007, 6:33 pm 
Offline

Joined: April 6th, 2007, 5:16 pm
Posts: 12
HWND is the window handle. A way of referencing a window. Every window has a HWND. And many things are windows (applications, controls (including input fields, etc). Sometimes text on screen is a window, sometime it is just drawn.

_________________
~ Eric D. Burdo


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 20th, 2007, 6:37 pm 
Offline

Joined: April 6th, 2007, 5:16 pm
Posts: 12
Another bit of info. Some apps do not function well if you change their window titles. So keep that in mind when you get this done. If things are going nutty, it could be the change in window title.

_________________
~ Eric D. Burdo


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Exabot [Bot], Ohnitiel, sks and 13 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group