Click here to Skip to main content
15,906,463 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
please help me how to add other controls in our project who is not available in our toolbox,
like i want to add a finger print sensor and a webcam for enrolment.

please give me solution, and if you can provide a screen shot or ppt for this.
i will be thankful for you


thanks regards
Mohan Chandra
Posted
Updated 20-Dec-13 22:50pm
v2
Comments
BillWoodruff 21-Dec-13 5:06am    
This is way too vague a request to respond to, other than to say:

Do you have the Controls you want now, ready to install in Visual Studio, and you don't know how to install them ?

If you don't have the Controls, then it's time for you to start doing research on CodeProject, and the net, on "Name of Control" + ".NET"
Member 10192073 21-Dec-13 5:11am    
there is need an application that enrolment of every employee and give finger print of every employee when he/she come and out.
means its a attendance application. i am new developer.
so i need help
jackspero18 21-Dec-13 5:55am    
you have to add SDK tool.. by that you can scan finger & also web cam facility.. i have used n my project is working properly
Member 10192073 23-Dec-13 1:06am    
can you provide me screen shot for this?
actually i have installed driver of finger print sensor and web cam,but how to add these contorls and how to add dll for this.

Step 1) Do a little research. Google is a good start point
Step 2) Start testing
Step 3) When you get a problem you don't know how to solve but at least you tried it, then come back and ask for something concrete with detailed information or a snippet of the code giving problems

Sorry if this is not the answer you were looking for. But your question is a bit too wide to be answered at the "Quick" Answers. It is better and you get faster help if you make 10 concrete questions about concrete problems, than a big question about a "how-to guide"
 
Share this answer
 
to register tools like webcam or finger print scanner you need to install the drivers for that hardware in your machine then you can try add DLl files as a ref to your program and try to connect to the finger print scanner from visual studio.

please refer the hardware manual for that. it gives very good information to you.
 
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