Hello all,
I have my requirement as follows.
I have a windows form with 5 textboxes and 6th (to be decided). in all the 5 text boxes I will give text data and on 6th control I have to manually paste an image (and also I should be able to save that pasted image through code).
After clicking a button all the details should get saved into database. Im ready with that part of code where I will save that image into an ole column.
So what exactly I want is, what is the control I need to use for 6th control where I can paste it and which is also be able to save that image.
What I have tried till now is with rich textbox where eventhough I can able to paste my images, I couldn't able to save that image as a bmp or......
So can anybody suggest a solution for my problem
Regards,
Krishna.