12

Any good alternative for Spy++ that allows sending messages to windows?

Thanks

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
Dave
  • 123
  • 1
  • 1
  • 5

4 Answers4

7

Window Detective is Open Source, why not modify it?

unixman83
  • 9,421
  • 10
  • 68
  • 102
2

SendMessage is one of a handful of tools I use from the Stefan of TortoiseSVN fame.

Kevin Condon
  • 1,618
  • 10
  • 16
2

You can use Autoit.
Use its Window Info tool or spy++ to find a window, and Autoit script editor to send messages.

Abyx
  • 12,345
  • 5
  • 44
  • 76
1

Give Winspector a try . It performs all functons that r in spy++ plus much more
Winspector - Software Informer Link

Software Informer Download link is no longer valid, but here's a WayBackMachine link

Remko
  • 7,214
  • 2
  • 32
  • 52
vettipayyan
  • 3,150
  • 3
  • 25
  • 34