Click here to Skip to main content
15,892,517 members
Home / Discussions / COM
   

COM

 
GeneralRe: ActiveX Pin
vishalmore28-Dec-05 20:03
vishalmore28-Dec-05 20:03 
GeneralRe: ActiveX Pin
lemur211-Jan-06 9:55
lemur211-Jan-06 9:55 
QuestionCreating a COM Pin
vidyarani_14120-Dec-05 10:26
vidyarani_14120-Dec-05 10:26 
AnswerRe: Creating a COM Pin
MarcelDijk20-Dec-05 12:44
MarcelDijk20-Dec-05 12:44 
GeneralRe: Creating a COM Pin
vidyarani_14121-Dec-05 5:03
vidyarani_14121-Dec-05 5:03 
AnswerRe: Creating a COM Pin
MarcelDijk21-Dec-05 11:45
MarcelDijk21-Dec-05 11:45 
GeneralRe: Creating a COM Pin
vidyarani_14122-Dec-05 4:53
vidyarani_14122-Dec-05 4:53 
GeneralRe: Creating a COM Pin
vishalmore28-Dec-05 20:25
vishalmore28-Dec-05 20:25 
Hi Vidya,

Correct me if m wrong !!!
Whenever the dll gets fresh data its sends some notification/events, its done?
Okay so you need to access this data, right ?

One possible way to do so is capture the notificaion/events sent by the dll.

Another way of doing such thing is use the interfaces exposed by your dll, I
mean your dll sends a notification/events, so there must exists some exposed
interfaces...

To check that your dll has exposed interfaces or not, you can design the
sample using ATL...
Steps to genertate the sample
1. Select ATL component project
2. Add simple object to project
3. Go to class view tab
3. Right click on class and select implements interface, it will pop up
a dialog
4. Click on "AddTypeLib", select your dll's typelib and click "ok"
5. It will show you the list of interfaces exposed by your dll
5. Select the appropriate interface and click ok
6. IDE will generate the source code for interface implementation

Ah, I think you should try this... this might ease the difficulty you are
facing....

Let me know if I can do ne thing?

Smile | :)

Cheers,
Vishal

AnswerRe: Creating a COM Pin
Brian C Hart30-Dec-05 23:22
professionalBrian C Hart30-Dec-05 23:22 
QuestionImplementing Doc/View/Frame in an ActiveX control Pin
zulat20-Dec-05 2:26
zulat20-Dec-05 2:26 
AnswerRe: Implementing Doc/View/Frame in an ActiveX control Pin
Sheng Jiang 蒋晟3-Jan-06 17:30
Sheng Jiang 蒋晟3-Jan-06 17:30 
Questionproblems with WM_COPYDATA to BSPlayer (C# Pin
bart.burkhardt19-Dec-05 14:30
bart.burkhardt19-Dec-05 14:30 
AnswerRe: problems with WM_COPYDATA to BSPlayer (C# Pin
bart.burkhardt1-Jan-06 11:56
bart.burkhardt1-Jan-06 11:56 
QuestionOut-of-Process DLL Pin
MarcelDijk19-Dec-05 13:43
MarcelDijk19-Dec-05 13:43 
AnswerRe: Out-of-Process DLL Pin
Gizzo19-Dec-05 22:04
Gizzo19-Dec-05 22:04 
GeneralRe: Out-of-Process DLL Pin
MarcelDijk20-Dec-05 1:53
MarcelDijk20-Dec-05 1:53 
QuestionCOM. C++. Interface IDispatch::Invoke Pin
shaman-marakame19-Dec-05 10:19
shaman-marakame19-Dec-05 10:19 
AnswerRe: COM. C++. Interface IDispatch::Invoke Pin
Welf Wiest31-Jan-06 1:37
Welf Wiest31-Jan-06 1:37 
QuestionDisable Word Macro Pin
kim3er18-Dec-05 23:57
kim3er18-Dec-05 23:57 
AnswerRe: Disable Word Macro Pin
Rajesh R Subramanian20-Dec-05 19:24
professionalRajesh R Subramanian20-Dec-05 19:24 
QuestionMonitor disk writes by particular running processes Pin
Anthony Brenelière16-Dec-05 6:38
Anthony Brenelière16-Dec-05 6:38 
AnswerRe: Monitor disk writes by particular running processes Pin
TheGreatAndPowerfulOz16-Dec-05 7:01
TheGreatAndPowerfulOz16-Dec-05 7:01 
GeneralRe: Monitor disk writes by particular running processes Pin
Anthony Brenelière17-Dec-05 2:19
Anthony Brenelière17-Dec-05 2:19 
QuestionProblem with IpublishingWizard Pin
devcdd16-Dec-05 2:54
devcdd16-Dec-05 2:54 
AnswerRe: Problem with IpublishingWizard Pin
DeniseMak29-Dec-05 12:25
DeniseMak29-Dec-05 12:25 

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.