hi everyone
i am new in this and i need some help with how to create a GUI in c++
VS2005.
i have created a c++ win32 project.
I want from this project to run a simple GUI with buttons and textboxes
only.
I added into this project a new windows form and from designer i added
some buttons to it.
But i can't call the GUI i have created from _tWinMain().
The only think i managed to do is call an empty GUI the code
Application::Run(gcnew Form());
how can i call from the _tWinMain() the GUI i have created?
Any suggestions are appreciated,
thank you