Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
News System (Pulled from URL)
#8
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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)