aha ich dachte das wäre nur fürs Hauptfenster aha.. ja das mit den Timern kenn ich von Borland .. alles klar teste ich das mal aus
bei mir sieht das ganze so aus also die win Main in Form1
using namespace BSEScorpioStinger;
int APIENTRY _tWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow)
{
System::Threading::Thread::CurrentThread->ApartmentState = System::Threading::ApartmentState::STA;
Application::Run(new Form1());
return 0;
}
wenn ich jetzt aber die anweisung Application::Run(new startpopup()); dazwischenstopf
heisst es : f:\3D-Projekt\BSE-Scorpio-Stinger\Form1.cpp(15): error C2061: syntax error : identifier 'startpopup'
aber ich hatte es schon mal getestet vor einer Weile wenn ich Form1 oben durch startpopup ersetze zeigt er mir meine 2 Form an natürlich als Hauptfenster g
bei mir sieht das ganze so aus also die win Main in Form1
using namespace BSEScorpioStinger;
int APIENTRY _tWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCmdShow)
{
System::Threading::Thread::CurrentThread->ApartmentState = System::Threading::ApartmentState::STA;
Application::Run(new Form1());
return 0;
}
wenn ich jetzt aber die anweisung Application::Run(new startpopup()); dazwischenstopf
heisst es : f:\3D-Projekt\BSE-Scorpio-Stinger\Form1.cpp(15): error C2061: syntax error : identifier 'startpopup'
aber ich hatte es schon mal getestet vor einer Weile wenn ich Form1 oben durch startpopup ersetze zeigt er mir meine 2 Form an natürlich als Hauptfenster g
Zuletzt bearbeitet: