xtd 0.2.0
target_display.cpp

Shows how to set target display with cmake target_display().

#include <xtd/forms/application>
#include <xtd/forms/form>
using namespace xtd::forms;
auto main() -> int {
application::run(form::create("Application display"));
}
static void run()
Begins running a standard application message loop on the current thread, without a form.
static form create()
A factory to create an xtd::forms::form.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219