Jump to content
Fórum Script Brasil
  • 0

[Microssoft Visual c++]


Adson Leal

Question

Olá.

Sou novo no forum e também na programação.

Fiz uns programinhas no Visual c++ express 2008 e gostei da ferramenta.

Com meu conhecimento em c++ (mediano XD) consegui fazer uma calculadora ótima!

Programas com 1 form são fáceis.

Então o problema é o seguinte:

Criei um form nele tem um botão executar e um que abre outro form nesse outro form tem uma textbox.

Quero que uma textbox no form 1 fique com o texto da textbox do form2 quando aperto o botão executar;

No código do botão executar fiz assim:

form2 ^ form = gcnew items;
textBox1->Text = form->textBox1->Text;

Só que na hora de compilar o seguinte erro é retornado:

error C2248: 'System::Windows::Forms::Control::text' : cannot access private member declared in class 'System::Windows::Forms::Control'

Agradeço qualquer ajuda ^.^

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...