Thursday, July 30, 2009

Visual Studio .NET c++ windows form application help?

When I drag a textbox from the toolbox to the form, and I name the textbox txtBox1, now from the source code I want to display an output on it.





txtBox1-%26gt;Text = ("Hello"); doesn't work. What is the right method? Dot operator does not work as well. Thanks

Visual Studio .NET c++ windows form application help?
Why the parentheses?





txtBox1-%26gt;Text = "Hello";





works just fine.

clematis

No comments:

Post a Comment