C++ and ActiveX
From: Leo (saqib.bashir_at_kashmir100.freeserve.co.uk)
Date: 06/28/04
- Next message: JoeC: "using windows.h"
- Previous message: r norman: "Re: time in milliseconds"
- Next in thread: Thomas Matthews: "Re: C++ and ActiveX"
- Reply: Thomas Matthews: "Re: C++ and ActiveX"
- Reply: Leo: "Re: C++ and ActiveX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Jun 2004 08:35:06 -0700
Hello Guys,
I have an activex control that I created using VC++. I am deploying
the control using <object> tag in a html page. The problem that I have
is with versioning. When I make changes to the control, I dont know
which version number to change in the source code which also has to
reflect in
.inf file
<object> tag on the html page
The idea is that when I release the new version of the control, I
upload the new cab file to the web server. IE then should detect that
the version number of the control is newer than it is on the user's
machine and download the new version. Problem that I am having is that
it keeps downloading the control each time I hit the page :(
Can anyone help?
Thanks in advance
- Next message: JoeC: "using windows.h"
- Previous message: r norman: "Re: time in milliseconds"
- Next in thread: Thomas Matthews: "Re: C++ and ActiveX"
- Reply: Thomas Matthews: "Re: C++ and ActiveX"
- Reply: Leo: "Re: C++ and ActiveX"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|