Ok ok the answer is actually very simple. i made an instant messanger with webcam and voice about a year ago. for the image thing just get the handle of the picturebox.

camHwnd = capCreateCaptur eWindow(CamWnd, 0, 0, 0, 320, 240, me.hwnd, 0)

Then all you have to do is save like this:

SavePicture Picture1.pictur e, Path

Then Reload the picture like this:

Picture1.pictur e = ...