Click here to Skip to main content
15,949,686 members
Home / Discussions / COM
   

COM

 
GeneralRe: Accessing Outlook Express Pin
Brigg Thorp25-Jul-03 9:45
Brigg Thorp25-Jul-03 9:45 
GeneralName of Component Servers Pin
first_sandy16-Jul-03 3:15
first_sandy16-Jul-03 3:15 
QuestionCOM handle leaks? Pin
Wayne Hutchinson15-Jul-03 7:53
Wayne Hutchinson15-Jul-03 7:53 
AnswerRe: COM handle leaks? Pin
Peter Weyzen17-Jul-03 18:30
Peter Weyzen17-Jul-03 18:30 
GeneralRe: COM handle leaks? Pin
Wayne Hutchinson18-Jul-03 7:30
Wayne Hutchinson18-Jul-03 7:30 
GeneralDownload ActiveX Pin
Anonymous15-Jul-03 5:36
Anonymous15-Jul-03 5:36 
GeneralRe: Download ActiveX Pin
Anonymous15-Jul-03 5:49
Anonymous15-Jul-03 5:49 
GeneralLocation transparency Pin
In-At14-Jul-03 20:02
In-At14-Jul-03 20:02 
Hi,

Please suggest regarding following trouble:

Create a COM component "InProcVB.dll" as in-proc DLL in VB exposing some interfaces and methods .

Write its client as "clientVB".

Write another COM component as "OutOfProc.exe" as out-of-proc exe server in VC. This has same

interface/class/InterfaceIDs/ClassIDs as that of "InProcVB.dll". This is written with purpose of

replacing "InProcVB.dll". And, the expectation is that client need not re-compile. (As defined by

rule "Location transparency of COM).

After developing "OutOfProc.exe", we unregistered "InProcVB.dll", and registered "OutOfProc.exe".

Executed "clientVB" without any change. It gave error type-mismatch. The error point was:

Dim objSrvClass as SrvClass

set SrvClass = CreateObject("Server.Class") --> Problem: Type mismatch.


If I change code as

Dim objSrvClass as Object

set SrvClass = CreateObject("Server.Class")

It works well.

Please suggest.
QuestionHow to programmatically set the "Minutes until idle shutdown:" value in the Advanced Tab? Pin
ckatili14-Jul-03 11:00
ckatili14-Jul-03 11:00 
GeneralDirect Music Pin
Mad Docs Hairy Belly11-Jul-03 10:11
Mad Docs Hairy Belly11-Jul-03 10:11 
GeneralRe: Direct Music Pin
Hadi Rezaee12-Jul-03 10:57
Hadi Rezaee12-Jul-03 10:57 
GeneralUninstalling a COM component/server Pin
Anonymous11-Jul-03 8:18
Anonymous11-Jul-03 8:18 
GeneralRe: Uninstalling a COM component/server Pin
valikac12-Jul-03 5:05
valikac12-Jul-03 5:05 
GeneralRe: Uninstalling a COM component/server Pin
Anonymous12-Jul-03 13:07
Anonymous12-Jul-03 13:07 
QuestionHOW TO IMPORT A TAB DELIMITED TEXT FILE INTO AN ACCESS DATABSE PROGRAMMATICALLY? Pin
vcseeker9-Jul-03 23:13
vcseeker9-Jul-03 23:13 
AnswerRe: HOW TO IMPORT A TAB DELIMITED TEXT FILE INTO AN ACCESS DATABSE PROGRAMMATICALLY? Pin
Mil1013-Jul-03 18:28
Mil1013-Jul-03 18:28 
GeneralCOM/ATL trying to write a new interface, getting error base class undefined Pin
yoshibebe9-Jul-03 8:19
yoshibebe9-Jul-03 8:19 
GeneralRe: COM/ATL trying to write a new interface, getting error base class undefined Pin
Heath Stewart10-Jul-03 3:56
protectorHeath Stewart10-Jul-03 3:56 
GeneralAccessing images trough IHTMLDocument2 Pin
SysLo7-Jul-03 22:36
SysLo7-Jul-03 22:36 
GeneralRe: Accessing images trough IHTMLDocument2 Pin
Heath Stewart10-Jul-03 4:06
protectorHeath Stewart10-Jul-03 4:06 
GeneralRe: Accessing images trough IHTMLDocument2 Pin
SysLo13-Jul-03 21:32
SysLo13-Jul-03 21:32 
GeneralRe: Accessing images trough IHTMLDocument2 Pin
Heath Stewart14-Jul-03 1:53
protectorHeath Stewart14-Jul-03 1:53 
GeneralRe: Accessing images trough IHTMLDocument2 Pin
SysLo15-Jul-03 1:34
SysLo15-Jul-03 1:34 
GeneralNot detecting interfaces Pin
satishsilla7-Jul-03 17:29
satishsilla7-Jul-03 17:29 
Generalin-proc ==>> Out-of-proc Pin
In-At7-Jul-03 0:44
In-At7-Jul-03 0:44 

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.