Click here to Skip to main content
15,911,531 members
Home / Discussions / COM
   

COM

 
QuestionCDO internalization issue. Help! Pin
Lane Yu16-Apr-07 22:20
Lane Yu16-Apr-07 22:20 
QuestionCOM DLL Server help Pin
Touseef Afzal15-Apr-07 20:40
Touseef Afzal15-Apr-07 20:40 
QuestionRe: COM DLL Server help Pin
sthotakura16-Apr-07 7:27
sthotakura16-Apr-07 7:27 
AnswerRe: COM DLL Server help Pin
Touseef Afzal16-Apr-07 19:03
Touseef Afzal16-Apr-07 19:03 
AnswerRe: COM DLL Server help Pin
sthotakura16-Apr-07 21:07
sthotakura16-Apr-07 21:07 
GeneralRe: COM DLL Server help Pin
Touseef Afzal26-Apr-07 21:42
Touseef Afzal26-Apr-07 21:42 
GeneralRe: COM DLL Server help Pin
Janma20-Apr-07 1:22
Janma20-Apr-07 1:22 
QuestionPreventing Broadcasting from a Singleton Com Server EXE Pin
georgekjolly15-Apr-07 18:55
georgekjolly15-Apr-07 18:55 
Hai all,

-> I have a "COM Server Exe" , with connection point.

->And I made my COM Object class Singleton by using

Macro "DECLARE_CLASSFACTORY_SINGLETON"


-> My Com Cleint is a Dialog Based Programme .I started 5 clients by

clicking on same exe.

-> Whenever the client starts , It will set up all the connection points

-> I am able to call a COM Method( for eg: my_ComFun() ) by clicking a

button on my dialog box

-> From inside my_ComFun() I am firing an event to my client .

implementation of my_ComFun()

/**************************************************************/

STDMETHODIMP CMyServer::my_ComFun(int i)
{
Fire_MyEvent(i);
return S_OK;
}

/**************************************************************/

->Whenever I am Firing events from my COM Server(Using function

Fire_MyEvent() ) , All my clients are

getting function calls , since my COM Server is a Singleton class.



* My Requirement is to prevent this broadcasting and direct the function

calls from COM to that specific client which calls the Servers my_ComFun(),

by keeping the COM Server Singleton.



Thanks in Advance.

George




QuestionInstall ActiveX for IE by Setup ? Pin
Jan.Seiffert12-Apr-07 22:56
Jan.Seiffert12-Apr-07 22:56 
Questionsetup Pin
gnanavelu12-Apr-07 19:58
gnanavelu12-Apr-07 19:58 
QuestionHow To Load Google Toolbar For Dialog?? Pin
MyNothing12-Apr-07 7:10
MyNothing12-Apr-07 7:10 
Questionproblem using msxml in services - using webdav method Pin
ArunkumarSundaravelu12-Apr-07 6:31
ArunkumarSundaravelu12-Apr-07 6:31 
QuestionNot able to add COM DLL reference in VB 6.0 Pin
VinuC12-Apr-07 1:03
VinuC12-Apr-07 1:03 
QuestionRe: Not able to add COM DLL reference in VB 6.0 Pin
sthotakura12-Apr-07 5:52
sthotakura12-Apr-07 5:52 
AnswerRe: Not able to add COM DLL reference in VB 6.0 Pin
VinuC12-Apr-07 18:44
VinuC12-Apr-07 18:44 
QuestionCoCreateInstance return (hr)class not registered Pin
amitmistry_petlad 11-Apr-07 23:43
amitmistry_petlad 11-Apr-07 23:43 
AnswerRe: CoCreateInstance return (hr)class not registered Pin
Roger Stoltz11-Apr-07 23:55
Roger Stoltz11-Apr-07 23:55 
GeneralRe: CoCreateInstance return (hr)class not registered Pin
amitmistry_petlad 12-Apr-07 0:06
amitmistry_petlad 12-Apr-07 0:06 
GeneralRe: CoCreateInstance return (hr)class not registered Pin
Roger Stoltz12-Apr-07 1:39
Roger Stoltz12-Apr-07 1:39 
GeneralRe: CoCreateInstance return (hr)class not registered Pin
amitmistry_petlad 17-Apr-07 2:44
amitmistry_petlad 17-Apr-07 2:44 
GeneralRe: CoCreateInstance return (hr)class not registered Pin
Roger Stoltz17-Apr-07 3:07
Roger Stoltz17-Apr-07 3:07 
QuestionHow to program about Remote Desktop Client Pin
onlysaint10-Apr-07 3:28
onlysaint10-Apr-07 3:28 
QuestionHow to convert a CString to _bstr_t Pin
ganesa moorthy10-Apr-07 2:05
ganesa moorthy10-Apr-07 2:05 
AnswerRe: How to convert a CString to _bstr_t Pin
Roger Stoltz10-Apr-07 3:00
Roger Stoltz10-Apr-07 3:00 
GeneralRe: How to convert a CString to _bstr_t Pin
Steve S10-Apr-07 5:16
Steve S10-Apr-07 5:16 

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.