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

Folgendes:

im Form1 gibt es einen Button "klick" und ein label "alter Text".

wenn ich auf "klick" drücke, erscheint ein zweites Fenster "Form2".

Auf Form zwei ist ein Button "Enter" und ein Eingabefeld.

Ich will jetzt, dass wenn ich irgendetwas in das Eingabefeld eingebe und dann auf Enter drücke, dass dieser Text dann in Form1 im label angezeigt wird (also da wo vorher "alter Text" stand)

Visual Studio 2005

Win XP

Ich hab schon irgendwo gelesen, dass ich dafür am besten eine eigene Klasse schreibe oder so. Nur ich hab das absolut nicht verstanden.

Kann mir das bitte jemand erklären wie das nun geht!?

gruß Grey

einfachste Variante:

Beim Klick-Ereigniss des Enter-Buttons in Form2

form1.label1.text=textbox1.text

Je nachdem, wie umfangreich dein Programm wird, und ob du mehrmals so einen Schritt machen willst, könnte eine eigene Klasse aber sehr sinnvoll sein.

Dabei würdest du in form1 eine sub schreiben, welche die beschriftung des labels ändert. zum auslösen dieser sub könntest du beim klicken des enter-buttons in form2 ein event erstellen, welches die sub aufruft.

Alternative:

Quellcode in Form2:

private mEingabe as string=""

...

public readonly property Eingabe as string

get

return mEingabe

end get

end property

...

sub buttonenter_klick...

mEingabe=textbox1.text

close()

end sub

...

Quellcode in Form2:

sub button1_klick...

form2.showdialog()

me.label1.text=form2.Eingabe

end sub

Hoffe, ich hab nix vergessen. Musste das grad ohne Umgebung abtippen :)

Gruß

Die Lady

Bearbeitet von LadyPreis

ich glaube vergessen zu haben, dass es in VC++ sein soll.

Aber danke erstmal für deine Mühe.

das prinzip war mir ja auch vorher klar, nur die syntax von vc++ ist ziemlich verwirrend für mich, deshalb würde ich den code gerne in vc++ haben wenns geht.

keine eine idee?

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.