Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#16

Re: Handle einer Form aus Taskbareintrag erhalten

  Alt 23. Apr 2007, 19:06
Dieser Code kommt immer noch doppelt vor:

Delphi-Quellcode:
TaskbarPID := 0;
GetWindowThreadProcessId(Main.TBHandle, @TaskbarPID);
TaskbarPHandle := OpenProcess(PROCESS_ALL_ACCESS, False, TaskbarPID);
//...

VirtualAllocEx(TaskbarPHandle, nil,...)
Thomas
  Mit Zitat antworten Zitat