Example of interface for server
-
I have design a Dialog but not a Dos to type my message in edit box and a click button to send the message. I dont' know how to design the receive dialog. My design are same with the server and client that can send and receive message. But most of the example I can found are in Dos application, can someone give me some example that it is in dialog application.
-
I have design a Dialog but not a Dos to type my message in edit box and a click button to send the message. I dont' know how to design the receive dialog. My design are same with the server and client that can send and receive message. But most of the example I can found are in Dos application, can someone give me some example that it is in dialog application.
The core code will be the same, the samples are console apps to keep them simple. Christian Graus - Microsoft MVP - C++
-
The core code will be the same, the samples are console apps to keep them simple. Christian Graus - Microsoft MVP - C++
How to design for the receive dialog when I send a message to it? My send dialog can send a message but the receive side is a Dos application, how do I design a dialog that I can receive and see the message I send?
-
How to design for the receive dialog when I send a message to it? My send dialog can send a message but the receive side is a Dos application, how do I design a dialog that I can receive and see the message I send?
1983ttj wrote: but the receive side is a Dos application, how do I design a dialog that I can receive and see the message I send? I repeat - the code in your DOS app will work in an MFC app. Christian Graus - Microsoft MVP - C++