Link to home
Start Free TrialLog in
Avatar of Nitin Shah
Nitin ShahFlag for India

asked on

how to test ActiveX controll (vb6) on windows 8.1 os

I have two computer having windows xp and windows 8.1 professional.
When I compiled vb6 ActiveX dll i am getting attached message and I am able to generate .ocx file in windows xp.
But on windows 8.1 i am not able to test and generate .ocx file in windwos 8.1. I have check both machin property .
what could be reason.

Thanks.
activex-halt.JPG
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

did you click here for options?  You will have to go into your internet explorer security setting and allow unsigned active-x controls
ActiveX is not supported by default starting on Windows 8.  Microsoft's Edge browser does not support it at all.  You probably need to find another way to do what you want.
Avatar of Nitin Shah

ASKER

how to generate activex controll .ocx file in windows 8.1 (code is in vb6)
Did you try what David J. suggested?  VB6 is not supported so you cannot generate in Windows 8.1.

The Edge browser comment (Dave B.) relates to Windows 10 and Windows 8 is quickly vanishing, so you need to find a different way.
ASKER CERTIFIED SOLUTION
Avatar of Nitin Shah
Nitin Shah
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
if i run vb6 with administrator , I can generate .ocx.  but cannot test .ocx at run time. Now i have made dummy project and insert .ocx complied in winodws 8.1. My problem has been solved but different way. Thanks all for guidance.