-
ActiveX in Windows 95
Hi, I'm new in making ActiveX components. I've made one that has a VB control in it. And I've pasted it in a web page.
I've tried the web page in several PC's with Windows 98, Windows NT 4, Windows 2000 y Windows XP, and I didn't have any problems. They download it, and execute it seamlessly. But I've tried it in several PC's with Windows 95, and they don't unload it nor execute it.
The control is signed. If someone knows what might be happening, please any help will be appreciated.
Thank you very much.
-
Do you get any errors? What happens or doesnt happen on the 95 machines ?
Joan
-
There is no error message. When I load the page, the security window appears telling that the ActiveX is signed, asking me if It's trustable. I answer 'Yes' but nothing happens. A little box appears where the ActiveX should appear.
The security options for ActiveX in the Internet Explorer are all 'Active'.
What could be happening with these Windows 95 machines?
Thank you for your quick answer...
-
Hmmm,
Im not sure.. Try right clicking on the box that represents the activex control... and see if you can find some type of description of an error, or error number.
Other than that... I'm really not sure :mad:
If you get any further, tell us, or at least me.
Joan
-
There is no error description or code.
Maybe, the following description will give you another idea:
- The CAB file generated contains:
1. The INF file
2. My .OCX
3. RSH.ocx (This control is used to access UNIX servers from PC's)
Do I need to include additional files in the CAB?
Thanks.
-
hmmm,
Since it works on the 2K, XP, 98 machines.. I suspect you have referanced a control, or object that the 95 box doesnt have. Now figuring out which control(s), or referance(s) is going to be difficult.
I'll look around and see if anyone else I know.. knows.