02-06-14, 03:25 PM
PHP كود :
Dim fileData As String = System.IO.File.ReadAllText("Your Txt file...").Trim
Dim number As Integer = Integer.Parse(fileData)
If (number = 1234) Then
Form2.Show()
End If
سامحني اذا فيه خطأ الكود كاتبنه من الذاكرة

