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 y utilizar ensamblados .NET
  • Overview
  • WINDEV and .Net
  • Creating .NET assemblies
  • Using existing .NET assemblies
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Overview
.NET is Microsoft's software development platform. This .NET platform simplifies the development of distributed-object applications whose modules communicate via Internet.
This help globally explains how to use the .NET technology in WINDEV. See a specific documentation for more details.
WINDEV and .Net
WINDEVWindows

Creating .NET assemblies

You have the ability to create .NET programs (or .NET assemblies) from a WINDEV application.
These .NET assemblies are built directly from WINDEV classes (with all the advantages of the code editor, folder editor, etc.).

Using existing .NET assemblies

You can use .NET assemblies (not created with WINDEV) in a WINDEV application or WEBDEV website: simply select the .NET assemblies to be used via the "Project Explorer" pane.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Exemplo System.Xml.XmlDocument
Exemplo System.Xml.XmlDocument

//Assinar
//sign
//signe

s_xml_assinar is string=EDT_xml // ou em arquivo
assinar_nfe(s_xml_assinar)

//---------------

PROCEDURE assinar_nfe(_recebe_xml)
Doc is System.Xml.XmlDocument;
Info(_recebe_xml)
//Doc est system.xml.xmldocument;

//Blog com video e exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/06/curso-windev-certificado-006-assinatura.html
https://www.youtube.com/watch?v=uDWDD7c2U9E
De matos AMARILDO
24 06 2016

Última modificación: 04/04/2024

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