Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Header file Pin
ThatsAlok8-Apr-09 22:38
ThatsAlok8-Apr-09 22:38 
GeneralRe: Header file Pin
CPallini8-Apr-09 22:42
mveCPallini8-Apr-09 22:42 
AnswerRe: Header file Pin
Hamid_RT8-Apr-09 23:52
Hamid_RT8-Apr-09 23:52 
QuestionShellExecuteEx not working fine in case of Visual Studio 2008. Pin
Le@rner8-Apr-09 21:03
Le@rner8-Apr-09 21:03 
AnswerRe: ShellExecuteEx not working fine in case of Visual Studio 2008. Pin
Rajesh R Subramanian8-Apr-09 21:37
professionalRajesh R Subramanian8-Apr-09 21:37 
JokeRe: ShellExecuteEx not working fine in case of Visual Studio 2008. Pin
CPallini8-Apr-09 22:01
mveCPallini8-Apr-09 22:01 
JokeRe: ShellExecuteEx not working fine in case of Visual Studio 2008. Pin
Rajesh R Subramanian8-Apr-09 22:20
professionalRajesh R Subramanian8-Apr-09 22:20 
AnswerRe: ShellExecuteEx not working fine in case of Visual Studio 2008. Pin
Hamid_RT8-Apr-09 23:56
Hamid_RT8-Apr-09 23:56 
QuestionBasic Segmentation fault help needed Pin
Brandon Ramirez8-Apr-09 20:56
Brandon Ramirez8-Apr-09 20:56 
QuestionRe: Basic Segmentation fault help needed Pin
CPallini8-Apr-09 21:27
mveCPallini8-Apr-09 21:27 
QuestionRe: Basic Segmentation fault help needed Pin
Brandon Ramirez8-Apr-09 21:46
Brandon Ramirez8-Apr-09 21:46 
AnswerRe: Basic Segmentation fault help needed Pin
CPallini8-Apr-09 21:58
mveCPallini8-Apr-09 21:58 
GeneralRe: Basic Segmentation fault help needed Pin
Brandon Ramirez8-Apr-09 22:11
Brandon Ramirez8-Apr-09 22:11 
GeneralRe: Basic Segmentation fault help needed Pin
CPallini8-Apr-09 22:22
mveCPallini8-Apr-09 22:22 
AnswerRe: Basic Segmentation fault help needed Pin
Stuart Dootson8-Apr-09 23:13
professionalStuart Dootson8-Apr-09 23:13 
GeneralRe: Basic Segmentation fault help needed Pin
CPallini8-Apr-09 23:24
mveCPallini8-Apr-09 23:24 
QuestionRe: Basic Segmentation fault help needed Pin
David Crow9-Apr-09 3:19
David Crow9-Apr-09 3:19 
Questionpointer on class Pin
durban28-Apr-09 20:34
durban28-Apr-09 20:34 
AnswerRe: pointer on class Pin
«_Superman_»8-Apr-09 20:37
professional«_Superman_»8-Apr-09 20:37 
AnswerRe: pointer on class Pin
Paresh Chitte8-Apr-09 21:04
Paresh Chitte8-Apr-09 21:04 
AnswerRe: pointer on class Pin
KarstenK8-Apr-09 21:17
mveKarstenK8-Apr-09 21:17 
GeneralRe: pointer on class Pin
durban29-Apr-09 21:34
durban29-Apr-09 21:34 
GeneralRe: pointer on class Pin
KarstenK13-Apr-09 22:07
mveKarstenK13-Apr-09 22:07 
GeneralRe: pointer on class Pin
ThatsAlok8-Apr-09 22:59
ThatsAlok8-Apr-09 22:59 
QuestionRun an exe from ShellExecute with administrator permission in Vista. Pin
Le@rner8-Apr-09 19:59
Le@rner8-Apr-09 19:59 
Hi all,

I have a dialog based application ,here on InitInstance() function of application i want to run an another exe from ShellExecute command like this;

CString shell_str;//path of exe
ShellExecute(NULL,_T("open"),shell_str,NULL,NULL,SW_HIDE);


with the use of this exe i want to copy or move some files in Program files folder,so in Case of VISTA and UAC is Enabled its wants to permission of admin rights to copy or move files .

so please tell me how can i do this.

thanks in advance.

To accomplish great things, we must not only act, but also dream;
not only plan, but also believe.

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.