Click here to Skip to main content
15,890,399 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralShellExecute Pin
Paulraj G24-Jan-08 18:42
Paulraj G24-Jan-08 18:42 
GeneralRe: ShellExecute Pin
Naveen24-Jan-08 18:44
Naveen24-Jan-08 18:44 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 18:52
Paulraj G24-Jan-08 18:52 
GeneralRe: ShellExecute Pin
Don Box24-Jan-08 18:58
Don Box24-Jan-08 18:58 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 19:30
Paulraj G24-Jan-08 19:30 
GeneralRe: ShellExecute Pin
Stephen Hewitt24-Jan-08 19:39
Stephen Hewitt24-Jan-08 19:39 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 19:43
Paulraj G24-Jan-08 19:43 
GeneralRe: ShellExecute Pin
Naveen24-Jan-08 19:46
Naveen24-Jan-08 19:46 
Just for tracking the error. Please try like this and let me know the result...

#undef _INC_SHELLAPI<br />
#include <shellapi.h><br />
...<br />
...<br />
...<br />
void CPdf_ExampleView::OnBnClickedButton1()<br />
{<br />
CString str;<br />
str = "www.google.com";<br />
ShellExecute(NULL, "open" ,str, NULL, NULL, SW_SHOW);<br />
<br />
}



GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 23:53
Paulraj G24-Jan-08 23:53 
GeneralRe: ShellExecute Pin
Naveen25-Jan-08 0:04
Naveen25-Jan-08 0:04 
JokeRe: ShellExecute Pin
Rajesh R Subramanian25-Jan-08 0:13
professionalRajesh R Subramanian25-Jan-08 0:13 
GeneralRe: ShellExecute Pin
Stephen Hewitt24-Jan-08 19:48
Stephen Hewitt24-Jan-08 19:48 
QuestionRe: ShellExecute Pin
Rajesh R Subramanian24-Jan-08 19:56
professionalRajesh R Subramanian24-Jan-08 19:56 
GeneralRe: ShellExecute Pin
Paulraj G24-Jan-08 23:51
Paulraj G24-Jan-08 23:51 
GeneralRe: ShellExecute Pin
Rajesh R Subramanian25-Jan-08 0:13
professionalRajesh R Subramanian25-Jan-08 0:13 
GeneralRe: ShellExecute Pin
Cadicus13-Feb-10 17:10
Cadicus13-Feb-10 17:10 
GeneralWhen I draw an image to a dialog using GDI+, controls are covered by the image Pin
followait24-Jan-08 18:07
followait24-Jan-08 18:07 
GeneralRe: When I draw an image to a dialog using GDI+, controls are covered by the image Pin
Don Box24-Jan-08 18:10
Don Box24-Jan-08 18:10 
AnswerRe: When I draw an image to a dialog using GDI+, controls are covered by the image Pin
Iain Clarke, Warrior Programmer24-Jan-08 22:56
Iain Clarke, Warrior Programmer24-Jan-08 22:56 
GeneralRe: When I draw an image to a dialog using GDI+, controls are covered by the image Pin
followait25-Jan-08 7:02
followait25-Jan-08 7:02 
GeneralRe: When I draw an image to a dialog using GDI+, controls are covered by the image Pin
KarstenK25-Jan-08 0:51
mveKarstenK25-Jan-08 0:51 
Questionhow to play .tga file Pin
Antonyemac24-Jan-08 18:06
Antonyemac24-Jan-08 18:06 
QuestionRe: how to play .tga file Pin
CPallini24-Jan-08 22:00
mveCPallini24-Jan-08 22:00 
GeneralRe: how to play .tga file Pin
Antonyemac24-Jan-08 22:47
Antonyemac24-Jan-08 22:47 
QuestionRe: how to play .tga file Pin
CPallini24-Jan-08 22:54
mveCPallini24-Jan-08 22:54 

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.