WISH: Even further simplified usages...

Cynikal

Member
Licensed User
Longtime User
I realize with things such as like, your Httputils, etc..it is simplified from the initial library... But... I would like to see it more along the lines of like how it is in .NET...


Example,

Dim b as bitmap ("http://urltobitmap.com/this.jpg")

Dim this as string = This.DownloadString("http://theurltothis.com/string.txt")


Reasoning:

A LOT of times, I have to pull just 1 line from a site, and its quite small... It's kinda a pain and can even get confusing to set up subs and such for it, then have each of the subs work in order...


With your HTTPutils, you have to download the pages first then get the info from them... which is all nice and all, but also, still somewhat of a pain.
 
Top