G
Guest
Hi,
I have a simple form in my Managed C++ application that has a textbox on it that is meant to act like a console. The textbox is updated with information as the program runs. My problem is that a VB textbox does not recognize C++ escape characters and I want to display a newline in the textbox. Do I have to use the VB ControlChars to achieve this or is there a better way? And if so, how to I include them in MC++?
Thank you,
Tim
I have a simple form in my Managed C++ application that has a textbox on it that is meant to act like a console. The textbox is updated with information as the program runs. My problem is that a VB textbox does not recognize C++ escape characters and I want to display a newline in the textbox. Do I have to use the VB ControlChars to achieve this or is there a better way? And if so, how to I include them in MC++?
Thank you,
Tim