| View previous topic :: View next topic |
| Author |
Message |
Vao Newbie
Joined: 23 Jul 2004 Posts: 18
|
Posted: Sun Jul 25, 2004 3:29 am Post subject: [resolved] Window Send window class |
|
|
How would you go about using the window send command with a window class like for a messenger.. instead of entering their longass nickname, thanks
-Vao |
|
| Back to top |
|
 |
Vao Newbie
Joined: 23 Jul 2004 Posts: 18
|
Posted: Mon Jul 26, 2004 11:10 am Post subject: |
|
|
I need this bad just a simple yes or no or if it is possible, wwhat variables? i will keep checking the help file for this. |
|
| Back to top |
|
 |
Vao Newbie
Joined: 23 Jul 2004 Posts: 18
|
Posted: Mon Jul 26, 2004 11:13 am Post subject: |
|
|
I found this....
| Code: | Syntax:
@WINCLASS(<window>)
Description:
This function returns the window class name of the window specified in <window>. The class name is one of the ways that a Visual DialogScript program can identify a window.
OK:
Unchanged.
Example:
%C = @winclass(@winatpoint(256,72))
Copyright ©1995 - 2000 S.A.D.E. s.a.r.l. / All rights are reserved. |
Gimme an example how to use this to sendtext to a window class |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Mon Jul 26, 2004 12:43 pm Post subject: |
|
|
Use the Window Spy tool to find out if there is a generic window class name for the window you want to send text to. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
Vao Newbie
Joined: 23 Jul 2004 Posts: 18
|
Posted: Mon Jul 26, 2004 2:08 pm Post subject: |
|
|
Thanks for the tip, caught on ina second, i already had the window class ID but i didn't know how to function it
| Code: | | window send, #IMwindowclass, Hi there! @CR() |
|
|
| Back to top |
|
 |
|