Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
AW: Automatisierung
5. Sep 2017, 10:09
Zitat:
(Ist es eigentlich gewollt, dass zwar WinHandle übergeben, aber auf das globale MainHandle zugegriffen wird?)
Wo siehst du das?
Delphi-Quellcode:
procedure CreateMyPopUpMenu(WinHandle: HWND);
begin
// ...
gPMenu.hPopUpHandle := PopUpMenu.CreatePopUpMenu(MainHandle);
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
|