


cilpolir wrote:uhm.. what to answer, first post and example of illigal activities....
My answer is:....read the disclamer it's there for a reason!
HackThisSite does not support illegal activities.




TheWhiteKid wrote:Ok ive got a code that is suppose to save it to this file in my computer Program Files\Logs\logs.txt but when i debug the program it says that it works but there is no file there???


cilpolir wrote:TheWhiteKid wrote:Ok ive got a code that is suppose to save it to this file in my computer Program Files\Logs\logs.txt but when i debug the program it says that it works but there is no file there???
you are giving an input? also if you can post your code it is easier to spot errors
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim W As New System.IO.StreamWriter("C:\Program Files\Logs\logs.txt", True)
W.WriteLine("Name:" & TextBox1.Text & " & " & "Answer:" & TextBox2.Text)
W.Close()
MsgBox("Hope You Won")
End Sub
End Class


cilpolir wrote:don't know anything about VW but i've read some tutorials and it seems like the logs.txt must first be created before VB can write something into it. So if you created that file and the run the program it should come into that file, how to let your program create that file I don't know, but maybe you do

TheWhiteKid wrote:cilpolir wrote:don't know anything about VB but i've read some tutorials and it seems like the logs.txt must first be created before VB can write something into it. So if you created that file and the run the program it should come into that file, how to let your program create that file I don't know, but maybe you do
thanks man... i must of over looked that when i was reading the tut or they forgot that step. im kinda new to programming. do u have msn or aim so if i need help i can just contact you there?


Users browsing this forum: No registered users and 0 guests