Hi, I am working on visual studio 2008 C++ and I have done the C++ general code, my question is can I convert my general code to be C++ CLR in visual studio 2008? This will make my work easier.
And I have one more small question is I have made a textbox in C++ CLR, how can I load text from a text file? It is easy to load text file under C++ general but in CLR I don't know yet?
Thank you!