I want to make an Application, that send to the windows-IconTaskBar when it the window is minimized.
with the function
procedure TForm1.IconTaskBar_show(Icon:TIcon; Hint:string);
var vIconTaskBar : TNotifyIconData;
begin
Hint := copy(Hint, 1, 63); // maximum size of the hint-field...
I want to write a password-Dialog. Before the user enters a password he should be warned if a keyboard-hook is looking on his fingers.
Is it posible to get a List of the hooks that are curently registered as keyboard-hooks. (or other hooks)
I use a memory-mapped-file to exchange some parameters with a global hook. Thats works fine, since I added a few more feelds. Now the mapping of the file fails.
I fixed the problem by giving the memory-mapped-file a new name. So I think Windows stores the filename and filesize somewhere in the...
I want to send a Text to an editor i.e. Notepad.
I post them an WM_KEYDOWN message with the Keycode I got from the function VkKeyCode(char), but all chars are convertet to lowercase.
Can anyone tell me why?
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.