Home > Back-end >  You have met the questions about the window.
You have met the questions about the window.

Time:10-01

1, c # write a main procedure, IsMdiContainer=True

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 independent

CodePudding user response:

The building Lord good creative, window can also be grafted

CodePudding user response:

Ideas, but are not compatible
  • Related