| View previous topic :: View next topic |
| Author |
Message |
ice_531 Newbie
Joined: 02 Dec 2003 Posts: 6
|
Posted: Dec 2nd, 2003 10:00 PM Post subject: win. caption |
|
|
need sum code snippet :p to find window handle based on win. caption ..so ican use ifthen statements to specify if its right window then to preceed with code... and if not keep searching til that window is found. Thankz in advance  _________________ blAh. |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Dec 3rd, 2003 07:53 AM Post subject: |
|
|
The [api]FindWindow[/api] does that as far as I remember. One of the arguments is the classname and the other is the window caption  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
ice_531 Newbie
Joined: 02 Dec 2003 Posts: 6
|
Posted: Dec 3rd, 2003 08:46 AM Post subject: |
|
|
ah gracias. just re-dled api guide from [link] aswell
so that is very helpful. _________________ blAh. |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Dec 3rd, 2003 03:14 PM Post subject: |
|
|
Yep. It's always useful  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
|