Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hi Leute!

Das ist glaube ich eine bescheuerte Frage aber ich komm da nicht ganz klar...

Ich habe hier Visual C++ 2008 Express Version und ein Projekt erstellt..

Das Projekt soll zur Verwaltung von einem DNS Server dienen.

Ich möchte in der ersten Form "Form1" über einen Button "Form2" öffnen!?

Wie muss ich das anstellen?


private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {}

Ich kenn mich jetzt nicht mit C++ aus, deswegen kann ich dir nur die Vorgehensweise erklären.

Du musst einfach die Funktion Show() von Form2 aufrufen.

Mit Delphie hatte ich das auch hinbekommen ^^ Aber jez mit Visual C++ bekomm ich garnix auf die Reihe

hey das problem hatte ich auch...

ich habs so gelöst indem ich die headerdatei von der zu öffnenden form eingebunden habe:

#include "Form2.h"

dann

Form2^ test= gcnew Form2;

test->Show();

so hats bei mir geklappt

lg valle

Danke!

Habs jetzt irgendwie hinbekommen ^^

Noch eine Frage .. wie kann ich ein "Formular" erstellen mit einem eingabefeld das die eingabe per button weitergibt an ein Konsolenfenster das die daten verarbeitet?

EINGABE -> SENDEN -> EINGABE IN KONSOLENFENSTER BENUTZEN

Bearbeitet von DeadHunter

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.