13€
14.03.2002, 22:53
Habe endlich mein eigenes Mailprogramm fertiggestellt. *freu
Alles ist soweit ok
bloß es taucht ein Fehler bei kompilieren auf:
Private Sub cmdSend_Click()
cmdSend.Enabled = False
If ValidateEntry = False Then MsgBox "Either the server name or to address were left empty.", vbCritical + vbOKOnly, Me.Caption: cmdSend.Enabled = True: Exit Sub
If txtAttach.Text <> "" Then
lblStatus = "Encoding file attachment"
Base64EncodeFile txtAttach.Text, rtfAttach, txtOutput
End If
lblStatus = "Connecting to POP Server"
ConnectToServer txtText. Text, Winsock1
End Sub
Es kommt dann Fehler beim kompilieren die Variable txtText. net definiert..
Kann mir da wer helfen ??? :mauer: :mauer: :mauer: :mauer:
Alles ist soweit ok
bloß es taucht ein Fehler bei kompilieren auf:
Private Sub cmdSend_Click()
cmdSend.Enabled = False
If ValidateEntry = False Then MsgBox "Either the server name or to address were left empty.", vbCritical + vbOKOnly, Me.Caption: cmdSend.Enabled = True: Exit Sub
If txtAttach.Text <> "" Then
lblStatus = "Encoding file attachment"
Base64EncodeFile txtAttach.Text, rtfAttach, txtOutput
End If
lblStatus = "Connecting to POP Server"
ConnectToServer txtText. Text, Winsock1
End Sub
Es kommt dann Fehler beim kompilieren die Variable txtText. net definiert..
Kann mir da wer helfen ??? :mauer: :mauer: :mauer: :mauer: