Hello everyone,
I am researching how to create .NET InProcess DLLs using Softone.Lib.dll.
I found the GitHub examples, but I am looking for more documentation or real-world sample code.
I am especially interested in examples showing how to create custom forms with grids from C#/.NET.
Also, does anyone know what is the latest .NET version that can be used for this type of InProcess DLL integration?
Any examples, documentation, or guidance would be greatly appreciated.
Thank you!
Hello again,
I have managed to create and load a .NET InProcess DLL using Softone.Lib.dll, and I can successfully show a simple WinForms form from my DLL.
Now I am trying to understand the correct/recommended way to create custom forms that look and behave like the native application forms.
While inspecting the application, I noticed internal form classes such as TExtDialogFrm and TExtEditMasterFrm. Is there any supported way from a .NET DLL to create forms with the same native look and feel, or to use/inherit from these types?
Or is the recommended approach to create normal WinForms forms/UserControls and use APIs such as XModule.InsertControl(...) or DLL Form menu jobs?
I am especially interested in examples of custom forms with grids that visually integrate well with the standard application UI.
Any documentation, examples, or guidance would be greatly appreciated.
Thank you!