This is what I needed...
var
h: hwnd;
begin
h := FIndWindow(nil, PCHar('Forma'));
if h <> 0 then begin
SetForegroundWIndow(h);
keybd_event(VK_CONTROL,0,0,0);
keybd_event(VK_MENU,0,0,0);
keybd_event(ORD('A'),0,0,0);
keybd_event(ORD('A'),0,KEYEVENTF_KEYUP,0)...
I have been tryin to convert a piece of C++ code to delphi for some time now, Can anyone help?
//----------------------------------------------------------
// MsgSetHandler()
//
// Sets the handler for a particular message. In the context of MMB, a "handler"
// is a keystroke that...
Hi all, Im a newbe so beware... I have been using Multimedia Builder for quite some time, this app uses dll files and Im tryin to make one, a simple mp3 dll (open,play),Im using the MediaPlayer in delphi 7 (will probably get something better later) but this is what I have so far...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.