Click here to Skip to main content
15,917,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows startup problem?? Pin
xxhimanshu7-Aug-03 0:18
xxhimanshu7-Aug-03 0:18 
GeneralRe: Windows startup problem?? Pin
Johnny Fartpants7-Aug-03 2:36
sussJohnny Fartpants7-Aug-03 2:36 
QuestionHow to draw Button on Ocx control? Pin
xnew6-Aug-03 20:09
xnew6-Aug-03 20:09 
AnswerRe: How to draw Button on Ocx control? Pin
El'Cachubrey6-Aug-03 21:00
El'Cachubrey6-Aug-03 21:00 
AnswerRe: How to draw Button on Ocx control? Pin
Vitali Halershtein6-Aug-03 22:29
Vitali Halershtein6-Aug-03 22:29 
GeneralGetting The My Documents Path For Current User Pin
John Clump6-Aug-03 20:08
John Clump6-Aug-03 20:08 
GeneralRe: Getting The My Documents Path For Current User Pin
PJ Arends6-Aug-03 21:26
professionalPJ Arends6-Aug-03 21:26 
QuestionA good winsock tutorial? Pin
untwisted6-Aug-03 20:02
untwisted6-Aug-03 20:02 
AnswerRe: A good winsock tutorial? Pin
louis6-Aug-03 21:33
louis6-Aug-03 21:33 
AnswerRe: A good winsock tutorial? Pin
Nish Nishant6-Aug-03 21:40
sitebuilderNish Nishant6-Aug-03 21:40 
GeneralRe: A good winsock tutorial? Pin
untwisted7-Aug-03 19:26
untwisted7-Aug-03 19:26 
GeneralAny better replacement for these functions Pin
Anthony_Yio6-Aug-03 19:55
Anthony_Yio6-Aug-03 19:55 
GeneralRe: Any better replacement for these functions Pin
armentage7-Aug-03 5:38
armentage7-Aug-03 5:38 
GeneralERROR_INVALID_ADDRESS with fixed address on VirtualAlloc (Win2K) Pin
Quiddity6-Aug-03 18:59
Quiddity6-Aug-03 18:59 
GeneralRe: ERROR_INVALID_ADDRESS with fixed address on VirtualAlloc (Win2K) Pin
Vitali Halershtein6-Aug-03 21:53
Vitali Halershtein6-Aug-03 21:53 
GeneralNewbie question about code organization Pin
swollug6-Aug-03 18:53
swollug6-Aug-03 18:53 
GeneralRe: Newbie question about code organization Pin
jhwurmbach6-Aug-03 21:32
jhwurmbach6-Aug-03 21:32 
GeneralRe: Newbie question about code organization Pin
Michael P Butler6-Aug-03 23:48
Michael P Butler6-Aug-03 23:48 
GeneralRe: Newbie question about code organization Pin
Dangleberry7-Aug-03 0:02
sussDangleberry7-Aug-03 0:02 
GeneralDownloading A whole Website Pin
Anonymous6-Aug-03 18:51
Anonymous6-Aug-03 18:51 
GeneralRe: Downloading A whole Website Pin
Vitali Halershtein6-Aug-03 22:10
Vitali Halershtein6-Aug-03 22:10 
QuestionIs there Noone who can sort it out??? Pin
xxhimanshu6-Aug-03 18:50
xxhimanshu6-Aug-03 18:50 
AnswerRe: Is there Noone who can sort it out??? Pin
Anthony_Yio8-Aug-03 0:10
Anthony_Yio8-Aug-03 0:10 
GeneralIE New window!!! Pin
xxhimanshu6-Aug-03 18:49
xxhimanshu6-Aug-03 18:49 
Confused | :confused: Confused | :confused: Hi All,
I have a big problem..I want to open a new window link on the parent window instead of opening a new window..MSDN etc says do it like...
void Browser::OnNewWindow(BSTR URL, long Flags, BSTR TargetFrameName,
VARIANT* PostData, BSTR Headers, BOOL FAR* Cancel)
{
if (m_pBrowserApp) {
COleVariant varEmpty;
if (Cancel != NULL )
*Cancel = TRUE;
m_pBrowserApp->Navigate(URL, &varEmpty, &varEmpty, &varEmpty, &varEmpty);
}

}

but this thing is not working here..is there anything or anyone can help..I am in urgent need to do it..pls help...any help is highly appreciated..I have already posted it here in CP for 3 4 times already but there was no reponse...

himanshu
Generalcasting - simple question Pin
devvvy6-Aug-03 18:44
devvvy6-Aug-03 18:44 

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.