CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2014
    Posts
    2

    Question Button to display text box message

    I'm new to GUI programming with windows visual studio 2010.

    I'm currently making a math helping program in c++ windows form application.
    I'm trying to make it so where the user presses the number button I such as 1 button to display a 1 in my textbox.

    Code:
    
    private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {
    			 
    		 }

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Button to display text box message

    Sorry, this is wrong forum for questions like that. You should try with Managed C++ and C++/CLI
    Best regards,
    Igor

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured