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
'
Last edited by zmbd; Sep 15 '12, 05:47 AM.
Reason: Please use the code tags (button in toolbar) when posting code. Also, do not use extra whitespace, actually makes it hard to read what you've done!