|
|
NETHost(.NET Framework host/container control)
|
The Exontrol's NETHost control allows you to use/display any object or Windows Form User Control from /NET framework on your /COM projects / windows / forms / dialogs.
The Exontrol's NETHost takes the fully qualified path of the assembly/file or/and the assembly/qualified name of the type, and shows it to your window / form / dialog.
For instance, if NETHost.AssemblyQualifiedName property is set to "System.Windows.Forms.MonthCalendar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" it shows the /NET MonthCalendar component on your window / form / dialog.
(note) On .NET Framework the exontrol.NETObjectTemplate object ( part of the
exontrol.NETHost.dll ) can be used to run / execute x-script code
for .NET assemblies/objects. For instance: (new
exontrol.NETObjectTemplate(this)).Template
= "Dim c; c =
CreateObject(`System.Windows.Forms.TextBox, System.Windows.Forms,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089`){Text=`Edit`;Dock=5};
Controls.Add(c)"; adds a new control of
TextBox type to this.Controls collection
|
Features of eXNETHost include:
|
- Ability to host almost any /NET component on your /COM framework
- Events support, so events of the hosting component are fired through the HostEvent notification
- Handling errors and exceptions of the hosting component at runtime
- X-Script/Template support for /NET objects
- Ability to use/display any /NET component on HTML pages
- Ability to execute code from strings/x-code
|
|
General information about eXNETHost product:
|
Identifier:
|
Exontrol.NETHost, Exontrol.NETHostObject, Exontrol.NETObjectTemplate
|
Version:
|
12.0.0.1
|
Files:
|
exontrol.NETHost.dll, exontrol.NETHost.tlb
|
Available As:
|
|
Available since:
|
201597
|
Compatible with:
|
VB, VBA, C++, X++, VFP, VFP Advanced (x64), Access, HTML, Delphi, LotusNotes
|
Lines of code:
|
4,056 (4,036 excluding comments and empty lines)
|
Includes:
|
Objects 4, Functions 57, Events 1, Definitions 2
|
|
Shortcut links:
|
|
|