Dear all:
I want to use a software API functions on my project,but it
was written
VB.NET. I am using C#, So how to write these code by C#,
espacially
Delegate. I tried several times, but I failed. The below is
the part
code by VB.NET
------------------------------------------------------------
------------------------------------
Sub DoOCR(ByRef FileName As String)
Dim cbFunc As SimpleOCX.outputHandlerDelegate
Dim ret As Interger
cbFunc = AddressOf myoutputhandler
ret = objOCR.OCRSetOutputHandlerX(cbFunc)
Exit Sub
Sub myoutputhandler(ByVal infotype As Short, ByVal param As
Short)
End Sub
------------------------------------------------------------
------------------------------------
Please give me some tip to do this process, I will
appreciate your
kindness.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C-Sharp (C#)" group.
To post to this group, send email to C_Sharp googlegroups.com
To unsubscribe from this group, send email to
C_Sharp-unsubscribe googlegroups.com
For more options, visit this group at http://groups.
google.com/group/C_Sharp
-~----------~----~----~----~------~----~------~--~---
|