Click here to Skip to main content
15,896,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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.

JokeRe: Run an exe from ShellExecute with administrator permission in Vista. Pin
«_Superman_»8-Apr-09 20:02
professional«_Superman_»8-Apr-09 20:02 
AnswerRe: Run an exe from ShellExecute with administrator permission in Vista. Pin
KarstenK8-Apr-09 21:18
mveKarstenK8-Apr-09 21:18 
GeneralRe: Run an exe from ShellExecute with administrator permission in Vista. Pin
Le@rner8-Apr-09 21:24
Le@rner8-Apr-09 21:24 
GeneralRe: Run an exe from ShellExecute with administrator permission in Vista. Pin
David Crow9-Apr-09 3:22
David Crow9-Apr-09 3:22 
AnswerRe: Run an exe from ShellExecute with administrator permission in Vista. Pin
Paresh Chitte8-Apr-09 21:22
Paresh Chitte8-Apr-09 21:22 
QuestionRunning Applications like Browser in limited user access rights Pin
ashish8patil8-Apr-09 19:46
ashish8patil8-Apr-09 19:46 
AnswerRe: Running Applications like Browser in limited user access rights Pin
Randor 9-Apr-09 1:28
professional Randor 9-Apr-09 1:28 
QuestionHow to recieve a User defined messages in Win32 Console based [MFC supported] application from any other running Exe. Pin
PankajB8-Apr-09 19:43
PankajB8-Apr-09 19:43 
AnswerRe: How to recieve a User defined messages in Win32 Console based [MFC supported] application from any other running Exe. Pin
PankajB8-Apr-09 19:47
PankajB8-Apr-09 19:47 
GeneralRe: How to recieve a User defined messages in Win32 Console based [MFC supported] application from any other running Exe. Pin
«_Superman_»8-Apr-09 20:00
professional«_Superman_»8-Apr-09 20:00 
GeneralRe: How to recieve a User defined messages in Win32 Console based [MFC supported] application from any other running Exe. Pin
PankajB8-Apr-09 20:05
PankajB8-Apr-09 20:05 
GeneralRe: How to recieve a User defined messages in Win32 Console based [MFC supported] application from any other running Exe. Pin
«_Superman_»8-Apr-09 20:09
professional«_Superman_»8-Apr-09 20:09 
GeneralRe: How to recieve a User defined messages in Win32 Console based [MFC supported] application from any other running Exe. Pin
PankajB8-Apr-09 20:16
PankajB8-Apr-09 20:16 
GeneralRe: How to recieve a User defined messages in Win32 Console based [MFC supported] application from any other running Exe. Pin
«_Superman_»8-Apr-09 20:36
professional«_Superman_»8-Apr-09 20:36 
AnswerRe: How to recieve a User defined messages in Win32 Console based [MFC supported] application from any other running Exe. Pin
Paresh Chitte8-Apr-09 20:22
Paresh Chitte8-Apr-09 20:22 
GeneralRe: How to recieve a User defined messages in Win32 Console based [MFC supported] application from any other running Exe. Pin
PankajB8-Apr-09 20:30
PankajB8-Apr-09 20:30 
GeneralRe: How to recieve a User defined messages in Win32 Console based [MFC supported] application from any other running Exe. Pin
Paresh Chitte8-Apr-09 21:01
Paresh Chitte8-Apr-09 21:01 

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.