Hi
I am writing a simple C++ win32 console application, with only one .cpp file.
I want to show a windows form, for this i added a new windows form in my project, It said that i am adding CLR support in my project, i said ok and It created a windows form for me.
I have a question about how can i show that window form in my C++ code file, i have tried to include "myForm.h" file, but i got error that "Cannot open the include file, no such file or directory".
Also i want to access its controls for updating.
Please help
Thanks