ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / .Net functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
DotNetAddHeaderAdds a header to the next procedure that will be run on the server.
DotNetDelegateInitializes a.NET delegate.
DotNetErrorReturns the error for the last .Net procedure that failed.
DotNetGetResultReturns the result of the last .Net procedure that was successfully run.
DotNetRunRuns a procedure on a .Net server.
DotNetRunXMLRuns a procedure on a server for .Net XML Web services.
DotNetVersionReturns the version number of the .Net Framework available on the current computer.
Related Examples:
WD DirectoryObserver Training (WINDEV): WD DirectoryObserver
[ + ] This example presents the use of the WLanguage function named fTrackDirectory.
It is used to watch a directory,
which means to be informed whenever a modification is performed in this directory.
A modification can be:
- Adding a file or a directory
- Renaming
- Modifying a file
- Deleting a file
WD Manager of task DotNet Complete examples (WINDEV): WD Manager of task DotNet
[ + ] This example is used to list the applications and the processes via .Net functions.

Furthermore, it is used to perform different processes on the applications (Toggle to an application, Maximize, Minimize, and so on) and on the processes (change the priority or end the process).
This example uses the main features of a task manager.
WD Active Directory DotNet Training (WINDEV): WD Active Directory DotNet
[ + ] This example is used to view the content of an Active Directory.
This viewing is performed via.NET objects found in the System.DirectoryServices assembly. You have the ability to view the properties of the users and to authenticate the users via their password.
You also have the ability to view information (more or less according to your rights) by specifying the name of your Active Directory server
WD DOTNET WMI Training (WINDEV): WD DOTNET WMI
[ + ] WMI (Windows Management Instrumentation) allows for an exhaustive management of devices. WMI can be compared to a database that groups multiple pieces of information about a computer.
The implementation of WMI with.NET is done via the "system.management" assembly. This assembly export objects that easily manage the WMI classes.

The .NET WMI example has two operating modes:
- A simple mode
- An advanced mode

Note: The.Net FrameWork must be installed in order to use this example.
WD DOTNET Delegate Training (WINDEV): WD DOTNET Delegate
[ + ] This educational example explains how to interact with the DOTNET delegates
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help