This one XP machine (with IE 6) is having a problem viewing any ActiveX
controls (created on VB6) on the Internet Explorer browser. I put the same
ActiveX control in a VB program, and when I run the VB program on that same
machine, I can view the ActiveX control fine. He is using Citrix.
The same ActiveX controls can be viewed on other machines.
When trying to view 1 of the ActiveX control, he got an error
"Visual Basic Run-time redist pack.
INF Install failure. Reason: Access is denied"
On another ActiveX control, the ActiveX control showed up as a box with a
red X on the left corner.
He logs in to his machine with his user id, which is an administrator on his
machine.
The following are the settings in his Internet Explorer :
ActiveX control and plug-ins
-Download Signed ActiveX controls -Prompt
-Download unsigned ActiveX controls - Disable
-Initialize and script ActiveX controls not marked as safe - Disable
-Run ActiveX controls and plug-ins - Enable
-Script ActiveX controls marked safe for scripting - Enable
Downloads
-File download - Enable
User Authentication
-Logon - Automatic logon only in Intranet Zone
The following is the code for the ASP page:
<object classid="clsid:E77F6134-B280-4516-9646-9F9E624D7451"
id="ctlTestBrowser1" codebase="TestBrowser.cab#version=1,0,0,0" VIEWASTEXT>
</object>
How can I fix this problem ? Thank you. 2 7483
What does this have to do with ASP? If you presented an <object> tag in a
ColdFusion page, would it suddenly become a ColdFusion problem?
I suggest you post to an Internet Explorer and/or ActiveX newsgroup.
-- http://www.aspfaq.com/
(Reverse address to reply.)
"Fie Fie Niles" <fn****@wincitesystems.com> wrote in message
news:ef**************@TK2MSFTNGP09.phx.gbl... This one XP machine (with IE 6) is having a problem viewing any ActiveX controls (created on VB6) on the Internet Explorer browser. I put the same ActiveX control in a VB program, and when I run the VB program on that
same machine, I can view the ActiveX control fine. He is using Citrix. The same ActiveX controls can be viewed on other machines.
When trying to view 1 of the ActiveX control, he got an error "Visual Basic Run-time redist pack. INF Install failure. Reason: Access is denied"
On another ActiveX control, the ActiveX control showed up as a box with a red X on the left corner.
He logs in to his machine with his user id, which is an administrator on
his machine. The following are the settings in his Internet Explorer :
ActiveX control and plug-ins -Download Signed ActiveX controls -Prompt -Download unsigned ActiveX controls - Disable -Initialize and script ActiveX controls not marked as safe - Disable -Run ActiveX controls and plug-ins - Enable -Script ActiveX controls marked safe for scripting - Enable
Downloads -File download - Enable
User Authentication -Logon - Automatic logon only in Intranet Zone
The following is the code for the ASP page: <object classid="clsid:E77F6134-B280-4516-9646-9F9E624D7451" id="ctlTestBrowser1" codebase="TestBrowser.cab#version=1,0,0,0"
VIEWASTEXT> </object>
How can I fix this problem ? Thank you.
I am sorry to post it here. I know it is not the ASP problem, but I thought
may be somebody who has worked with ASP has come across this problem before.
If anyone has, I would greatly appreciate if you can share the solution with
me. I posted it on the IE6 newsgroup, but I could not find ActiveX
newsgroup.
Thanks.
"Aaron [SQL Server MVP]" <te*****@dnartreb.noraa> wrote in message
news:%2****************@tk2msftngp13.phx.gbl... What does this have to do with ASP? If you presented an <object> tag in a ColdFusion page, would it suddenly become a ColdFusion problem?
I suggest you post to an Internet Explorer and/or ActiveX newsgroup.
-- http://www.aspfaq.com/ (Reverse address to reply.)
"Fie Fie Niles" <fn****@wincitesystems.com> wrote in message news:ef**************@TK2MSFTNGP09.phx.gbl... This one XP machine (with IE 6) is having a problem viewing any ActiveX controls (created on VB6) on the Internet Explorer browser. I put the
same ActiveX control in a VB program, and when I run the VB program on that same machine, I can view the ActiveX control fine. He is using Citrix. The same ActiveX controls can be viewed on other machines.
When trying to view 1 of the ActiveX control, he got an error "Visual Basic Run-time redist pack. INF Install failure. Reason: Access is denied"
On another ActiveX control, the ActiveX control showed up as a box with
a red X on the left corner.
He logs in to his machine with his user id, which is an administrator on his machine. The following are the settings in his Internet Explorer :
ActiveX control and plug-ins -Download Signed ActiveX controls -Prompt -Download unsigned ActiveX controls - Disable -Initialize and script ActiveX controls not marked as safe - Disable -Run ActiveX controls and plug-ins - Enable -Script ActiveX controls marked safe for scripting - Enable
Downloads -File download - Enable
User Authentication -Logon - Automatic logon only in Intranet Zone
The following is the code for the ASP page: <object classid="clsid:E77F6134-B280-4516-9646-9F9E624D7451" id="ctlTestBrowser1" codebase="TestBrowser.cab#version=1,0,0,0" VIEWASTEXT> </object>
How can I fix this problem ? Thank you.
This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Ike |
last post by:
I have an Activex Control created in VB6, which, displays no problem on any
machine I have, but, on some machines of others, it does not. All machines
are running either XP or Windows 2000, and all...
|
by: DartmanX |
last post by:
Is there a simple way to determine if someone using Internet Explorer
has completely disabled ActiveX controls?
Jason
|
by: Norman Fritag |
last post by:
Hi there
I have avoided to use active x controls because I thought they are causing
more problems then they are doing any good.
I a new application I would want to use the tree and list view...
|
by: ACaunter |
last post by:
Hi all,
Does anyone know how to view DICOM images (.dcm) in a picturebox/imagebox in
asp.net. dicom are medical images which cannot be altered, but you should
still be able to view them, maybe by...
|
by: Wilfried Mestdagh |
last post by:
Hi,
I have a C# application (VS2005) with Microsoft Mappoint activeX control on
a form. At a certain moment I want to create a second one temporary in code.
This seems not to work, when I try to...
|
by: Christian Nein |
last post by:
Hello,
does anybody have experiences with screenshots of ActiveX controls in .NET?
I have a panel containing some controls, amongst others some ActiveX
controls. I tried ...
|
by: Henrik Dahl |
last post by:
Hello!
Is it possible to use Visual Studio 2005 or, secondarily, Visual Studio .NET
2003 to create ActiveX controls which may be consumed by VB 6.0 programs,
i.e. dealt with on forms in the...
|
by: hufaunder |
last post by:
I have an ActiveX component that I want to use in a library that I am
writing. As a first test I used the ActiveX component in a windows
form application. Adding the component created:
Ax.dll...
|
by: Hakan Fatih YILDIRIM |
last post by:
Hi list,
İ searched how to view web cam in asp.net applicaitpn but i didn't
find anything working well.any free activeX component for web cam..
Best Regards,
Hakan Fatih YILDIRIM
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: kcodez |
last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: DJRhino1175 |
last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this -
If...
|
by: DJRhino |
last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer)
If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _
310030356 Or 310030359 Or 310030362 Or...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
| |