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

C / C++ / MFC

 
GeneralRe: backup to remote system Pin
Mila02520-Nov-06 20:31
Mila02520-Nov-06 20:31 
GeneralRe: backup to remote system Pin
Kiran Pinjala20-Nov-06 21:37
Kiran Pinjala20-Nov-06 21:37 
GeneralRe: backup to remote system Pin
Mila02520-Nov-06 21:44
Mila02520-Nov-06 21:44 
QuestionHow to Save bitmap data from clipboard to .bmp file. Pin
Kshitij Pande20-Nov-06 18:41
Kshitij Pande20-Nov-06 18:41 
AnswerRe: How to Save bitmap data from clipboard to .bmp file. Pin
Christian Graus20-Nov-06 20:01
protectorChristian Graus20-Nov-06 20:01 
QuestionIs it True/False Pin
Cmania20-Nov-06 18:07
Cmania20-Nov-06 18:07 
AnswerRe: Is it True/False Pin
Waldermort20-Nov-06 18:16
Waldermort20-Nov-06 18:16 
QuestionRe: Is it True/False Pin
Cmania20-Nov-06 18:23
Cmania20-Nov-06 18:23 
AnswerRe: Is it True/False Pin
Stephen Hewitt20-Nov-06 19:31
Stephen Hewitt20-Nov-06 19:31 
GeneralRe: Is it True/False Pin
Garth J Lancaster20-Nov-06 20:05
professionalGarth J Lancaster20-Nov-06 20:05 
QuestionMaking a window appear behind the icons in the Windows desktop. Pin
Inverse Man20-Nov-06 14:44
Inverse Man20-Nov-06 14:44 
AnswerRe: Making a window appear behind the icons in the Windows desktop. Pin
Michael Dunn20-Nov-06 21:33
sitebuilderMichael Dunn20-Nov-06 21:33 
Questiongetting 80070002 system cant find specified file when trying to use class Pin
malayalite20-Nov-06 14:29
malayalite20-Nov-06 14:29 
QuestionHow to start an application on another system? Pin
pavanbabut20-Nov-06 13:09
pavanbabut20-Nov-06 13:09 
AnswerRe: How to start an application on another system? Pin
Scott Holt20-Nov-06 16:30
Scott Holt20-Nov-06 16:30 
Just an idea, and probably not what you want to hear, but if I were going to do this, I would create a COM server, register it on PC2, and use it to start a separate console application on PC2. Then, I would set up my console application on PC1 to act as a COM client, remotely instantiating the COM server on PC2. When it creates the (remote) COM server, the creation process itself could indicate the the COM server is to launch the PCS console application.

With this framework, you could even set up the COM server on PC2 such that you could tell it which of serveral console applications you would like it to start.

Of course, this all presumes that you understand how to build COM servers and clients. This isn't too bad if your using C# or VB.net with VS 2005. Much harder if your using straight C++.

Scott
Smile | :)
GeneralRe: How to start an application on another system? Pin
pavanbabut22-Nov-06 6:07
pavanbabut22-Nov-06 6:07 
GeneralRe: How to start an application on another system? Pin
pavanbabut28-Nov-06 8:18
pavanbabut28-Nov-06 8:18 
GeneralRe: How to start an application on another system? Pin
Scott Holt28-Nov-06 9:53
Scott Holt28-Nov-06 9:53 
GeneralRe: How to start an application on another system? Pin
pavanbabut28-Nov-06 11:21
pavanbabut28-Nov-06 11:21 
AnswerRe: How to start an application on another system? Pin
David Crow20-Nov-06 17:37
David Crow20-Nov-06 17:37 
QuestionUsing CView Pin
BlitzPackage20-Nov-06 11:52
BlitzPackage20-Nov-06 11:52 
AnswerRe: Using CView Pin
Christian Graus20-Nov-06 14:09
protectorChristian Graus20-Nov-06 14:09 
Questionhow to create a text box? Pin
bosstroy20-Nov-06 6:27
bosstroy20-Nov-06 6:27 
AnswerRe: how to create a text box? Pin
Waldermort20-Nov-06 7:00
Waldermort20-Nov-06 7:00 
AnswerRe: how to create a text box? Pin
Christian Graus20-Nov-06 14:10
protectorChristian Graus20-Nov-06 14:10 

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.