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

C / C++ / MFC

 
Questionlistview Pin
trioum17-Dec-08 2:06
trioum17-Dec-08 2:06 
AnswerRe: listview Pin
VC++Maniac17-Dec-08 2:14
VC++Maniac17-Dec-08 2:14 
AnswerRe: listview Pin
Jijo.Raj17-Dec-08 2:28
Jijo.Raj17-Dec-08 2:28 
Questioninplace edit of doc title Pin
VC++Maniac17-Dec-08 1:44
VC++Maniac17-Dec-08 1:44 
QuestionRe: inplace edit of doc title Pin
David Crow17-Dec-08 3:11
David Crow17-Dec-08 3:11 
AnswerRe: inplace edit of doc title Pin
VC++Maniac17-Dec-08 19:59
VC++Maniac17-Dec-08 19:59 
QuestionShellExecute with new instance Pin
K. Sushilkumar17-Dec-08 1:29
K. Sushilkumar17-Dec-08 1:29 
AnswerRe: ShellExecute with new instance Pin
L. Madhavan17-Dec-08 2:09
L. Madhavan17-Dec-08 2:09 
You will have to retrieve the path to the default browser and directly execute it, passing in the URL as a parameter.
ShellExecute(this->m_hWnd, _T("open"), pathToBrowser, _T("www.xyz.com"), NULL, SW_SHOWNORMAL);

AnswerRe: ShellExecute with new instance Pin
Randor 17-Dec-08 2:12
professional Randor 17-Dec-08 2:12 
AnswerRe: ShellExecute with new instance Pin
Rahul Vaishnav17-Dec-08 2:17
Rahul Vaishnav17-Dec-08 2:17 
AnswerRe: ShellExecute with new instance Pin
Stuart Dootson17-Dec-08 2:19
professionalStuart Dootson17-Dec-08 2:19 
QuestionHow to load bitmap to a button Pin
Pryabu17-Dec-08 1:01
Pryabu17-Dec-08 1:01 
AnswerRe: How to load bitmap to a button Pin
Hamid_RT17-Dec-08 1:11
Hamid_RT17-Dec-08 1:11 
GeneralRe: How to load bitmap to a button Pin
Pryabu17-Dec-08 1:15
Pryabu17-Dec-08 1:15 
GeneralRe: How to load bitmap to a button Pin
Pryabu17-Dec-08 1:27
Pryabu17-Dec-08 1:27 
GeneralRe: How to load bitmap to a button Pin
Pryabu17-Dec-08 2:06
Pryabu17-Dec-08 2:06 
AnswerRe: How to load bitmap to a button Pin
_AnsHUMAN_ 17-Dec-08 1:13
_AnsHUMAN_ 17-Dec-08 1:13 
QuestionRedrawing.. Pin
staticv17-Dec-08 0:59
staticv17-Dec-08 0:59 
AnswerRe: Redrawing.. Pin
CPallini17-Dec-08 1:44
mveCPallini17-Dec-08 1:44 
AnswerRe: Redrawing.. Pin
L. Madhavan17-Dec-08 2:16
L. Madhavan17-Dec-08 2:16 
QuestionDisplaying painted areas on Property Sheet Pin
koumodaki17-Dec-08 0:19
koumodaki17-Dec-08 0:19 
AnswerRe: Displaying painted areas on Property Sheet Pin
Iain Clarke, Warrior Programmer17-Dec-08 0:46
Iain Clarke, Warrior Programmer17-Dec-08 0:46 
GeneralOT- Good article Iain Pin
CPallini17-Dec-08 1:36
mveCPallini17-Dec-08 1:36 
GeneralRe: OT- Good article Iain Pin
Iain Clarke, Warrior Programmer17-Dec-08 2:23
Iain Clarke, Warrior Programmer17-Dec-08 2:23 
GeneralRe: OT- Good article Iain Pin
CPallini17-Dec-08 2:39
mveCPallini17-Dec-08 2:39 

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.