Support Forums
VB.NET EOF Problem - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: VB.NET EOF Problem (/showthread.php?tid=27926)



VB.NET EOF Problem - boz0 - 06-06-2013

Hello guys ....

I found a source witch i was looking for it a long time.. and i tryied to follow as it is and i still gets an erro.... can u guys please help me out.....

here is the link im studing...
http://www.supportforums.net/showthread.php?tid=5562&highlight=eof


my project has

2 textbox
2 buttos
1 openfiledialog
1 checkbox

texbox1 with button 1 open de file i want to crypt
button 2 crypt the file.... the checkbox is the EOF

checkbox2 is not visible as the treat says.....

i wat to know where do put this code on my project

TextBox4.Text = ReadEOFData(TextFile.Text)

If CheckBox1.Checked = True Then
ReadEOFData(TextFile.Text)
WriteEOFData(output, TextBox4.Text)