- Joined
- Nov 14, 2014
- Messages
- 1
- Reaction score
- 0
Simply i need a code in vb for ms access which copies images from clipboard into a file in a given folder.
Why I need this?
I have a bound image control in my form it is bound to a text field which refers to image file name and file path which works perfectly
In my design I'm planning to let the user to copy any image from anywhere and I want a functionality when I double click the bound image the vb code should save the image into a folder dedicated for the images. Give it a name and past the name and path into the related db text control
I decided to find out a code to save from clipboard into a file name
Why I need this?
I have a bound image control in my form it is bound to a text field which refers to image file name and file path which works perfectly
In my design I'm planning to let the user to copy any image from anywhere and I want a functionality when I double click the bound image the vb code should save the image into a folder dedicated for the images. Give it a name and past the name and path into the related db text control
I decided to find out a code to save from clipboard into a file name