|
-
Jul 3rd, 2002, 04:38 PM
#1
Thread Starter
yay gay
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Public Listener As New TcpListener(21)
Listener.Start()
End Sub
it said:
C:\Documents and Settings\JBRANCO\My Documents\Visual Studio Projects\WindowsApplication3\Form1.vb(51): 'Public' is not valid on a local variable declaration.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|