25-09-2007, 09:46 PM
Not tested, but I think it will work...
Code:
Private Sub Form_Load()
Dim TmpStr As String
Dim UrlPath As String
UrlParth = GetVar(App.Path & "\Config\News.ini", "NEWS", "PATH")
TmpStr = InetNews.OpenURL("UrlPath")
txtNews.Text = TmpStr
End Sub