How do I use the SavePicture Statement?

I have tried . . .

Code:
Private Sub cmdSave_Click()
    
    frmDraw.picFrame.Picture = frmDraw.picFrame.Image
    
    SavePicture frmDraw.picFrame.Picture, "a:\" & InputBox("Filename?", "Save File") & ".bmp"
An' blow me (ooer . . . .) if it doesn't work!

The VB help is pants 'cos it uses reserved words 'n' everything!



[email protected]