Hi all,
I've created an ActiveX dll that counts the amount of printers on a machine using a simple "msgbox(printers.count)". When I call the function in a VB application it returns 7 - which is correct. I'm now trying to use the dll within a Cold Fusion page(web enviroment). Whenever I call the function it always returns 0!!
I have tried everything I can think of, does anyone else have any idea why this is happening?
I've created an ActiveX dll that counts the amount of printers on a machine using a simple "msgbox(printers.count)". When I call the function in a VB application it returns 7 - which is correct. I'm now trying to use the dll within a Cold Fusion page(web enviroment). Whenever I call the function it always returns 0!!
I have tried everything I can think of, does anyone else have any idea why this is happening?