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

C / C++ / MFC

 
Questiontwips conversion? Pin
BlackDogEngineering7-Jun-02 5:42
BlackDogEngineering7-Jun-02 5:42 
AnswerRe: twips conversion? Pin
Nish Nishant7-Jun-02 6:03
sitebuilderNish Nishant7-Jun-02 6:03 
GeneralVisible Property Pin
laphijia7-Jun-02 5:29
laphijia7-Jun-02 5:29 
GeneralRe: Visible Property Pin
Tomasz Sowinski7-Jun-02 5:24
Tomasz Sowinski7-Jun-02 5:24 
GeneralRe: Visible Property Pin
Rene De La Garza7-Jun-02 7:13
Rene De La Garza7-Jun-02 7:13 
Questionhow to execute an app on a remote machine? Pin
stefanb7-Jun-02 5:07
stefanb7-Jun-02 5:07 
AnswerRe: how to execute an app on a remote machine? Pin
Navin7-Jun-02 7:30
Navin7-Jun-02 7:30 
AnswerRe: how to execute an app on a remote machine? Pin
Mike Nordell7-Jun-02 23:45
Mike Nordell7-Jun-02 23:45 
stefanb wrote:
is this possible, without having installed any additional services

No.

Maybe you should look into a clustering (or even a simple load-balancing) solution? You could of course create something simple yourself by letting the server on machine2 ping (send "alive" packets) to the server on machine1. If the server on machine1 don't get these packets within a given time it would assume machine2 is dead and start serving the requests.

This would of course require the client application to either have a list of backup-servers to try, or initiate communications using multicast or broadcast.
Generalcopying windows Pin
7-Jun-02 4:58
suss7-Jun-02 4:58 
GeneralRe: copying windows Pin
Mike Nordell7-Jun-02 23:52
Mike Nordell7-Jun-02 23:52 
Generalcreating new fonts-kinda rougish Pin
7-Jun-02 4:51
suss7-Jun-02 4:51 
GeneralRe: creating new fonts-kinda rougish Pin
Mike Nordell8-Jun-02 0:02
Mike Nordell8-Jun-02 0:02 
GeneralListBox case-sensitivity Pin
7-Jun-02 4:02
suss7-Jun-02 4:02 
QuestionHow to change the Background Color of a DataGrid Column Pin
7-Jun-02 3:43
suss7-Jun-02 3:43 
AnswerRe: How to change the Background Color of a DataGrid Column Pin
Mazdak7-Jun-02 4:16
Mazdak7-Jun-02 4:16 
GeneralQuestion on horizontal scroll for list box. Pin
Justin Somerville7-Jun-02 3:09
Justin Somerville7-Jun-02 3:09 
GeneralRe: Question on horizontal scroll for list box. Pin
Roger Allen7-Jun-02 4:29
Roger Allen7-Jun-02 4:29 
GeneralRe: Question on horizontal scroll for list box. Pin
PJ Arends7-Jun-02 5:25
professionalPJ Arends7-Jun-02 5:25 
QuestionHow to get the exitcode of a thread Pin
Klaus Petersen7-Jun-02 1:33
Klaus Petersen7-Jun-02 1:33 
AnswerRe: How to get the exitcode of a thread Pin
Tomasz Sowinski7-Jun-02 1:29
Tomasz Sowinski7-Jun-02 1:29 
GeneralRe: How to get the exitcode of a thread Pin
Klaus Petersen7-Jun-02 1:48
Klaus Petersen7-Jun-02 1:48 
GeneralRe: How to get the exitcode of a thread Pin
Tomasz Sowinski7-Jun-02 1:50
Tomasz Sowinski7-Jun-02 1:50 
GeneralRe: How to get the exitcode of a thread Pin
John M. Drescher8-Jun-02 0:13
John M. Drescher8-Jun-02 0:13 
Generalforcing a repaint on a dialog Pin
Nish Nishant7-Jun-02 1:14
sitebuilderNish Nishant7-Jun-02 1:14 
GeneralRe: forcing a repaint on a dialog Pin
Tomasz Sowinski7-Jun-02 1:26
Tomasz Sowinski7-Jun-02 1:26 

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.