Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: COleVariant Empty bstrval Pin
Stephen Hewitt14-Jan-06 2:22
Stephen Hewitt14-Jan-06 2:22 
AnswerRe: COleVariant Empty bstrval Pin
TWS_Dave14-Jan-06 4:57
TWS_Dave14-Jan-06 4:57 
QuestionShockwave Flash Control Pin
zubair_ahmed13-Jan-06 3:31
zubair_ahmed13-Jan-06 3:31 
AnswerRe: Shockwave Flash Control Pin
Prakash Nadar13-Jan-06 5:30
Prakash Nadar13-Jan-06 5:30 
GeneralRe: Shockwave Flash Control Pin
Maximilien13-Jan-06 6:36
Maximilien13-Jan-06 6:36 
GeneralRe: Shockwave Flash Control Pin
Prakash Nadar13-Jan-06 6:38
Prakash Nadar13-Jan-06 6:38 
AnswerRe: Shockwave Flash Control Pin
zubair_ahmed13-Jan-06 20:32
zubair_ahmed13-Jan-06 20:32 
GeneralRe: Shockwave Flash Control Pin
Stephen Hewitt14-Jan-06 2:26
Stephen Hewitt14-Jan-06 2:26 
It's an ActiveX control so I'd use the OLE viewer that comes with visual studio to have a peek at its type library. Look for out going interfaces. Once you find the correct out going method (assuming one exists) you'll probably have to use connection points to hook up your sink (which ypu'll have to implement). How you do this will depend to what libraries you using (or not using). e.g. ATL and MFC have different ways of going about this.

Steve

QuestionOpening an URL in MFC Pin
Aryan S13-Jan-06 3:04
Aryan S13-Jan-06 3:04 
AnswerRe: Opening an URL in MFC Pin
Maximilien13-Jan-06 3:16
Maximilien13-Jan-06 3:16 
AnswerRe: Opening an URL in MFC Pin
ThatsAlok15-Jan-06 19:08
ThatsAlok15-Jan-06 19:08 
QuestionAround 500 controls in a Dialog Pin
AnsGe13-Jan-06 3:03
AnsGe13-Jan-06 3:03 
AnswerRe: Around 500 controls in a Dialog Pin
toxcct13-Jan-06 3:10
toxcct13-Jan-06 3:10 
AnswerRe: Around 500 controls in a Dialog Pin
Maximilien13-Jan-06 3:13
Maximilien13-Jan-06 3:13 
GeneralRe: Around 500 controls in a Dialog Pin
Rajesh R Subramanian13-Jan-06 18:55
professionalRajesh R Subramanian13-Jan-06 18:55 
AnswerRe: Around 500 controls in a Dialog Pin
khan++13-Jan-06 3:18
khan++13-Jan-06 3:18 
GeneralRe: Around 500 controls in a Dialog Pin
Shraddhan23-Jan-06 0:19
Shraddhan23-Jan-06 0:19 
GeneralRe: Around 500 controls in a Dialog Pin
khan++23-Jan-06 0:45
khan++23-Jan-06 0:45 
GeneralRe: Around 500 controls in a Dialog Pin
Shraddhan23-Jan-06 1:04
Shraddhan23-Jan-06 1:04 
GeneralRe: Around 500 controls in a Dialog Pin
khan++23-Jan-06 1:13
khan++23-Jan-06 1:13 
GeneralRe: Around 500 controls in a Dialog Pin
Shraddhan23-Jan-06 1:22
Shraddhan23-Jan-06 1:22 
GeneralRe: Around 500 controls in a Dialog Pin
khan++23-Jan-06 1:32
khan++23-Jan-06 1:32 
AnswerRe: Around 500 controls in a Dialog Pin
Sheng Jiang 蒋晟13-Jan-06 18:18
Sheng Jiang 蒋晟13-Jan-06 18:18 
AnswerRe: Around 500 controls in a Dialog Pin
ThatsAlok15-Jan-06 18:54
ThatsAlok15-Jan-06 18:54 
QuestionDebug a 6.0.DLL from VS.NET Pin
eddyroth13-Jan-06 2:40
eddyroth13-Jan-06 2:40 

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.