No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
are you sure you hv iss and it is working and configurate iss search gogole windows 7 iss configuration you fing picture explain page
open and read example two way to read input and line input method input method read variable one by one line input read all variable at the same time Open App.Path & "\example.txt" For Input As #3 While Not EOF(3) On Error Resume Next Input #3, a1, a2 (Line Input …
only write what you want [CODE] Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii = 13 And Len(Trim(Text1.Text)) = 10 Then Text3.SetFocus Dim N$ N = "0123456789" If KeyAscii <> 8 Then If InStr(N, Chr(KeyAscii)) = 0 Then Beep KeyAscii = 0 Exit Sub End If End If End Sub [/CODE]
The End.
kaozci