Click here to Skip to main content
15,909,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Detect which Application is Connected to the Internet Pin
Ranjan Banerji9-Dec-02 4:07
Ranjan Banerji9-Dec-02 4:07 
GeneralMultiple windows program Pin
sumod6-Dec-02 4:54
sumod6-Dec-02 4:54 
GeneralRe: Multiple windows program Pin
Maximilien6-Dec-02 5:05
Maximilien6-Dec-02 5:05 
GeneralRe: Multiple windows program Pin
Nitron6-Dec-02 10:51
Nitron6-Dec-02 10:51 
Questionhow not to view disassembly while debugging Pin
pnpfriend6-Dec-02 4:15
pnpfriend6-Dec-02 4:15 
AnswerRe: how not to view disassembly while debugging Pin
Paul M Watt6-Dec-02 5:55
mentorPaul M Watt6-Dec-02 5:55 
QuestionHow to use m_spClientSite Pin
hdi99kf@syd.kth.se6-Dec-02 2:41
hdi99kf@syd.kth.se6-Dec-02 2:41 
AnswerRe: How to use m_spClientSite Pin
geo_m6-Dec-02 5:07
geo_m6-Dec-02 5:07 
the m_spClientSite is I think the member of ATL's class CComControlBase. If you have an ATL component, you have this member for your use.
If you are using some other stuff for generating the control, you have to implement the IOleObject::SetClientSite method, where you can store the supplied parameter (exactly as ATL does this) or look how your library implements the SetClientSite method, where the result is stored etc.
GeneralRe: How to use m_spClientSite Pin
charlie26-Dec-02 7:01
charlie26-Dec-02 7:01 
GeneralRe: How to use m_spClientSite Pin
geo_m6-Dec-02 8:35
geo_m6-Dec-02 8:35 
GeneralMFC and ActiveX problems Pin
amek6-Dec-02 2:07
amek6-Dec-02 2:07 
GeneralRe: MFC and ActiveX problems Pin
Nitron6-Dec-02 10:13
Nitron6-Dec-02 10:13 
GeneralMFC doc/view with non-file-based documents Pin
Taka Muraoka6-Dec-02 1:52
Taka Muraoka6-Dec-02 1:52 
GeneralRe: MFC doc/view with non-file-based documents Pin
Prem Kumar6-Dec-02 4:31
Prem Kumar6-Dec-02 4:31 
GeneralRe: MFC doc/view with non-file-based documents Pin
Taka Muraoka6-Dec-02 4:45
Taka Muraoka6-Dec-02 4:45 
GeneralRe: MFC doc/view with non-file-based documents Pin
Roger Allen6-Dec-02 5:30
Roger Allen6-Dec-02 5:30 
GeneralRe: MFC doc/view with non-file-based documents Pin
Taka Muraoka6-Dec-02 11:20
Taka Muraoka6-Dec-02 11:20 
GeneralMsgWaitForMultipleObjects() Pin
Hugo Hallman6-Dec-02 1:08
Hugo Hallman6-Dec-02 1:08 
GeneralRe: MsgWaitForMultipleObjects() Pin
geo_m6-Dec-02 2:50
geo_m6-Dec-02 2:50 
QuestionHow to set DC Clipping Region?? Pin
work_to_live6-Dec-02 0:44
work_to_live6-Dec-02 0:44 
AnswerRe: How to set DC Clipping Region?? Pin
work_to_live6-Dec-02 1:06
work_to_live6-Dec-02 1:06 
GeneralRe: How to set DC Clipping Region?? Pin
Paul M Watt6-Dec-02 6:06
mentorPaul M Watt6-Dec-02 6:06 
QuestionHow can I hide the "Printing" dialog that comes up when a report is sent off to Pin
valos6-Dec-02 0:38
valos6-Dec-02 0:38 
AnswerRe: How can I hide the "Printing" dialog that comes up when a report is sent off to Pin
Prem Kumar6-Dec-02 1:43
Prem Kumar6-Dec-02 1:43 
GeneralResizing in windows 98... Pin
Neha6-Dec-02 0:34
Neha6-Dec-02 0:34 

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.