Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ACC converted to int
#6
that is very close
what i am trying to click without mouse is a column header of a Paint Program

the column headers are Colors, Transparency, Brushes, etc...

i want to click Brushes

Acc a=acc("Brushes" "COLUMNHEADER" win("PaintShopPro" "#32770") "SysHeader32" "" 0x1101 654 61)

int b=child(a)


SendMessage(b WM_LBUTTONDOWN 1 0)
SendMessage(b WM_LBUTTONUP 0 0)


that is my code, but the problem is it clicks the first column header, colors, it clicks it every time
im not sure why

do you think you could help fix that code?

Thanks


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)