0
How can l make a button in c++
C++
5 Respostas
+ 8
CreateWindow(TEXT("button"), TEXT("NameButton"), WS_VISIBLE | WS_CHILD, 10, 10, 180, 55, hwnd, (HMENU) 1, NULL, NULL);
break;
}
+ 3
For this you should use graphics
+ 1
Watch tutorials from youtube
+ 1
If you are a beginner to c++ and GUI, use visual studio 2019
0
How?