Forum: Visual Basic .NET
Jan 25th, 2007, 2:45 PM
|
|
Replies: 1
Views: 186
|
Forum: Visual Basic .NET
Jan 20th, 2007, 2:57 PM
|
|
Replies: 9
Views: 283
|
Forum: Visual Basic .NET
Jan 19th, 2007, 6:40 PM
|
|
Replies: 9
Views: 283
Dim url As String =...
Dim url As String = "http://www.whatever.com/blah/"
Dim fileName As String = "ring" + times + ".jpg"
brought the error "Conversion from string "ring" to type 'Double' is not valid "
I didn't declare...
|
Forum: Visual Basic .NET
Jan 17th, 2007, 6:20 PM
|
|
Replies: 9
Views: 283
|
Forum: Visual Basic .NET
Jan 16th, 2007, 3:45 PM
|
|
Replies: 9
Views: 283
|
Forum: Visual Basic .NET
Jan 16th, 2007, 1:09 AM
|
|
Replies: 9
Views: 283
download images (incrementing url) ?
I'm not sure if this is something Visual Basic's for;
if not, would it be simplest with a scripting language or command prompt or what?
I want to download a bunch of images to harddrive from...
|