Posted: Wed Nov 28, 2007 3:32 pm Post subject: PostMessageA?
Postmessage? can u tell me what this does in delphi ):
what iv been seeing so far is that it has to do something with bypassing some games?
can you guys tell me the def of the postmessage command and also give me a couple of tuts on it and yeah iv searched it up on google but i dont understand the stuff they have
also how can i send keys to a program like notepad iv been trying for a while now and i tried 3 ways and they did not work...
Got a error:
EnterText('');
Got a error:
SendInput('');
Download the sendkeys.dcu (but it asks for the .pas):
begin
AppActivate('Untitled - Notepad') ;
sleep(1000);
SendKeys('', True) ;
end;
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum