hai friends i am new to this i working in a proj to save a cam pic for profile maintenance. It work good i can save one one pic if i try to save another pic it overwrite the old one :(.
any one help me to save file name differently each time when button is clicked each time....
here his my code....

Code:
Private Sub cmdSave_Click()
  Dim bm As Image
    '
    ' Copy image to clipboard
    '
...