Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
Delphi 2006 Professional
|
Re: Parent Problem
17. Jan 2007, 17:22
Reicht vielleicht auch ein Message-only Window?
Delphi-Quellcode:
constructor TMyCombo.Create(Owner: TComponent);
begin
self.Parent := hWnd(-3); //HWND_MESSAGE
{...}
end;
Lukas Erlacher Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1
|