D
dafuweng2003
Unregistered / Unconfirmed
GUEST, unregistred user!
---------------------------------------------------------------
Dim FileName() As byte
FileName = StrConv(App.Path &
"/image.bmp" &
Chr$(0), vbFromUnicode)
----------------------------------------
Dim a As String
Dim b As String
b = StrConv(a, vbUnicode)
-----------------------------------------
Public Declare Sub ImageToHangul Lib "IFCR.DLL" (ByRef FileName As Any, ByRef hangul As Any)
Dim FileName() As byte
FileName = StrConv(App.Path &
"/image.bmp" &
Chr$(0), vbFromUnicode)
----------------------------------------
Dim a As String
Dim b As String
b = StrConv(a, vbUnicode)
-----------------------------------------
Public Declare Sub ImageToHangul Lib "IFCR.DLL" (ByRef FileName As Any, ByRef hangul As Any)