I am having a mind block.

I used this link to populate the image in Picture1 from a webbrowser using BitBlt.

http://www.vb-helper.com/howto_browser_capture.html

But when I use

Code:
SavePicture Picture1.Picture "C:\Sample.jpg"
it gives me Run Time Error 380 "Invalid property Value"

When I debug it, Picture1.Picture gives me a value of 0. What am I missing? How should I save this picture?