Re: Microsoft J# Browser Controls Question
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Fri, 15 Jul 2005 14:13:58 -0400
"Jason Chu" <JasonChu@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:741A7626-AF45-4C86-8AAA-9593FD767FEF@xxxxxxxxxxxxxxxx
>I have a java applet, that by using JNI, allows u to use a scanner through
>a
> c++ built dll with twain.
> That scanned image is then saved to disk (JAR signed), and in turn, is
> uploaded to a webservice.
>
> I'm not really sure how this Browser Controls work, but would it allow me
> to
> turn all those functions I got, into the J# environment?
AFAIK, I don't think you'll be able to use the JNI stuff.
On the other hand, J# provides two methods for accessing native libraries.
One is the J/Direct method used by the old VJ++. The other is the
Platform/Invoke method common to all .Net languages.
This page should get you started:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vjsharp/html/vjgrfCallingNativeMethodsFromJavaSource.asp
Regards,
Will
.
- Follow-Ups:
- Re: Microsoft J# Browser Controls Question
- From: Jason Chu
- Re: Microsoft J# Browser Controls Question
- References:
- Microsoft J# Browser Controls Question
- From: Jason Chu
- Microsoft J# Browser Controls Question
- Prev by Date: Microsoft J# Browser Controls Question
- Next by Date: Re: Microsoft J# Browser Controls Question
- Previous by thread: Microsoft J# Browser Controls Question
- Next by thread: Re: Microsoft J# Browser Controls Question
- Index(es):
Relevant Pages
|
Loading