Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I have a requirement in my project in which we have to write Body parts name in a Text box and Show that Part on an Image.
Can any body helps me
Thanks in advance.
Posted
Comments
Oludayo Alli 20-Aug-11 8:49am    
I want to ask: what have you tried? Although, I'm beginning to think about the possible ways to help but I don't know if it'll be inline with your project. Let us know what you have done and where you need help as it is not possible to do you whole project for you.
BillWoodruff 20-Aug-11 9:46am    
Sunny asked you an excellent question, and I'd like to ask you what form the bitmap or bitmaps you are dealing with are in ?

Do you have one big bitmap, or, individual bitmaps for each body part the user might enter ? or, ... ?
MDubey1987 22-Aug-11 1:00am    
I am using a one big bitmap image.I am actually tried to highlight that part of the Body Image which was selected by user.For ex: If user selects head then I have to indicate head in the image through pointer or circle etc

1 solution

There are 2 solutions for this problem.

Solution 1:
You can store the name of the part as varchar and image as binary in SQL database. It can be retrieved as the user hits this record.

Solution 2:
Images can be stored in the physical folder named 'images' within the solution as the built-in resources. On referring body parts name in the text box, the application will point/show to the respective image name under 'images' physical folder.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900