Click here to Skip to main content
16,016,759 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dynamically calling dll functions Pin
Tom Archer1-Jun-05 1:31
Tom Archer1-Jun-05 1:31 
GeneralRe: dynamically calling dll functions Pin
geo_m31-May-05 20:01
geo_m31-May-05 20:01 
GeneralExe as child process Pin
Michael Klim30-May-05 10:42
Michael Klim30-May-05 10:42 
GeneralRe: Exe as child process Pin
Ravi Bhavnani30-May-05 15:45
professionalRavi Bhavnani30-May-05 15:45 
GeneralProgram executes automatically Pin
Identity Undisclosed30-May-05 9:27
Identity Undisclosed30-May-05 9:27 
GeneralRe: Program executes automatically Pin
Toni7830-May-05 10:41
Toni7830-May-05 10:41 
GeneralRe: Program executes automatically Pin
Identity Undisclosed30-May-05 10:57
Identity Undisclosed30-May-05 10:57 
GeneralRe: Program executes automatically Pin
Christian Graus30-May-05 14:06
protectorChristian Graus30-May-05 14:06 
It's you who needs to explain. When do you want it to run ? If you want it to run on reboot, follow Tom's advice. If you want your code to cause it to run, use CreateProcess or ShellExecute. If you want it to run every time your PC starts, put it in the Run registry key, or the startup folder.

If you want precise advice, ask precise questions.


Christian Graus - Microsoft MVP - C++
GeneralRe: Program executes automatically Pin
Identity Undisclosed31-May-05 2:32
Identity Undisclosed31-May-05 2:32 
GeneralRe: Program executes automatically Pin
Toni7830-May-05 16:18
Toni7830-May-05 16:18 
GeneralRe: Program executes automatically Pin
Toni782-Jun-05 3:46
Toni782-Jun-05 3:46 
GeneralRe: Program executes automatically Pin
Tom Archer30-May-05 14:02
Tom Archer30-May-05 14:02 
GeneralRe: Program executes automatically Pin
Identity Undisclosed31-May-05 2:33
Identity Undisclosed31-May-05 2:33 
GeneralRe: Program executes automatically Pin
Ravi Bhavnani30-May-05 15:47
professionalRavi Bhavnani30-May-05 15:47 
GeneralRe: Program executes automatically Pin
Identity Undisclosed30-May-05 21:40
Identity Undisclosed30-May-05 21:40 
GeneralRe: Program executes automatically Pin
Flit31-May-05 1:41
Flit31-May-05 1:41 
GeneralRe: Program executes automatically Pin
Identity Undisclosed31-May-05 2:29
Identity Undisclosed31-May-05 2:29 
GeneralRe: Program executes automatically Pin
Flit31-May-05 3:24
Flit31-May-05 3:24 
GeneralRe: Program executes automatically Pin
Christian Graus31-May-05 11:10
protectorChristian Graus31-May-05 11:10 
GeneralRe: Program executes automatically Pin
FlyingTinman31-May-05 14:24
FlyingTinman31-May-05 14:24 
GeneralWhy BSTR conversion not working Pin
Imtiaz Murtaza30-May-05 8:18
Imtiaz Murtaza30-May-05 8:18 
GeneralRe: Why BSTR conversion not working Pin
Christian Graus30-May-05 12:05
protectorChristian Graus30-May-05 12:05 
GeneralRe: Why BSTR conversion not working Pin
S. Senthil Kumar30-May-05 20:33
S. Senthil Kumar30-May-05 20:33 
GeneralRe: Why BSTR conversion not working Pin
Christian Graus31-May-05 10:59
protectorChristian Graus31-May-05 10:59 
GeneralRe: Why BSTR conversion not working Pin
S. Senthil Kumar31-May-05 17:17
S. Senthil Kumar31-May-05 17:17 

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.