Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get correct text from capture..
#1
Hi Gintaras,

i use WindowText capture method to put mouse over some controls, found by their text.

So far so good, but this one messes the system

I want the second #, the alone one, not Disque # text...

Capturetotext sample:

Disque # # Artiste

My code is this



Code:
Copy      Help
WindowText x.Init(w2)
x.Capture
x.Mouse(0 x.Find("#" 1 1) 0);err x.End
x.End

works but i'd like the way to find *exactly* what I ask, without the need to give the index,
so it finds directly the '#' caracter alone, and not find "Disque #" a match...

Thanks

Thanks


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)