Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
QuestionHow to use write and read a CString var to file Pin
FRIT21620-Nov-06 5:13
FRIT21620-Nov-06 5:13 
AnswerRe: How to use write and read a CString var to file Pin
Zac Howland20-Nov-06 5:28
Zac Howland20-Nov-06 5:28 
Questionpragma once faster as an include guards? Pin
User 58261920-Nov-06 5:11
User 58261920-Nov-06 5:11 
Answer[Message Deleted] Pin
toxcct20-Nov-06 5:25
toxcct20-Nov-06 5:25 
GeneralRe: pragma once faster as an include guards? Pin
User 58261920-Nov-06 8:13
User 58261920-Nov-06 8:13 
GeneralRe: pragma once faster as an include guards? Pin
Jörgen Sigvardsson20-Nov-06 12:26
Jörgen Sigvardsson20-Nov-06 12:26 
AnswerRe: pragma once faster as an include guards? Pin
Zac Howland20-Nov-06 5:35
Zac Howland20-Nov-06 5:35 

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.