G
goo
Guest
def var URI as char no-undo. def var oWebclient as class System.Net.WebClient no-undo. def var oStream as class System.IO.Stream no-undo. def var lc as longchar no-undo. oWebClient = New System.Net.WebClient(). oStream = New System.IO.Stream(). oStream = oWebClient.OpenRead(URI). : : something like this 
Continue reading...
Continue reading...