Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Borland C++ Builder » Form 1 mit Form2 verbinden

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
01.10.2004, 13:21 Uhr
~hom
Gast


wie verbinde ich form1 mit form2?

ich will das das was im edit1 feld auf knopfdruck im edit2 feld steht.

problem: edit1 ist in form1
edit2 ist in form2
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
01.10.2004, 15:22 Uhr
Bruder Leif
dances with systems
(Operator)


Moin!


C++:
form2->edit2->Text = edit1->Text;


--
Mit 40 Fieber sitzt man nicht mehr vor dem PC.
Man liegt im Bett.
Mit dem Notebook.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
01.10.2004, 18:16 Uhr
GateKeeper



evtl. musst du noch


Code:
#include "form2.h"



am Anfang schreiben.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
04.10.2004, 14:41 Uhr
~homer
Gast



C++:
Code:
#include "form2.h"


wo am anfang muss das den stehen?
in der header datei oder Unit1.cpp?
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
05.10.2004, 15:52 Uhr
~buster
Gast


Diese Frage lässt erkennen, das es an den Grundlagen C++(nicht Borlandspezifisch) noch hapert.
So müsste es aussehen in der Unit1.cpp.

C++:
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop

#include "Unit1.h"
#include "Unit2.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm1 *Form1;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
   : TForm(Owner)
{
}
//---------------------------------------------------------------------------

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
05.10.2004, 15:56 Uhr
~homer
Gast


vielen dank für die antworten
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ Borland C++ Builder ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: