Forum: VB.NET |
Thema:
Re: eingaben ohne Textfeld annehmen |
Von:
G. Guest (
24.08.2004 21:04) |
Ops sorry, stell mir das ganze eigentlich als logisch vor, aber mir wird nichts angezeigt, ich hab nun folgenden Code:
Private Sub Form1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles MyBase.KeyPress
MsgBox(e.KeyChar)
MsgBox("Hallo")
End Sub
Keine Fehlermeldung, Keine MSGBOX einfach rien, nichts.
Betreff |
Von |
Datum |
|
|
G.
Guest
|
08.09.2004 19:55 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!