Hi!!!!
Can anyone tell me how can I make a search similar to BING in a window application.
I want to make a window application in which user would enter any name and he would get the related pictures displayed in the form.
In this ,I want to give user a set of around 8,000-10,000 images in advance. and he enter any name in search field , if the particular image exist then it should display the related result other give message"NOT FOUND".
Now ,how can I assign the name & description to the image such that when user enter any name it should compare that string withe the name or description and display the related result.
Also tell me some way where and how to store these images in backend such that user could not copy these images from backend.
Kindly provide some solution.............