Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to copy file much faster? Pin
Matthew Faithfull18-Oct-07 22:53
Matthew Faithfull18-Oct-07 22:53 
GeneralRe: How to copy file much faster? Pin
kcynic19-Oct-07 20:00
kcynic19-Oct-07 20:00 
AnswerRe: How to copy file much faster? Pin
JudyL_MD19-Oct-07 2:44
JudyL_MD19-Oct-07 2:44 
GeneralRe: How to copy file much faster? Pin
Tydia-kun19-Oct-07 3:53
Tydia-kun19-Oct-07 3:53 
GeneralRe: How to copy file much faster? Pin
JudyL_MD19-Oct-07 4:01
JudyL_MD19-Oct-07 4:01 
GeneralRe: How to copy file much faster? Pin
Tydia-kun19-Oct-07 4:05
Tydia-kun19-Oct-07 4:05 
GeneralRe: How to copy file much faster? Pin
kcynic19-Oct-07 20:01
kcynic19-Oct-07 20:01 
Questionneed an approach. Pin
narayanagvs18-Oct-07 21:40
narayanagvs18-Oct-07 21:40 
Hi,

I have taken a Dialog based Application. Upon some button Click I have some functionality to be done like creating a directory with Security attributes of a given user. Once I build this I got an Executable File which I Invoke from another Dialog based Application in Managed C++.

I invoked this executable (or process) by giving permmisions for an user say MyUser.

Process::Start(exepath,path ,username,strSecurePwd,domain);

So whatever is done in the executable file is being done by the MyUser.
Now, what I want is I have to Place all my functions in an
Executable File (or Seperate process) which should not have GUI.
Once I Invoke this Process all the functions in that should execute.
So, what sort of application I need to take for this to happen?

Any Suggestions or an approach to proceed would be helpful.

Thanks In Advance.




Today is a gift, that's why it is called the present.

AnswerRe: need an approach. Pin
Nelek18-Oct-07 21:59
protectorNelek18-Oct-07 21:59 
GeneralRe: need an approach. Pin
Matthew Faithfull18-Oct-07 23:26
Matthew Faithfull18-Oct-07 23:26 
Questiondelete this Pin
George_George18-Oct-07 21:10
George_George18-Oct-07 21:10 
AnswerRe: delete this Pin
jhwurmbach18-Oct-07 21:40
jhwurmbach18-Oct-07 21:40 
GeneralRe: delete this Pin
Sameerkumar Namdeo18-Oct-07 22:03
Sameerkumar Namdeo18-Oct-07 22:03 
GeneralRe: delete this Pin
George_George18-Oct-07 23:01
George_George18-Oct-07 23:01 
AnswerRe: delete this Pin
Roger Stoltz18-Oct-07 22:08
Roger Stoltz18-Oct-07 22:08 
GeneralRe: delete this Pin
George_George18-Oct-07 22:59
George_George18-Oct-07 22:59 
GeneralRe: delete this Pin
Roger Stoltz18-Oct-07 23:09
Roger Stoltz18-Oct-07 23:09 
GeneralRe: delete this Pin
George_George19-Oct-07 3:52
George_George19-Oct-07 3:52 
QuestionDllMain Pin
George_George18-Oct-07 20:53
George_George18-Oct-07 20:53 
AnswerRe: DllMain Pin
aks.18-Oct-07 22:00
aks.18-Oct-07 22:00 
GeneralRe: DllMain Pin
George_George18-Oct-07 22:40
George_George18-Oct-07 22:40 
GeneralRe: DllMain Pin
Matthew Faithfull18-Oct-07 22:58
Matthew Faithfull18-Oct-07 22:58 
GeneralRe: DllMain Pin
George_George19-Oct-07 4:00
George_George19-Oct-07 4:00 
AnswerRe: DllMain Pin
Nibu babu thomas18-Oct-07 23:20
Nibu babu thomas18-Oct-07 23:20 
GeneralRe: DllMain Pin
George_George19-Oct-07 3:57
George_George19-Oct-07 3:57 

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.