Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PropertyPage resizing Pin
PJ Arends4-Mar-04 17:54
professionalPJ Arends4-Mar-04 17:54 
QuestionHow to print web page to image file Pin
AWebDude4-Mar-04 10:30
AWebDude4-Mar-04 10:30 
Generalcreating window help Pin
ppp0014-Mar-04 10:05
ppp0014-Mar-04 10:05 
GeneralRe: creating window help Pin
basementman4-Mar-04 10:09
basementman4-Mar-04 10:09 
GeneralRe: creating window help Pin
ppp0014-Mar-04 20:10
ppp0014-Mar-04 20:10 
GeneralRe: creating window help Pin
basementman5-Mar-04 3:51
basementman5-Mar-04 3:51 
QuestionHow to have access to the members of a class Pin
Roozbeh694-Mar-04 9:55
professionalRoozbeh694-Mar-04 9:55 
AnswerRe: How to have access to the members of a class Pin
ian mariano4-Mar-04 10:53
ian mariano4-Mar-04 10:53 
It's a hack but you could cast your IAttachment interface to CAttachment and call the methods you desire.

CAttachment a = (CAttachment)piAttachment;
 
a->SomeMethodNotExposedInIAttachment();
 
pi->SomeMethodExposedByIAttachment();


Note, this won't work outside your implementation project as outside callers won't have access to the CAttachment class or any of its members not exposed by the IAttachment interface.

Ian Mariano - http://www.ian-space.com/


"We are all wave equations in the information matrix of the universe" - me

AnswerRe: How to have access to the members of a class Pin
Steve S4-Mar-04 22:41
Steve S4-Mar-04 22:41 
QuestionHow do I compile? Pin
john john mackey4-Mar-04 9:47
john john mackey4-Mar-04 9:47 
AnswerRe: How do I compile? Pin
ian mariano4-Mar-04 10:56
ian mariano4-Mar-04 10:56 
GeneralRe: How do I compile? Pin
john john mackey5-Mar-04 8:09
john john mackey5-Mar-04 8:09 
GeneralRe: How do I compile? Pin
ian mariano8-Mar-04 12:15
ian mariano8-Mar-04 12:15 
GeneralCPaintDC develish slow Pin
S van Leent4-Mar-04 9:21
S van Leent4-Mar-04 9:21 
GeneralRe: CPaintDC develish slow Pin
basementman4-Mar-04 9:42
basementman4-Mar-04 9:42 
GeneralRe: COM Port Reading Pin
David Crow4-Mar-04 8:56
David Crow4-Mar-04 8:56 
GeneralRe: COM Port Reading Pin
dimitar.rosenov4-Mar-04 9:26
dimitar.rosenov4-Mar-04 9:26 
GeneralGDI Scale Pin
Hesham Amin4-Mar-04 8:41
Hesham Amin4-Mar-04 8:41 
GeneralRe: GDI Scale Pin
David Crow4-Mar-04 8:58
David Crow4-Mar-04 8:58 
GeneralRe: GDI Scale Pin
Hesham Amin4-Mar-04 21:44
Hesham Amin4-Mar-04 21:44 
Questionhow do you use the combo box? Pin
catngo4-Mar-04 7:43
catngo4-Mar-04 7:43 
AnswerRe: how do you use the combo box? Pin
Like2Byte4-Mar-04 7:54
Like2Byte4-Mar-04 7:54 
GeneralStopping devices in Windows 98 Pin
stasik garifulin4-Mar-04 6:47
stasik garifulin4-Mar-04 6:47 
GeneralRe: Stopping devices in Windows 98 Pin
Mazdak4-Mar-04 7:21
Mazdak4-Mar-04 7:21 
GeneralTAPI + PARALLEL PORT PROGRAMMING IN VC++ 6.0 Pin
Prabha Govind Perumal4-Mar-04 6:23
Prabha Govind Perumal4-Mar-04 6:23 

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.