Thread: Download a file
View Single Post
  #14 (permalink)  
Old 05-16-2008, 05:17 AM
Martin_kp's Avatar   
Martin_kp Martin_kp is offline
Learning Programmer
 
Join Date: May 2008
Location: Indonesia
Age: 10
Posts: 47
Rep Power: 2
Martin_kp is on a distinguished road
Default Re: Download a file

Why is the description for Xav and Lop is the same?
It was written:
Xav
Speaks Fluent Binary

Lop
speaks fluent binary

Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Are both are created from the same user?
By the way, If the statement up = True Then
Both Users use only 3 letters
Conclusion
'He or she likes 3 lettered words.
MessageBox.Show("Is this true?")
End Sub
End Class

Oh yeah just a note:
Don't try this at Visual Basic, as you see three first sentence are non-working in Visual Basic. Only this part works: = True Then

Thanks for noticing.

Last edited by Martin_kp; 05-16-2008 at 05:19 AM. Reason: I edited this because Class should be on top of Sub.
Reply With Quote