Click here to Skip to main content
15,887,135 members
Home / Discussions / COM
   

COM

 
GeneralRe: Start COM programming Pin
TheEagle20-Jun-06 22:01
TheEagle20-Jun-06 22:01 
AnswerRe: Start COM programming Pin
Logan from Singapore20-Jun-06 21:35
Logan from Singapore20-Jun-06 21:35 
GeneralRe: Start COM programming Pin
TheEagle20-Jun-06 22:12
TheEagle20-Jun-06 22:12 
QuestionNeed some help with ActiveX and IE Pin
Marc Clifton20-Jun-06 8:13
mvaMarc Clifton20-Jun-06 8:13 
AnswerRe: Need some help with ActiveX and IE Pin
Todd Smith20-Jun-06 8:52
Todd Smith20-Jun-06 8:52 
GeneralRe: Need some help with ActiveX and IE Pin
Marc Clifton20-Jun-06 10:53
mvaMarc Clifton20-Jun-06 10:53 
GeneralRe: Need some help with ActiveX and IE Pin
Jörgen Sigvardsson20-Jun-06 11:36
Jörgen Sigvardsson20-Jun-06 11:36 
AnswerRe: Need some help with ActiveX and IE Pin
Eric Dahlvang20-Jun-06 11:57
Eric Dahlvang20-Jun-06 11:57 
Marc Clifton wrote:
CODEBASE="http:AX2.ocx#version


When I deployed an activex over the web, which I've really only done once, I made a .cab file with the .ocx, other support files and an .inf that contained all the installation info (default registry settings, etc).

The coolest part was that all I had to do was change the FileVersion # in both the .inf and html, then recreate the .cab and the .ocx would be automatically updated the next time people visited the site.

This is the html:

<OBJECT ID="MyOcxID"
    CLASSID="CLSID:68D632F8-1644-44EA-9C71-725171D59E8E"
    CODEBASE="MyCabFile.CAB#version=1,0,0,1">
</OBJECT>


Also, this might help:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaxctrl/html/msdn_deplactx.asp[^]


----------
Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them.
- Laurence J. Peters

GeneralRe: Need some help with ActiveX and IE Pin
Marc Clifton20-Jun-06 12:39
mvaMarc Clifton20-Jun-06 12:39 
GeneralRe: Need some help with ActiveX and IE Pin
Milton Karimbekallil20-Jun-06 19:21
Milton Karimbekallil20-Jun-06 19:21 
QuestionTimer Events for Browser Refresh Pin
nmx_de20-Jun-06 7:56
nmx_de20-Jun-06 7:56 
QuestionHow to use ATL executable(exe) and service exe with the client? [modified] Pin
ROWALI20-Jun-06 2:01
ROWALI20-Jun-06 2:01 
QuestionLinking external library to ATL Pin
ROWALI19-Jun-06 19:34
ROWALI19-Jun-06 19:34 
AnswerRe: Linking external library to ATL Pin
Laxman Auti19-Jun-06 22:28
Laxman Auti19-Jun-06 22:28 
QuestionQuestion about Com in Visual C++... [modified] Pin
Yanshof19-Jun-06 17:37
Yanshof19-Jun-06 17:37 
AnswerRe: Question about Com in Visual C++... Pin
Michael Dunn19-Jun-06 19:28
sitebuilderMichael Dunn19-Jun-06 19:28 
QuestionNeed help to return string value from COM Pin
agarunk19-Jun-06 4:41
agarunk19-Jun-06 4:41 
AnswerRe: Need help to return string value from COM Pin
Milton Karimbekallil20-Jun-06 3:12
Milton Karimbekallil20-Jun-06 3:12 
QuestionProperty Set of MsWord doc files. Pin
Shivaji Patil19-Jun-06 3:46
professionalShivaji Patil19-Jun-06 3:46 
Questionhow to use DTS in vb.net Pin
saneng18-Jun-06 4:22
saneng18-Jun-06 4:22 
QuestionPassing Arrays Of Structs Over Automation-Capable Interfaces... Pin
James R. Twine16-Jun-06 18:27
James R. Twine16-Jun-06 18:27 
AnswerRe: Passing Arrays Of Structs Over Automation-Capable Interfaces... Pin
Aamir Butt18-Jun-06 23:36
Aamir Butt18-Jun-06 23:36 
GeneralRe: Passing Arrays Of Structs Over Automation-Capable Interfaces... Pin
Lim Bio Liong19-Jun-06 14:50
Lim Bio Liong19-Jun-06 14:50 
AnswerRe: Passing Arrays Of Structs Over Automation-Capable Interfaces... Pin
Lim Bio Liong19-Jun-06 14:49
Lim Bio Liong19-Jun-06 14:49 
QuestionQuestion about CoRegisterClassObject Pin
Paulino De Assis Fong16-Jun-06 11:35
Paulino De Assis Fong16-Jun-06 11:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.