CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2013
    Posts
    1

    Need to develop a GUI in activex contro to capture finger (biometrics) samplel

    Hey Guys m totaly new to this thing... i need to know is it possible to create a gui with the help of activex control?
    i knw u guys r still confused (as i am right now )
    i need to know
    1. How to invoke biometric framework of windows(7) via an activex control
    2. How to design a GUI bye using activex control to capture the samples (finger samples)
    3. and finally how to pass those captured samples to web services OR
    how to pass parameters / values from activex control to web services....


    phewww... lots of complications...

    answer to any question will reduce the stress...



    PS:- Developing a biometrics system in which user will prompt to install an activex control, which will invoke WBF and records the sample (finger samples) and pass them to the web service

  2. #2
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Need to develop a GUI in activex contro to capture finger (biometrics) samplel

    Quote Originally Posted by Nilesh_25 View Post
    Hey Guys m totaly new to this thing... i need to know is it possible to create a gui with the help of activex control?
    Yes, it is possible.
    But what is your problem? Creating an ActiveX control? Or "design a GUI"?
    Or something else?
    What did you already make/develop?
    Victor Nijegorodov

  3. #3
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Need to develop a GUI in activex contro to capture finger (biometrics) samplel

    Quote Originally Posted by Nilesh_25 View Post
    Hey Guys m totaly new to this thing... i need to know is it possible to create a gui with the help of activex control?
    i knw u guys r still confused (as i am right now )
    Not at all, why would we be confused just because of being new to something?

    i need to know
    1. How to invoke biometric framework of windows(7) via an activex control
    Never heard of that, but in case it really exists, you always to start with reading documentation.

    2. How to design a GUI bye using activex control to capture the samples (finger samples)
    You design it separate, activex GUI and capturing layer, then you put those together. Start with making a dummy GUI activex. Which means, read documentation first.

    3. and finally how to pass those captured samples to web services OR
    how to pass parameters / values from activex control to web services....
    Did you ever work with web services? No difference to use web service client in activex. Start with making a trivial web service able to pass a binary array. Which means, read documentation first.

    phewww... lots of complications...
    I would better say lots of reading. But if reading is a complication...

    answer to any question will reduce the stress...
    Forget about stress and start doing basic elements and gain experience.
    Last edited by Igor Vartanov; July 14th, 2013 at 01:28 PM.
    Best regards,
    Igor

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured