How to Print the contents of a textbox in C++/CLI?
- by Smoka
I'm still learning C++ coding.
I'm having troubles getting say ResultsBox-Text to printer successfully.
What is the proper way to print in C++/CLI?
I think im missing something simple.
Ive tried multiple different routes/syntax's that ive read online/ in books.
All of which got me to a dead end.
Please even a rundown on the method of printing in any C based language might point me the right way.
Thank you.