2, Delphi write a test DLL, it will display a window, the window attributes for fsMDIChild
Adjust the Delphi written in c # DLLS, dephi mdi window because I couldn't find the parent container has also led to call fails,
The inside of the Delphi code is as follows:
Procedure showme; Stdcall;
The begin
Formzdxg:=TFormzdxg. Create (nil);
Formzdxg. FormStyle:=fsMDIChild;
Formzdxg. Show;
end;
CodePudding user response:
Can't do this, Delphi form, cannot be used directly to c #CodePudding user response:
CodePudding user response:
Delphi form is a native Windows, is based on c #. Net, incompatible, or whole become independentCodePudding user response:
The building Lord good creative, window can also be graftedCodePudding user response:
Ideas, but are not compatible