¡@

Home 

php Programming Glossary: dim

POST to webpage in vb.net (win forms, desktop, not ASP.net)

http://stackoverflow.com/questions/2615335/post-to-webpage-in-vb-net-win-forms-desktop-not-asp-net

a simple example which basically boils down to this Dim myWebClient As New WebClient myWebClient.Headers.Add Content.. Content Type application x www form urlencoded Dim responseArray myWebClient.UploadData http ... POST Encoding.ASCII.GetBytes.. http ... POST Encoding.ASCII.GetBytes postData Dim response Encoding.ASCII.GetString responseArray The Wikipedia..

asp.net version of timthumb php class

http://stackoverflow.com/questions/4436209/asp-net-version-of-timthumb-php-class

''check the cache for the image first 'Dim cacheObj As Object context.Cache Thumb context.Request.Url.ToString.. .ToLower 'If cacheObj IsNot Nothing Then ' Dim msCache As MemoryStream DirectCast cacheObj MemoryStream ' WriteImage.. Sub 'End If 'process request since it wasn't in the cache Dim imgPath As String context.Request.QueryString src If String.IsNullOrEmpty..