Z
Z
Zulkund2016-10-13 15:35:55
C++ / C#
Zulkund, 2016-10-13 15:35:55

How to create WinForms in C++?

Hello! How to add a form for a C++ project to Visual Studio Community 2015? I create an empty project, there is no UI section in adding an element? Or how can the UI section be included? Creating a WinForms application from scratch is not an option(

Answer the question

In order to leave comments, you need to log in

4 answer(s)
F
Fat Lorrie, 2016-10-13
@Free_ze

WinForms is only in C++/CLI, but it's not C++ at all. (There is MFC
Read about WinAPI or GUI libraries like:
Qt
wxWidgets
GTKmm

K
kykyryky, 2016-10-13
@kykyryky

Меню Tools -> Extensions and Updates. Там тыкаете на Online и в поиск забивайте "windows forms",

R
Rou1997, 2016-10-13
@Rou1997

Именно вариант, создайте с нуля, и в меню "Файл" экспортируйте шаблон, в следующий раз он появится в списке шаблонов в окне "Создать проект".

S
sitev_ru, 2016-10-14
@sitev_ru

Вот, например: sitev.ru/post/103

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question