, 02 2015 . 22:01
+
mozgotron
Private Sub Text1_KeyPress(KeyAscii As Integer) ' ,
Select Case KeyAscii
Case 34, 42, 47, 58, 60, 62, 63, 92, 124
KeyAscii = 0
End Select
Text1.MaxLength = 256 - Len(File1.Path + "\") '
End Sub
:
File1 FileListBox, .
Text1 TextBox, .