Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Borland C++ Builder » progressbarzum laufenbringen?????

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 ] [ 2 ] > 3 <
020
19.01.2005, 17:44 Uhr
~Saddiq
Gast


Bei mir funzt es noch nicht!

void __fastcall TF_Frontend_hinzu::B_Beenden_hinzuClick(TObject *Sender)
{
F_Frontend_Beenden->Visible = true;
F_Frontend_hinzu->Visible = false;

}
//---------------------------------------------------------------------------

void __fastcall TF_Frontend_hinzu::B_hinzu_backClick(TObject *Sender)
{
F_Frontend_hinzu->Visible = false;
F_Frontend_Menue->Visible = true;
for (int i=1; i>=20;i++)
{
ProgBar_Beenden->Position = i;
Sleep(100);
}ist.
//von hier rufe ich das Form Beenden auf indem der Progress bar ist
}
//---------------------------------------------------------------------------

Er sagt mir [C++Fehler] hinzufuegen.cpp(35): Undefined symbol 'ProgBar_Beenden'.
Hab aber den Header includiert

:#include <vcl.h>
#include <dos.h>
#pragma hdrstop
#include "Haupt.h"
#include "Menue.h"
#include "hinzufuegen.h"
#include "Beenden.h" <-------
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
021
19.01.2005, 17:50 Uhr
muhahahaha
Funsofts next Userpic model 2006 :D



Zitat:
Er sagt mir [C++Fehler] hinzufuegen.cpp(35): Undefined symbol 'ProgBar_Beenden'.
Hab aber den Header includiert


du musst es ja noch vereinbaren mit int ProgBar_Beenden;
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
022
19.01.2005, 18:33 Uhr
~Saddiq
Gast


HAT GELAPPT. Hab einfach ne Methode geschrieben.

void TF_Frontend_Beenden::Balken()
{
for (int i=1; i<=100;i++)
{
Sleep(15);
ProgressBar1->Position = i;
Application->ProcessMessages();
}
exit(0);
}

Danke Jungs.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: [ 1 ] [ 2 ] > 3 <     [ 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: