Wow thanks for the information, (i'm new to visual basic from a few days) and i just confirm what you said because i see it with task manager, cpu % skipped to 100 in a second, thank you again for the information. And i want to ask a thing why i get sometime a blank image of the websites in webbrowser through the picture.save fuction, and why with long name site title it give me an error ? i tried with this one:
and with this:Code:picture.Save("C:\" + tempArray(counter) + ".Jpeg", System.Drawing.Imaging.ImageFormat.Jpeg)
but with both it give me this error:Code:picture.Save("C:\" + TextBox1.Lines(counter) + ".Jpeg", System.Drawing.Imaging.ImageFormat.Jpeg)
System.ArgumentException
The only one answer i can think is because of special characther of url, this can easy prove with the rename of windows, i want like to do for example... name+index, so i need to create another cycle with index that increment each time it go next with links
or i think i can just use this cycle i have for this thing of the name.




Reply With Quote
