| View previous topic :: View next topic |
| Author |
Message |
azure
Joined: 07 Jun 2007 Posts: 296
|
Posted: Sat Oct 06, 2007 9:17 am Post subject: any mirc user? |
|
|
hello
I have a problem to identify the classnn of the private query (not its button, its main display area)
Autoit gives me these, as I roll over the mouse:
Static2 Edit15 Static16 Edit16 Static1 Edit1 Static17 Edit17 Edit2 Edit23
whats happening? do I do something wrong?
thanks |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Sat Oct 06, 2007 11:02 am Post subject: |
|
|
those are all valid classNN. are the not consistent? _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
azure
Joined: 07 Jun 2007 Posts: 296
|
Posted: Sat Oct 06, 2007 11:40 am Post subject: |
|
|
| engunneer wrote: | | those are all valid classNN. are the not consistent? |
they change as I move the mouse |
|
| Back to top |
|
 |
azure
Joined: 07 Jun 2007 Posts: 296
|
Posted: Tue Oct 09, 2007 3:18 pm Post subject: |
|
|
| anyone??? |
|
| Back to top |
|
 |
Lar Guest
|
Posted: Thu Oct 11, 2007 10:20 pm Post subject: Latest Au3Info |
|
|
Try the latest AU3Info from AutoIt. It uses a WindowFromPoint that is more accurate... I think.
Lar. |
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Sun Oct 14, 2007 9:03 am Post subject: |
|
|
mIRC has a quite powerful scripting language itself,
which allows to run external programs and to read and write files (a mIRC-Script can even act as a webserver).
It will be much more comfortable to let the mIRC-script deal with query- and channel- messages. |
|
| Back to top |
|
 |
azure
Joined: 07 Jun 2007 Posts: 296
|
Posted: Sun Oct 14, 2007 11:23 am Post subject: |
|
|
I want to ignore a person when I right click of empty area of its private query
mirc scripting cant do this, it needs dll |
|
| Back to top |
|
 |
|