473,397 Members | 1,985 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Fingerprint ActiveX

i'm building a web app for capture fingerprints with a suprema SFR300
sensor. The sdk is not an activex, is a dll and wrappers in .NET for access
dll. I need to build an activex that enable the capture in an aspx page.
Where can i find information about it or how can i do this?

Thanks a lot!!!

Feb 26 '08 #1
4 5589
You'll want to read about exposing C# objects to COM. Unfortunately, while
..NET has pretty good support for wrapping an ActiveX control in C#, it
doesn't go the other way very easily. Unless you can find a library out
there that does this already, you'll have to implement all the ActiveX
interfaces by hand, I believe. There are something like 20 interfaces
(IOleObject, IOleInPlaceObject, IOleControl, IDataObject, IViewObject2,
IConnectionPointContainer, etc...) for an ActiveX control.

I also believe I read something somewhere about .NET not being able to host
controls in ActiveX containers. I don't know what the specific problems are,
so it may not even be possible. At the very least, it is certainly a
non-trivial task.

"Mario Cerón Charry" <ma******@hotmail.comwrote in message
news:D9**********************************@microsof t.com...
i'm building a web app for capture fingerprints with a suprema SFR300
sensor. The sdk is not an activex, is a dll and wrappers in .NET for
access dll. I need to build an activex that enable the capture in an aspx
page. Where can i find information about it or how can i do this?

Thanks a lot!!!

Feb 26 '08 #2
Thanks Fredo, but i really need do that. Where can i find information about
it, MSDN is not a very explicit about it and i don't see any example.

Thanks

"Fredo" <fr***@hotmail.comescribió en el mensaje de noticias
news:6p******************************@giganews.com ...
You'll want to read about exposing C# objects to COM. Unfortunately, while
.NET has pretty good support for wrapping an ActiveX control in C#, it
doesn't go the other way very easily. Unless you can find a library out
there that does this already, you'll have to implement all the ActiveX
interfaces by hand, I believe. There are something like 20 interfaces
(IOleObject, IOleInPlaceObject, IOleControl, IDataObject, IViewObject2,
IConnectionPointContainer, etc...) for an ActiveX control.

I also believe I read something somewhere about .NET not being able to
host controls in ActiveX containers. I don't know what the specific
problems are, so it may not even be possible. At the very least, it is
certainly a non-trivial task.

"Mario Cerón Charry" <ma******@hotmail.comwrote in message
news:D9**********************************@microsof t.com...
>i'm building a web app for capture fingerprints with a suprema SFR300
sensor. The sdk is not an activex, is a dll and wrappers in .NET for
access dll. I need to build an activex that enable the capture in an aspx
page. Where can i find information about it or how can i do this?

Thanks a lot!!!

Feb 26 '08 #3
Well, then for information about how to implement an ActiveX control, you
can start here:

http://msdn2.microsoft.com/en-us/lib...71(VS.85).aspx

This will get you started on implementing COM servers in C#:

http://msdn2.microsoft.com/en-us/lib...38(VS.71).aspx

"Mario Cerón Charry" <ma******@hotmail.comwrote in message
news:73**********************************@microsof t.com...
Thanks Fredo, but i really need do that. Where can i find information
about it, MSDN is not a very explicit about it and i don't see any
example.

Thanks

"Fredo" <fr***@hotmail.comescribió en el mensaje de noticias
news:6p******************************@giganews.com ...
>You'll want to read about exposing C# objects to COM. Unfortunately,
while .NET has pretty good support for wrapping an ActiveX control in C#,
it doesn't go the other way very easily. Unless you can find a library
out there that does this already, you'll have to implement all the
ActiveX interfaces by hand, I believe. There are something like 20
interfaces (IOleObject, IOleInPlaceObject, IOleControl, IDataObject,
IViewObject2, IConnectionPointContainer, etc...) for an ActiveX control.

I also believe I read something somewhere about .NET not being able to
host controls in ActiveX containers. I don't know what the specific
problems are, so it may not even be possible. At the very least, it is
certainly a non-trivial task.

"Mario Cerón Charry" <ma******@hotmail.comwrote in message
news:D9**********************************@microso ft.com...
>>i'm building a web app for capture fingerprints with a suprema SFR300
sensor. The sdk is not an activex, is a dll and wrappers in .NET for
access dll. I need to build an activex that enable the capture in an
aspx page. Where can i find information about it or how can i do this?

Thanks a lot!!!


Feb 26 '08 #4
Thanks!

"Fredo" <fr***@hotmail.comescribió en el mensaje de noticias
news:t5******************************@giganews.com ...
Well, then for information about how to implement an ActiveX control, you
can start here:

http://msdn2.microsoft.com/en-us/lib...71(VS.85).aspx

This will get you started on implementing COM servers in C#:

http://msdn2.microsoft.com/en-us/lib...38(VS.71).aspx

"Mario Cerón Charry" <ma******@hotmail.comwrote in message
news:73**********************************@microsof t.com...
>Thanks Fredo, but i really need do that. Where can i find information
about it, MSDN is not a very explicit about it and i don't see any
example.

Thanks

"Fredo" <fr***@hotmail.comescribió en el mensaje de noticias
news:6p******************************@giganews.co m...
>>You'll want to read about exposing C# objects to COM. Unfortunately,
while .NET has pretty good support for wrapping an ActiveX control in
C#, it doesn't go the other way very easily. Unless you can find a
library out there that does this already, you'll have to implement all
the ActiveX interfaces by hand, I believe. There are something like 20
interfaces (IOleObject, IOleInPlaceObject, IOleControl, IDataObject,
IViewObject2, IConnectionPointContainer, etc...) for an ActiveX control.

I also believe I read something somewhere about .NET not being able to
host controls in ActiveX containers. I don't know what the specific
problems are, so it may not even be possible. At the very least, it is
certainly a non-trivial task.

"Mario Cerón Charry" <ma******@hotmail.comwrote in message
news:D9**********************************@micros oft.com...
i'm building a web app for capture fingerprints with a suprema SFR300
sensor. The sdk is not an activex, is a dll and wrappers in .NET for
access dll. I need to build an activex that enable the capture in an
aspx page. Where can i find information about it or how can i do this?

Thanks a lot!!!


Feb 26 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: lewixlabs | last post by:
Hello, I have to develop an application which use Microsoft Fingerprint Reader. This device can be handled like a scanner? So can i use a class inside Platform SDK or API? There are resources?...
23
by: Roel Melchers | last post by:
My ACCESS-database contains all members of my association. When the members attend to a meeting I want to record their presence. When they enter they identify themselves by putting their finger...
1
by: Roel Melchers | last post by:
How to connect my new bought fingerprint reader to my database. My fingerprint reader came with a SDK (Software Development Kit). With that SDK, it said, it is very easy to connect the reader to...
3
by: Javier Camacho | last post by:
Hi , We want to deploy a Microsoft Fingerprint solution in order to authenticate our ASP.NET applications. I want to know if exists a SDK to Microsoft FingerPrint Reader or if We have to use the...
8
by: Jon Vaughan | last post by:
Has anyone had any exposure to a fingerprint SDK ? If so what did you use and how and how did you find it ? Thanks
6
by: Martin Adhie | last post by:
Hi Guys, I start to learn C++, because I got win API which interating with Fingerprint reader from Authentec, it comes with SDK and program samples. I just want to create application where by...
0
by: durumdara | last post by:
Hi! I have an application (Python + wx) somewhere. The users use they fingerprint to log. But we have a problem that in this time the fingerprint logon is do REAL windows logon, so every user...
4
by: mlmn | last post by:
I bought an IBM USB Fingerprint reader. I want to use it to authenticate a user for database access. When some one tries to access a database, his ID should be provided and then his fingerprint...
0
by: kingowusuadomako | last post by:
I have gotten the Griaule fingerprint java sdk to work with digitalPersona fingerprint device. my problem is locating the database where the fingerprint images are stored.i want to access the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.