Hi ppl,
I am new here, i just start learning. I've got problems with (my english and) my program!:)
I made menuStrip and there are several submenus. I want to make somthing like this: after click on my first submenu called "Pilotowka" sentence "-0" should shows in my richTextBox1.
private: System::Void pilotówkaToolStripMenuItem_Click_2(System::Object^ sender, System::EventArgs^ e) {
richTextBox1.Show("-0");
}
(its Click_2 there bcs i tried it few times and have no idea how to move back to Click :)).
After build Solution VS shows me :left of ".Show" must have class/structure/union.
Best regards and help me pls, i am stuck!!