I know that there is a code that looks for text on the targeted application. Could someone please tell me how this is done?
I know that there is a code that looks for text on the targeted application. Could someone please tell me how this is done?
What exactly do you mean? Reading text in a set location?
SUMMER BREAK be back when I want to
Hmm,Like what i mean is it will for example you know how when you ask it to find a bitmap, then you give cords. Well, Like that but finding text.
This will get the text.SCAR Code:function GetTextAtEx(x, y: Integer; Tolerance: Integer; Chars: Integer; CheckShadow, CheckOutline: Boolean; MinSpacing, MaxSpacing: Integer; TextColor: Integer; TextLength: Integer; Strict: Boolean; Range: TCharRange) : String;
This will find for text from area you want.SCAR Code:function IsTextInAreaEx(x1, y1, x2, y2: Integer; var x, y: Integer; S: String; Tolerance: Integer; Chars: Integer; CheckShadow, CheckOutline: Boolean; MinSpacing, MaxSpacing: Integer; TextColor: Integer) : Boolean;
And "IsUpText" will check the left corner
And isn't there a own command to search the chat, like "InChat"?![]()
Can you expalin this to me I dont quite understand this
function GetTextAtEx(x, y: Integer; Tolerance: Integer; Chars: Integer; CheckShadow, CheckOutline: Boolean; MinSpacing, MaxSpacing: Integer; TextColor: Integer; TextLength: Integer; Strict: Boolean; Range: TCharRange) : String;
Just like what it all means.
Open up SCAR press F1...
I'm not at my home computer but may you please explain to we what that does?
f1 opens the help manual on many programs.
I C, Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)