I am new. Please help.
Posted: 22 Dec 2016, 11:36
so. I'm trying to make a program that will fetch specific data off websites for me. I want to select specific text. I've tried using the Click Cold command and then sendevent (PgDwn) to select the text that I want to copy... but every time the program pages down it automatically unholds the mouse button. Is there an easier way to do this?
theres much more before this... i have succesfully run the program.. it just
imagesearch, Wx, Wy, 0, 0, 1360, 760, B:\Users\snuffleuffagus\Desktop\pictures4appshowz\boatsandhoes.bmp
sleep 2000
If ErrorLevel
{
imagesearch, Vx, Vy, 0, 0, 1360, 760, B:\Users\snuffleuffagus\Desktop\pictures4app\resumeselect.bmp
If Error Level
{
MsgBox, leh sigh
}
else
{
MouseMove, (Vx+65), Vy
}
sleep 1000
SendEvent Click 2
SendEvent Click Hold
Sleep 700
SendEvent {PgDwn}
MouseMove, (%Vx%+365), (%Vy%+200)
}
else
{
MouseMove, 123, 691
sleep 700
Click
}}}
theres much more before this... i have succesfully run the program.. it just
imagesearch, Wx, Wy, 0, 0, 1360, 760, B:\Users\snuffleuffagus\Desktop\pictures4appshowz\boatsandhoes.bmp
sleep 2000
If ErrorLevel
{
imagesearch, Vx, Vy, 0, 0, 1360, 760, B:\Users\snuffleuffagus\Desktop\pictures4app\resumeselect.bmp
If Error Level
{
MsgBox, leh sigh
}
else
{
MouseMove, (Vx+65), Vy
}
sleep 1000
SendEvent Click 2
SendEvent Click Hold
Sleep 700
SendEvent {PgDwn}
MouseMove, (%Vx%+365), (%Vy%+200)
}
else
{
MouseMove, 123, 691
sleep 700
Click
}}}