Click here to Skip to main content
15,860,844 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGrayscale color in xp Pin
nbugalia18-Sep-07 19:54
nbugalia18-Sep-07 19:54 
QuestionNavigate function of a CWebBrowser class Pin
AnayKulkarni18-Sep-07 19:47
AnayKulkarni18-Sep-07 19:47 
AnswerRe: Navigate function of a CWebBrowser class Pin
nbugalia18-Sep-07 19:58
nbugalia18-Sep-07 19:58 
GeneralRe: Navigate function of a CWebBrowser class Pin
AnayKulkarni18-Sep-07 20:06
AnayKulkarni18-Sep-07 20:06 
GeneralRe: Navigate function of a CWebBrowser class Pin
nbugalia18-Sep-07 20:11
nbugalia18-Sep-07 20:11 
GeneralRe: Navigate function of a CWebBrowser class Pin
bhogavalli suresh18-Sep-07 23:14
bhogavalli suresh18-Sep-07 23:14 
GeneralRe: Navigate function of a CWebBrowser class Pin
AnayKulkarni19-Sep-07 0:31
AnayKulkarni19-Sep-07 0:31 
AnswerRe: Navigate function of a CWebBrowser class Pin
Sameerkumar Namdeo18-Sep-07 21:31
Sameerkumar Namdeo18-Sep-07 21:31 
first create the control.
m_Browser.Create();

then call Navigate()

VARIANT flags;
flags.intVal = navNoHistory;
VARIANT TargetFrameName;
TargetFrameName.intVal = _BLANK;

m_Browser.Navigate("http://www.codeproject.com", &flags, &TargetFrameName, NULL, NULL);
QuestionBasic issue i got confused help Pin
monsieur_jj18-Sep-07 19:46
monsieur_jj18-Sep-07 19:46 
AnswerRe: Basic issue i got confused help Pin
nbugalia18-Sep-07 20:06
nbugalia18-Sep-07 20:06 
GeneralRe: Basic issue i got confused help Pin
monsieur_jj18-Sep-07 20:11
monsieur_jj18-Sep-07 20:11 
GeneralRe: Basic issue i got confused help Pin
monsieur_jj18-Sep-07 20:42
monsieur_jj18-Sep-07 20:42 
AnswerRe: Basic issue i got confused help Pin
carrivick18-Sep-07 21:43
carrivick18-Sep-07 21:43 
Questionrealloc() crashed!!! help Pin
kcynic18-Sep-07 19:45
kcynic18-Sep-07 19:45 
AnswerRe: realloc() crashed!!! help Pin
KarstenK18-Sep-07 21:25
mveKarstenK18-Sep-07 21:25 
GeneralRe: realloc() crashed!!! help Pin
kcynic18-Sep-07 22:28
kcynic18-Sep-07 22:28 
AnswerRe: realloc() crashed!!! help Pin
toxcct18-Sep-07 23:46
toxcct18-Sep-07 23:46 
Questionwant to develop desktop application like webshot Pin
Dhiraj kumar Saini18-Sep-07 19:45
Dhiraj kumar Saini18-Sep-07 19:45 
Questionopen word from button control Pin
p_18-Sep-07 19:43
p_18-Sep-07 19:43 
AnswerRe: open word from button control Pin
Dhiraj kumar Saini18-Sep-07 19:55
Dhiraj kumar Saini18-Sep-07 19:55 
AnswerRe: open word from button control Pin
nbugalia18-Sep-07 19:55
nbugalia18-Sep-07 19:55 
AnswerRe: open word from button control Pin
p_18-Sep-07 20:01
p_18-Sep-07 20:01 
QuestionFolder Option Pin
Anilkumar K V18-Sep-07 19:26
Anilkumar K V18-Sep-07 19:26 
AnswerRe: Folder Option Pin
nbugalia18-Sep-07 19:34
nbugalia18-Sep-07 19:34 
QuestionControls visibility issue Pin
neil478118-Sep-07 12:34
neil478118-Sep-07 12: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.