Click here to Skip to main content
15,908,020 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: boost and VS2005 Pin
Starick11-Dec-05 22:26
Starick11-Dec-05 22:26 
QuestionLink Error Pin
Cool Ju20-Nov-05 19:05
Cool Ju20-Nov-05 19:05 
AnswerLink Error - solved Pin
Cool Ju20-Nov-05 19:59
Cool Ju20-Nov-05 19:59 
QuestionCapturing Events Pin
Logan from Singapore20-Nov-05 15:39
Logan from Singapore20-Nov-05 15:39 
AnswerRe: Capturing Events Pin
qfegd22-Nov-05 8:16
qfegd22-Nov-05 8:16 
GeneralRe: Capturing Events Pin
Logan from Singapore22-Nov-05 14:18
Logan from Singapore22-Nov-05 14:18 
GeneralRe: Capturing Events Pin
Lim Bio Liong22-Nov-05 15:53
Lim Bio Liong22-Nov-05 15:53 
GeneralRe: Capturing Events Pin
Logan from Singapore22-Nov-05 16:08
Logan from Singapore22-Nov-05 16:08 
Thanks Bio. I had already read the article when I was doing my research. It was a great article.

I had initially intended to use "Event Sink" to solve my problem but I work around it by another mean.

Actually, I had a COM DLL with multiple objects within it. But I had only expose the main object class. My problem arise when one of my internal object needs to fire a event to the app using my DLL. As only the main interface is expose, the internal object can't fire the event direct to the app.

I was trying use the main object to sink the event and fire it again. But I never really got the way for doing the sink coding properly. Nonetheless, I worked around it by send the point to the main object inwards to the internal object and use this pointer to fire the event. It may not be the proper way to solve the problem but it solve my problem for now.

Nonetheless, thanks for the help again. (If you remember, you had help this fellow Singaporean on several other occasion.)

Cheers

-- modified at 22:09 Tuesday 22nd November, 2005
GeneralRe: Capturing Events Pin
Lim Bio Liong22-Nov-05 16:21
Lim Bio Liong22-Nov-05 16:21 
GeneralRe: Capturing Events Pin
ThatsAlok4-Dec-05 21:32
ThatsAlok4-Dec-05 21:32 
GeneralRe: Capturing Events Pin
Lim Bio Liong5-Dec-05 2:48
Lim Bio Liong5-Dec-05 2:48 
GeneralRe: Capturing Events Pin
ThatsAlok5-Dec-05 21:31
ThatsAlok5-Dec-05 21:31 
QuestionException in ::ShowWindow/WM_SYNCPAINT handler when using WTL rebar Pin
kamrann20-Nov-05 8:53
kamrann20-Nov-05 8:53 
Questionunhandle exception(8000ffff) while acceing ocx methods Pin
Rajesh match18-Nov-05 21:10
Rajesh match18-Nov-05 21:10 
AnswerRe: unhandle exception(8000ffff) while acceing ocx methods Pin
Michael Dunn19-Nov-05 15:18
sitebuilderMichael Dunn19-Nov-05 15:18 
AnswerRe: unhandle exception(8000ffff) while acceing ocx methods Pin
JonEngle6-Dec-05 19:16
JonEngle6-Dec-05 19:16 
QuestionHow to access method of user define control from ATL Pin
rajesh_kapure16-Nov-05 3:54
rajesh_kapure16-Nov-05 3:54 
QuestionUsing ActiveX without container Pin
Ahsan Askare14-Nov-05 23:33
Ahsan Askare14-Nov-05 23:33 
QuestionHow do you know the duplicate key insertion in STL map Pin
sarath_babu13-Nov-05 20:23
sarath_babu13-Nov-05 20:23 
AnswerRe: How do you know the duplicate key insertion in STL map Pin
Jonas Larsson13-Nov-05 21:50
Jonas Larsson13-Nov-05 21:50 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
sarath_babu14-Nov-05 0:09
sarath_babu14-Nov-05 0:09 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Jonas Larsson14-Nov-05 1:50
Jonas Larsson14-Nov-05 1:50 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Stuart Dootson15-Nov-05 6:53
professionalStuart Dootson15-Nov-05 6:53 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Jörgen Sigvardsson15-Nov-05 9:59
Jörgen Sigvardsson15-Nov-05 9:59 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Stuart Dootson15-Nov-05 19:54
professionalStuart Dootson15-Nov-05 19:54 

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.