if i have a ini file with the's text in it:
[Ftp Information]
Product Version=0.1
FtpPort=2802
AdminName=Teckniel
Password=sd%45ù@&2148#'§è
LogFile=App.Path\Log.txt

how can i load every line into a textbox???
example

textbox1 = Product Version=0.1
textbox2 = FtpPort=2802
....

Please help me out

thx