473,761 Members | 7,351 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sporadic display of activex control

Ike
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 are running MSIE6.x, woth
security settings set to display this control.

For the life of me, I cannot figure out how such a simple control can be so
sporadic in it;s showing on a page. It always downloads - it just doesn't
always show. I'm enclosing my html for the page where the code is displayed
(which is at http://www.technalink.com/vdist/tobul/ )

<HTML>
<HEAD>
<TITLE>Tobul Accumulator Virtual Distributor</TITLE>
</HEAD>
<BODY>
<center>
<OBJECT ID="TobulWEB" NAME="TobulWEB"
CLASSID="clsid: 389F5C65-B8BB-4A6E-9C8E-187C28427CED" ALIGN="CENTER"
CODEBASE="http://technalink.com/vdist/tobul/TobulWEB.CAB#ve rsion=1,0,0,10" >
</OBJECT>
</center>
</BODY>
</HTML>
and the INF file (generated from PDW) as follows:

[version]
signature="$CHI CAGO$"
AdvancedINF=2.0
[DefaultInstall]
CopyFiles=insta ll.files
RegisterOCXs=Re gisterFiles
[RInstallApplica tionFiles]
CopyFiles=insta ll.files
RegisterOCXs=Re gisterFiles
[DestinationDirs]
install.files=1 1
[SourceDisksName s]
1=%DiskName%,To bulWEB.CAB,1

[Add.Code]
TobulWEB.ocx=To bulWEB.ocx
mscomctl.ocx=ms comctl.ocx
msstdfmt.dll=ms stdfmt.dll
comdlg32.ocx=co mdlg32.ocx
MSMAPI32.OCX=MS MAPI32.OCX
msstkprp.dll=ms stkprp.dll
msvbvm60.dll=ms vbvm60.dll
oleaut32.dll=ol eaut32.dll
olepro32.dll=ol epro32.dll
asycfilt.dll=as ycfilt.dll
stdole2.tlb=std ole2.tlb
COMCAT.DLL=COMC AT.DLL
[install.files]
TobulWEB.ocx=To bulWEB.ocx
mscomctl.ocx=ms comctl.ocx
msstdfmt.dll=ms stdfmt.dll
comdlg32.ocx=co mdlg32.ocx
MSMAPI32.OCX=MS MAPI32.OCX
msstkprp.dll=ms stkprp.dll
msvbvm60.dll=ms vbvm60.dll
oleaut32.dll=ol eaut32.dll
olepro32.dll=ol epro32.dll
asycfilt.dll=as ycfilt.dll
stdole2.tlb=std ole2.tlb
COMCAT.DLL=COMC AT.DLL

[SourceDisksFile s]
TobulWEB.ocx=1
mscomctl.ocx=1
msstdfmt.dll=1
comdlg32.ocx=1
MSMAPI32.OCX=1
msstkprp.dll=1
msvbvm60.dll=1
oleaut32.dll=1
olepro32.dll=1
asycfilt.dll=1
stdole2.tlb=1
COMCAT.DLL=1

[TobulWEB.ocx]
file-win32-x86=thiscab
RegisterServer= yes
clsid={389F5C65-B8BB-4A6E-9C8E-187C28427CED}
DestDir=11
FileVersion=1,0 ,0,10

[mscomctl.ocx]
hook=mscomctl.c ab_Installer
clsid={1EFB6596-857C-11D1-B16A-00C0F0283628}
FileVersion=6,0 ,88,62
[mscomctl.cab_In staller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/MSComCtl.cab
InfFile=MSComCt l.inf

[msstdfmt.dll]
hook=msstdfmt.c ab_Installer
clsid={2B11E9B0-9F09-11D0-9484-00A0C91110ED}
FileVersion=6,0 ,88,4
[msstdfmt.cab_In staller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/MSStdFmt.cab
InfFile=MSStdFm t.inf

[comdlg32.ocx]
hook=comdlg32.c ab_Installer
clsid={F9043C85-F6F2-101A-A3C9-08002B2F49FB}
FileVersion=6,0 ,84,18
[comdlg32.cab_In staller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/ComDlg32.cab
InfFile=ComDlg3 2.inf

[MSMAPI32.OCX]
hook=MSMAPI32.c ab_Installer
clsid={20C62CA0-15DA-101B-B9A8-444553540000}
FileVersion=6,0 ,81,69
[MSMAPI32.cab_In staller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/MSMapi32.cab
InfFile=MSMapi3 2.inf

[msstkprp.dll]
hook=msstkprp.c ab_Installer
FileVersion=6,0 ,88,77
[msstkprp.cab_In staller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/MsStkPrp.cab
InfFile=MsStkPr p.inf

[msvbvm60.dll]
hook=msvbvm60.c ab_Installer
FileVersion=6,0 ,96,90
[msvbvm60.cab_In staller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/VBRun60.cab
run=%EXTRACT_DI R%\VBRun60.exe

[oleaut32.dll]
hook=oleaut32.c ab_Installer
FileVersion=3,5 0,5016,0
[oleaut32.cab_In staller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/VBRun60.cab
run=%EXTRACT_DI R%\VBRun60.exe

[olepro32.dll]
hook=olepro32.c ab_Installer
FileVersion=5,0 ,5014,0
[olepro32.cab_In staller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/VBRun60.cab
run=%EXTRACT_DI R%\VBRun60.exe

[asycfilt.dll]
hook=asycfilt.c ab_Installer
FileVersion=3,5 0,5014,0
[asycfilt.cab_In staller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/VBRun60.cab
run=%EXTRACT_DI R%\VBRun60.exe

[stdole2.tlb]
hook=stdole2.ca b_Installer
FileVersion=3,5 0,5014,0
[stdole2.cab_Ins taller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/VBRun60.cab
run=%EXTRACT_DI R%\VBRun60.exe

[COMCAT.DLL]
hook=COMCAT.cab _Installer
FileVersion=4,7 1,1460,1
[COMCAT.cab_Inst aller]
file-win32-x86=http://activex.microso ft.com/controls/vb6/VBRun60.cab
run=%EXTRACT_DI R%\VBRun60.exe
[RegisterFiles]
%11%\COMCAT.DLL
%11%\olepro32.d ll
%11%\oleaut32.d ll
%11%\msvbvm60.d ll
%11%\msstkprp.d ll
%11%\MSMAPI32.O CX
%11%\comdlg32.o cx
%11%\msstdfmt.d ll
%11%\mscomctl.o cx
%11%\TobulWEB.o cx

Sep 9 '05 #1
0 7126

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2222
by: Tomaz Koritnik | last post by:
I require a very simple control for C# that will be able to display HTML page stored in a file. I will never need to download page from internet. It'll be for offline usage only. I only need to display simple formatted text (set different color, font size, bold, italic, underlined, nothing more). No images, frames, activex controls, tables,.... But it has to support custom links (when link is clicked, some event is triggered and that's...
2
2236
by: Jay Douglas | last post by:
I have a 3rd parth ActiveX control that needs to be displayed within a web page. If the user doesn't have the ActiveX control installed on their computer I would like to display instructions on installing the ActiveX control (using IE v6 SP 2).. I'm having a hard time determining client or server side if the ActiveX control is installed. If you have any links or suggestions I would appreciated them.
3
1322
by: sameer | last post by:
Hi All, i have an asp.net application which has got sql server 2000 behind the scenes. Very simple application, all it does is extract the data from the databse and display it in the grid. But randomly when i access my website in productin ,i get this error mentioned below but when it hit on refresh the website comesup. My website is hosted with godady and they told me that they jsut can not replciate the error on there side and which...
0
1237
by: Petemo94 | last post by:
Folks, I am getting a "sporadic" exception that contains the following stack trace. I say sporadic b/c my DB connection usually works fine, but occasionally it fails. *** I also noted that the folder: *** C:\Documents and Settings\MyServerName\ASPNET\Local Settings\Temp
1
1375
by: mpiu | last post by:
Hi, For developing ActiveX Control hosted in IE, "classid" setting is like that: "<component-name>.dll#<namespace>.<usercontrol-name>". However, if my main control includes other ActiveX Control libraries (*.dll), nothing can be displayed with such settings. Are there any solutions? Regards,
3
1839
by: christopher.davidson | last post by:
Hello, I am working with XML files and utilizing Array functions to take the XML data and combined it with some html code to display a particular page. The process currently works like so: 1.) Request an Async request of the XML 2.) Once complete, parse the appropriate XML data to parse
1
2432
by: mike11d11 | last post by:
I created a database to work out of at my office, right now we work out of a unix system. we connect using a telnet session software that came with our system we use, but was wanting to place this telnet session in a control or something inside my database form, so everything will be in one place. So when they go into the database it will have the telnet connection there for them and they wont have to go start the connection through...
6
8078
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 .dll I can not call the functions in the ActiveX component. In the next step I tried to use the ActiveX component in a class library. I simply added a reference to the corresponding COM component. This this only
3
2845
by: =?Utf-8?B?QmlsbHkgWmhhbmc=?= | last post by:
I have a asp.net app, in the page there is a scan activex which could scan and save a jpg file in client harddisk. How could we access and display this jpg file on the fly using js in the client IE? Thanks, -Billy zhang
0
10111
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9948
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9902
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7327
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6603
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5215
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5364
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3866
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2738
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.