tags:

views:

49

answers:

0

Hi, I read your post about "Not receiving callbacks from the Java Access Bridge"

Could you please help me out regarding usage of "WindowsAccessBridge.dll" in vba

Currently I am getting following error

Bad DLL calling convention"

when tried to execute following code

Dim Var_g_HwndRec As Long
Dim lb As Long
Var_g_HwndRec = FindWindow(vbNullString, "CI for a proportion")
lb = LoadLibrary("C:\WINDOWS\system32\WindowsAccessBridge.dll")
MsgBox isJavaWindow(Var_g_HwndRec)

Please let me know if you have any pointers for this.

Best Regards