Nachdem man versucht ein zweites Fenster zu erstellen mit CreateWindowEx bekomme ich
Delphi-Quellcode:
---------------------------
Message
---------------------------
Invalid menu
handle
---------------------------
OK
---------------------------
Wobei ich dazu sagen muss, dass ich ne Globale Variable habe:
und:
Delphi-Quellcode:
constructor TNVCLControl.Create(AParent: TNVCLControl);
begin
inherited Create;
inc(IDs);
FID := IDs;
end;
Das heißt jedes Control bekommt ne andere ID weil sie jedesmal um 1 erhöht wird. Und da TNVCLForm = class(TNVCLControl) bekommt auch jede Form ihre einzigartige ID.
Gruß
Neutral General
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."