Create Project

Before beginning programming, you should create a project in a development environment.
And, for using API-SMC(WDM) functions, you should include required header file and library file.

In this tutorial we will create the simplest dialog-based application.
In the application not use the API-SMC(WDM) functions, but do the necessary work before using the functions.
Applications created here can be used in subsequent tutorials.

Visual Basic .NET (.NET8)
Visual Basic .NET (.NET Framework)
Visual C# (.NET8)
Visual C# (.NET Framework)
Visual C++ (MFC)
Python