Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Leonardozwei

    Trouble with the Icons in the Taskbar

    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...
  2. Leonardozwei

    How to detect Keyboard-Hooks

    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)
  3. Leonardozwei

    Get infos about memory-mapped-files

    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...
  4. Leonardozwei

    Problem with sending a key to an Editor

    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?

Part and Inventory Search

Back
Top