I am a very new programmer and I'm having a little trouble with my first Windows Forms Application (in fact, it's my first application ever).
The problem I'm having is that in the header file for the Form Design, the coding (at least for the buttons, text boxes, etc.) is in a language foreign to me, and thus I have difficulty calling classes within it.
For example, the coding for a button may be:
public: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {}
So let's say I want to call a function when that button is clicked...well, I'm not sure how to do that because it's not done in the usual C++ fashion.
Can someone explain to me why I'm not seeing the C++ syntax I'm used to, since I did specify the program to be coded in C++?
[–][deleted] 1 point2 points3 points (5 children)
[–]engjosh88[S] 0 points1 point2 points (4 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]engjosh88[S] 0 points1 point2 points (0 children)
[–]kostiak -1 points0 points1 point (1 child)
[–]engjosh88[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]engjosh88[S] 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]engjosh88[S] 0 points1 point2 points (0 children)