VB.NET - Tag Archive
Everyone has they’re off day, mine this month involved spending four hours wondering why I couldn’t get Visual Studio to import the Shockwave Flash library and after I finally did get it to (by re-registering Flash10.ocx) wondering why I was still getting a ‘Class Not Registered’ while trying to compile the app.
The full(ish) error message:
“An [...]
Once again ran into this issue while working on a small VB.NET project for a client.
Problem: When using the webclient to upload a string of data to a PHP/ASP/etc script with the following code (or similar), you aren’t able to pick the posted data up within your receiving script:
Dim wc As New WebClient
wc.UploadString(url, data)
I found [...]








