Lost Password?

Go Back   CodeCall Programming Forum > Software Development > Visual Basic Programming

Visual Basic Programming Discussion forum for Visual Basic, an event driven programming language and associated development environment from Microsoft for its COM programming model.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-09-2008, 03:31 AM
mechslayer mechslayer is offline
Newbie
 
Join Date: May 2008
Posts: 8
Rep Power: 0
mechslayer is on a distinguished road
Exclamation Need advices on my new project

I am a student from Singapore and I am new to this Visual Basic programming and I am learning it because I recieved a new project from the school to develop a system.

Project :
Is to help people to locate their cars after they parked in a big carpark.

Solution:
Install a simple biometric fingerprint reader on all pillars. The user just need to scan on the fingerprint reader to have their fingerprint enrolled and store in the database of the system.

When the user wants to locate his/her car, they'll go to our car locator system with the fingerprint reader located at each lift lobbies leading to the carpark. The user will just need to use the fingerprint reader, then by using his fingerprint as the 'key' to find the matching fingerprint. Once the system found the matching fingerprint, it will show on the monitor where the fingerprint is last being captured, showing the location of which pillar the reader is being located provided with a map to further show the user the specific location and pillar the fingerprint reader is mounted onto.

Problem:
This is the first time I interacted with this Visual Basic Programming, although I have learnt some of the basic knowledge required but its still insufficient for me to start on the program. I am totally clueless on how to get started.

Request:
I hope to recieve advices on how to start on this program.


Thanks for reading this thread and hope you could gladly lend a helping hand.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-09-2008, 10:46 AM
gaylo565 gaylo565 is offline
Newbie
 
Join Date: May 2007
Posts: 23
Rep Power: 4
gaylo565 is on a distinguished road
Default Re: Need advices on my new project

This all depends on how the fingerprint readers connect to your system. Are they are all remotely connected to a single computer or do they each have their own computer system of some sort? This sounds like a difficult programming solution. The actual keeping track of places is very easy using a data base and placing the various inputs in different locations within the db file dependent on where they input comes from. The hard part will be mapping out your devices so that they give you the desired inputs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-09-2008, 11:04 AM
Xav's Avatar   
Xav Xav is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: London, England
Posts: 1,303
Rep Power: 11
Xav is a jewel in the roughXav is a jewel in the roughXav is a jewel in the rough
Send a message via MSN to Xav
Default Re: Need advices on my new project

This could be tricky. It's impossible to suggest a method of receiving biometric input without first knowing how the scanners connect. Maybe an API will be available, or you might have to do things manually. In any case, the easiest part should be the actual program statements that work out which scanner was used, and hence which pillar.
__________________
Xav, the power of youth
Web Site | Email
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-10-2008, 10:58 AM
mechslayer mechslayer is offline
Newbie
 
Join Date: May 2008
Posts: 8
Rep Power: 0
mechslayer is on a distinguished road
Default Re: Need advices on my new project

Quote:
Originally Posted by gaylo565 View Post
This all depends on how the fingerprint readers connect to your system. Are they are all remotely connected to a single computer or do they each have their own computer system of some sort? This sounds like a difficult programming solution. The actual keeping track of places is very easy using a data base and placing the various inputs in different locations within the db file dependent on where they input comes from. The hard part will be mapping out your devices so that they give you the desired inputs.
The Fingerprint reader are all remotely connected to a single computer. So actually what should I know to get my project started. This is the first time I doing such project therefore I got a lot to learn. Thanks for replying.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-10-2008, 11:15 AM
mechslayer mechslayer is offline
Newbie
 
Join Date: May 2008
Posts: 8
Rep Power: 0
mechslayer is on a distinguished road
Default Re: Need advices on my new project

Quote:
Originally Posted by Xav View Post
This could be tricky. It's impossible to suggest a method of receiving biometric input without first knowing how the scanners connect. Maybe an API will be available, or you might have to do things manually. In any case, the easiest part should be the actual program statements that work out which scanner was used, and hence which pillar.
So where can I get the API or how should I do the things manually. To be frank, even the easiest part of my project seem to be the hardest for me. Hope that you could let me know how or where to start. Thanks a lot for replying.

Last edited by mechslayer; 05-10-2008 at 11:21 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-10-2008, 02:37 PM
Xav's Avatar   
Xav Xav is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: London, England
Posts: 1,303
Rep Power: 11
Xav is a jewel in the roughXav is a jewel in the roughXav is a jewel in the rough
Send a message via MSN to Xav
Default Re: Need advices on my new project

It really depends on the fingerprint scanner used, or the software supplied. If it comes with an API or one is available for download, it's simple. Otherwise, it's deadly.
__________________
Xav, the power of youth
Web Site | Email
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-11-2008, 02:56 AM
mechslayer mechslayer is offline
Newbie
 
Join Date: May 2008
Posts: 8
Rep Power: 0
mechslayer is on a distinguished road
Default Re: Need advices on my new project

Quote:
Originally Posted by Xav View Post
It really depends on the fingerprint scanner used, or the software supplied. If it comes with an API or one is available for download, it's simple. Otherwise, it's deadly.
When I bought the fingerprint reader, its only came with a installation disc. So how do I know whether its came with a API or how to find one to download? I think I am dead meat now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-11-2008, 03:18 AM
Xav's Avatar   
Xav Xav is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: London, England
Posts: 1,303
Rep Power: 11
Xav is a jewel in the roughXav is a jewel in the roughXav is a jewel in the rough
Send a message via MSN to Xav
Default Re: Need advices on my new project

Try installing it, then in VB click Add Reference, go to the COM tab, and see if there's an entry for your software. Otherwise, check the website. Otherwise, give up.
__________________
Xav, the power of youth
Web Site | Email
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-11-2008, 09:03 PM
mechslayer mechslayer is offline
Newbie
 
Join Date: May 2008
Posts: 8
Rep Power: 0
mechslayer is on a distinguished road
Default Re: Need advices on my new project

Quote:
Originally Posted by Xav View Post
Try installing it, then in VB click Add Reference, go to the COM tab, and see if there's an entry for your software. Otherwise, check the website. Otherwise, give up.
I think i found this entry named : 'NetaShell 1.0 Type Library' This is the file from the software I installed. So what should I do about that?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-12-2008, 07:07 AM
Xav's Avatar   
Xav Xav is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: London, England
Posts: 1,303
Rep Power: 11
Xav is a jewel in the roughXav is a jewel in the roughXav is a jewel in the rough
Send a message via MSN to Xav
Default Re: Need advices on my new project

Perfect! Add the reference. Take a look at the References section of the Solution Explorer, and see what the name of the new library is called. Then, in code, type the name of the library, then a dot (.). This will display a list of objects, so you can see how it fits together.
__________________
Xav, the power of youth
Web Site | Email
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
VPN project Acheron Technology Ramble 0 03-14-2008 06:06 AM
A cool project idea. AlexanderRybak Community Projects 3 02-11-2008 02:37 AM
FreeOrion (a non commercial, community game project, under development) MikkoM Video Game Talk 2 01-04-2008 12:19 PM
Contributing to a project Jordan Community Projects 7 09-15-2006 04:43 PM
Community Project! - Recent project gone sour Crane C# Programming 5 09-09-2006 02:13 PM


All times are GMT -5. The time now is 01:07 AM.

Contest Stats

No contest at this time. Please check back later.

Ads