AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control .Net (WinForm)
  • Overview of the control
  • Notes
  • Describing a ".NET 2.0 control (WinForm)"
  • Limitations
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview of the control
The ".NET 2.0 control (WinForm)" is used to easily manage the .NET controls in WinForm format (from .NET 2.0).
To use this control, we strongly advise you to check the Microsoft documentation.
To create a field of type ".NET 2.0 (WinForm) ":
  1. On the "Creación" tab, in the "Otros controles" group, click ".NET".
  2. Click at the desired location to create the control. The control appears in the editor.
To view the characteristics of the control, select "Description" in the context menu.
Remark: WINDEV also supports the use of DotNet fields in WPF format.. For more details, see .Net control (WPF).
Notes

Describing a ".NET 2.0 control (WinForm)"

To define the characteristics of the control:
  1. Open the control description window.
  2. On the "General" tab, select the assembly used and the associated class. The "Agregar ensamblados .Net al proyecto" button allows you to integrate the necessary assemblies. You can use:
    • A custom .Net assembly
    • A .Net assembly supplied with the .Net framework.
Then, the control can be handled programmatically. For more details, see Programming a ".NET 2.0 control (WinForm)".

Limitations

The limitations of the ".NET 2.0 control (WinForm)" are as follows:
  • The .Net framework version 2.0 (or later) must be installed on the computer. This framework is included in Vista and it can be downloaded for Windows XP (from the Microsoft site).
    The first use of a control that requires this framework (Carousel control, Cube control, ".NET 3.0, 4.0, ... control (WPF)") loads this framework, which may cause delay (out of our control).
  • The application cannot be started from the network.
  • The DDW feature is disabled for all the windows containing a ".NET 2.0 control (WinForm)".
  • This control does not work under TSE.
  • This control uses the wdxxxnet.dll library. This library cannot be renamed when creating the executable.
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local