Hey everyone,

I've made basic Apps before and I'm a beginner to C++

i need help with functions on a calculator
http://i40.tinypic.com/f2r0i0.png

This is my current GUI for it, it has no functions yet, could anyone please tell me if i click on the buttons that it would show on the screen, just like the Microsoft one

Thanks alot

private: System::Void exitToolStripMenuItem_Click(System::Object^  sender, System::EventArgs^  e) {
			 MessageBox::Show("Are you sure you want to Exit?","Confirmation",MessageBoxButtons::YesNo);
             Application::Exit();
		 }

Also this line could you please tell me how to do it, when i click "Yes" it exits when i click "No" It exits aswell, i saw somthing with dialogresult == no but it didn't seem to work

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.