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

C / C++ / MFC

 
GeneralRe: Hiding a pane of a Splitter Window Pin
Rage26-May-03 22:49
professionalRage26-May-03 22:49 
GeneralCancel Button in PropertySheet Pin
Sorak26-May-03 19:05
Sorak26-May-03 19:05 
GeneralRe: Cancel Button in PropertySheet Pin
Sorak26-May-03 19:22
Sorak26-May-03 19:22 
GeneralRe: Cancel Button in PropertySheet Pin
Michael Dunn26-May-03 19:23
sitebuilderMichael Dunn26-May-03 19:23 
GeneralRe: Cancel Button in PropertySheet Pin
Sorak27-May-03 5:19
Sorak27-May-03 5:19 
QuestionGraphical representation of Drives ??? Pin
rohit.dhamija26-May-03 18:17
rohit.dhamija26-May-03 18:17 
AnswerRe: Graphical representation of Drives ??? Pin
Michael Dunn26-May-03 18:37
sitebuilderMichael Dunn26-May-03 18:37 
QuestionCHtmlView::OnNewWindow2 : Which one is correct? Pin
YuHao26-May-03 15:51
YuHao26-May-03 15:51 
I need to process OnNewWindow2 method of the WebBrowser control, and I found that some sample codes sounds different. Which one is correct, assignment directly or QueryInterface? Why?


void CMainView::OnNewWindow2(LPDISPATCH* ppDisp, BOOL* Cancel)
{
CMainView* pNewView = CreateNewView();
ppDisp = pNewView->GetBrowserInterface(); // the 1st method
// pNewView->GetBrowserInterface()->QueryInterface(IID_IDispatch, (LPVOID*)ppDisp); // the 2nd method
}

AnswerRe: CHtmlView::OnNewWindow2 : Which one is correct? Pin
Michael Dunn26-May-03 16:54
sitebuilderMichael Dunn26-May-03 16:54 
GeneralRe: CHtmlView::OnNewWindow2 : Which one is correct? Pin
YuHao26-May-03 17:41
YuHao26-May-03 17:41 
GeneralRe: CHtmlView::OnNewWindow2 : Which one is correct? Pin
Michael Dunn26-May-03 17:52
sitebuilderMichael Dunn26-May-03 17:52 
GeneralInfinite Linking ( This time, i logged on before ) Pin
Somaa26-May-03 14:13
Somaa26-May-03 14:13 
GeneralRe: Infinite Linking ( This time, i logged on before ) Pin
John R. Shaw26-May-03 17:09
John R. Shaw26-May-03 17:09 
GeneralInfinite Linking fights back Pin
Somaa26-May-03 18:26
Somaa26-May-03 18:26 
GeneralRe: Infinite Linking fights back Pin
Neville Franks27-May-03 0:45
Neville Franks27-May-03 0:45 
GeneralRe: Infinite Linking fights back Pin
John R. Shaw27-May-03 5:28
John R. Shaw27-May-03 5:28 
GeneralRe: Infinite Linking fights back Pin
Peter Weyzen27-May-03 7:48
Peter Weyzen27-May-03 7:48 
GeneralRe: Infinite Linking fights back Pin
John R. Shaw27-May-03 10:13
John R. Shaw27-May-03 10:13 
GeneralRe: Infinite Linking ( This time, i logged on before ) Pin
John M. Drescher27-May-03 10:39
John M. Drescher27-May-03 10:39 
GeneralRe: Infinite Linking ( This time, i logged on before ) Pin
Miszou29-May-03 12:03
Miszou29-May-03 12:03 
GeneralRe: Infinite Linking ( This time, i logged on before ) Pin
Somaa3-Jun-03 13:41
Somaa3-Jun-03 13:41 
GeneralInfinite Linking... Pin
Anonymous26-May-03 14:11
Anonymous26-May-03 14:11 
QuestionDeviceIoControl & OID_802_11_BSSID_LIST_SCAN ? Pin
clintsinger26-May-03 12:08
clintsinger26-May-03 12:08 
AnswerRe: DeviceIoControl & OID_802_11_BSSID_LIST_SCAN ? Pin
amitalonm9-Oct-09 13:21
amitalonm9-Oct-09 13:21 
QuestionWhat is wrong with this way of displaying a bitmap on a window? Pin
Redeemer-dk26-May-03 11:58
Redeemer-dk26-May-03 11:58 

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.