![]() |
Neue Form in Visual C++
Hi,
wie kann man in Visual C++ ein neues Formular öffnen lassen. (In delphi ShowModal oder so) z.b. button1.Click Form2.Anzeigen Thx mfg Basti552 |
Re: Neue Form in Visual C++
MfC oder Win32 API?
|
Re: Neue Form in Visual C++
Ich glaube Mfc, also ich geh halt auf Projekte -> Neu -> Windows Forms
mfg Basti552 |
Re: Neue Form in Visual C++
Managed C++?
|
Re: Neue Form in Visual C++
Also ich weiß net,
so was wie in Delphi halt mit ShowModal. Form2.ShowModal; nur in C++. Wenn man auf Buttonx klickt, öffnet sich Formular x |
Re: Neue Form in Visual C++
Es sieht stark nach .Net aus.
|
Re: Neue Form in Visual C++
Zitat:
Da steht irgendwas von CLR Windows Forms Application |
Re: Neue Form in Visual C++
Also nochmal:
Ich will in einer CLR-Form Application (Visual C++) ein neues Form öffnen(so wie in Delphi) mfg BAsti552 |
Re: Neue Form in Visual C++
Hat sich erledigt:
Form^ Form2 = gcnew Form(); Form2->Show(); #include "Form2.h" mfg Sebasti |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:15 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz