June 2nd, 1999, 02:30 PM
HI,
Iam developing a VC+= application(client) which does plotting the values on the screeen getting values from the server VC++ app.The code for plotting values is written in OnPaint() function in client app. The communication between applications is through sockets.
I have a problem , when ever I switch between applications the OnPain() function in client app is getting called and it tries to replot from the beginning. Since the plot is to be done getting values at the real time the graph is getting distorted.Please let me know the solution for this.
Thanx
Iam developing a VC+= application(client) which does plotting the values on the screeen getting values from the server VC++ app.The code for plotting values is written in OnPaint() function in client app. The communication between applications is through sockets.
I have a problem , when ever I switch between applications the OnPain() function in client app is getting called and it tries to replot from the beginning. Since the plot is to be done getting values at the real time the graph is getting distorted.Please let me know the solution for this.
Thanx