Hi, I've a pretty basic question on ActiveX control. I've an activeX control developed using Microsoft Visual C++ 6.0 based on ATL framework. I have the first version shipped to the customers already. Now, I've a newer version of the component, and I'm trying to up the version so that users would get the latest copy downloaded automatically when they visit the site. Can someone tell me how I increase the version number ?, please. I use the OBJECT tag in my HTML page to refer to the control. Would increasing the version number take care of downloading the latest version even if an older version is present on the client machine ? -Thanks/Sudha
S
ssudhaiyer
@ssudhaiyer
Posts
-
How to increment the version number of an ActiveX control? -
Retrieving proxy info from IE settingsHi, Do you want to do that programatically ? HKEY_USERS info is user based. You will find similar such settings under HKEY_LOCAL_MACHINE too. -Sudha
-
Modifying Proxy setting of IEHi, I would like to change the proxy settings of IE for dial-up connection. In INTERNET_PER_CONN_OPTION_LIST structure how do I specify the type of connection ? If I specify the connection type as NULL it modifies the global settings. But, I would like to change for dial-up. -Thanks Sudha
-
Is there anything like a signed VBScriptHi, I'm trying to modify the user's browser settings through a VBScript. I'm sure that an unsigned control will not let me do that. So, I'm wondering if there is something like a signed VBScript to change the settings? :~ -Thanks Sudha