Click here to Skip to main content
16,006,341 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionHow to insert/delete some content of text file fastly? Pin
freehawk10-Mar-04 20:23
freehawk10-Mar-04 20:23 
GeneralNewbie activex question Pin
Martin Walker10-Mar-04 3:19
Martin Walker10-Mar-04 3:19 
GeneralService problem. Pin
Prakash Nadar9-Mar-04 17:18
Prakash Nadar9-Mar-04 17:18 
QuestionHow to implement a MFC CFormView in WTL? Pin
Aizz9-Mar-04 14:59
Aizz9-Mar-04 14:59 
AnswerRe: How to implement a MFC CFormView in WTL? Pin
_Magnus_9-Mar-04 21:43
_Magnus_9-Mar-04 21:43 
GeneralRe: How to implement a MFC CFormView in WTL? Pin
Aizz10-Mar-04 16:05
Aizz10-Mar-04 16:05 
QuestionHow can I add a tab control on a ATL Property Page? Pin
larsibam9-Mar-04 4:36
larsibam9-Mar-04 4:36 
GeneralConnection points Pin
Member 169778-Mar-04 3:14
Member 169778-Mar-04 3:14 
Hi All,

I have a COM component which supports outgoing interface IDataCallback,which calls OnDataChange event.
When client Get Connectionpoints and Call Advise for Server,i want to fire OnDataChange.Where should i Know that Client has called Advise so that i should send him OnDataChange callback,just to show that callback is working.

In normal working i am sending OnDataChange whenever data Changes in my server,but i want to send this first OnDataChange as soon as Client call Advise.
Where should i write the code for this?

Code for my server is like this:

class MyServer;
typedef IConnectionPointImpl <myserver,&iid_idatacallback,ccomdynamicunkarray> DataCallback;

class ATL_NO_VTABLE MyServer :
public IInterface1,
public IInterface2,
public IConnectionPointContainerImpl<myserver>,
public DataCallback,
public CComObjectRootEx<ccommultithreadmodel>
{
---
}

Thanks in advance
Tushar.
GeneralRe: Connection points Pin
Steve S8-Mar-04 4:29
Steve S8-Mar-04 4:29 
GeneralAtl Composite Control don&#180;t draw Pin
Luis Ricardo8-Mar-04 0:56
Luis Ricardo8-Mar-04 0:56 
QuestionHow to save web page to jpeg Pin
AWebDude4-Mar-04 10:21
AWebDude4-Mar-04 10:21 
QuestionHow to have access to the members of a class Pin
Roozbeh694-Mar-04 9:51
professionalRoozbeh694-Mar-04 9:51 
AnswerRe: How to have access to the members of a class Pin
Prakash Nadar5-Mar-04 22:11
Prakash Nadar5-Mar-04 22:11 
GeneralRe: How to have access to the members of a class Pin
Jörgen Sigvardsson5-Mar-04 23:11
Jörgen Sigvardsson5-Mar-04 23:11 
GeneralRe: How to have access to the members of a class Pin
Prakash Nadar12-Mar-04 23:04
Prakash Nadar12-Mar-04 23:04 
GeneralRe: How to have access to the members of a class Pin
Steve S14-Mar-04 22:02
Steve S14-Mar-04 22:02 
GeneralRe: How to have access to the members of a class Pin
Prakash Nadar14-Mar-04 22:29
Prakash Nadar14-Mar-04 22:29 
GeneralRe: How to have access to the members of a class Pin
Steve S15-Mar-04 0:32
Steve S15-Mar-04 0:32 
GeneralRe: How to have access to the members of a class Pin
Prakash Nadar15-Mar-04 0:52
Prakash Nadar15-Mar-04 0:52 
GeneralResize ATL control in IE Pin
benglish723-Mar-04 14:23
benglish723-Mar-04 14:23 
Generalclicking on IE Pin
Monty23-Mar-04 2:41
Monty23-Mar-04 2:41 
GeneralRe: clicking on IE Pin
Prakash Nadar4-Mar-04 6:21
Prakash Nadar4-Mar-04 6:21 
GeneralSolution Pin
Monty25-Mar-04 0:01
Monty25-Mar-04 0:01 
GeneralRe: Solution Pin
Prakash Nadar5-Mar-04 22:07
Prakash Nadar5-Mar-04 22:07 
GeneralCOmposite Control Pin
hongzter2-Mar-04 22:16
hongzter2-Mar-04 22: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.