App Communication via screen reads
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am working with World of Warcraft and C#. In WOW there is no way to send data out to another app nor are you allowed to use Spy++ to read data from WOW. A though occurred to me to simply create an Addon that draws a series of colored boxes near the top of the screen away from any that would get in the way of the users use of WOW. These colored boxes would represent a value I would read in via C# screen area capture. My question is, is this the best way to go about something like this or is there a better way?