i assume this can be done? i looking for a function that can search a saved bitmap file for a another bitmap.
i assume this can be done? i looking for a function that can search a saved bitmap file for a another bitmap.
wrong section i think...
yep, im doing something with it right now
just use
SetTargetBitmap(bitmap: Integer);
and then all the dtms/bitmaps you search for will be looked for in the bitmap, not the rs client
http://www.macrosoftinc.com/ ---WTF COPIERS!!!
also remember to have already loaded the bitmap with:
LoadBitmap(path: string): Integer;
path is the location (c:/Program Files ...)
so to set the target bitmap to bitmap "b" in location "C:/Location" do
remember b has to be an integer var typeSCAR Code:b:=LoadBitmap('C:/Location');
SetTargetBitmap(bitmap: Integer);
http://www.macrosoftinc.com/ ---WTF COPIERS!!!
I found this in the scar manual "After calling SetTargetBitmap all functions won't be working with client but with specified bitmap." how do i make functions work with client again after calling SetTargetBitmap.
lol thats what im trying to figure out, maybe ActivateClient?
http://www.macrosoftinc.com/ ---WTF COPIERS!!!
There are currently 1 users browsing this thread. (0 members and 1 guests)