My problem is a tricky one. I want to make an application in vb.net which could get the results from an external exe file and display them in the vb.net application. the trick is that we have to use vb6 to make the other application.
the vb6 app should itself send data to the vb.net app on some even and the .net app would accept it. if we make a sort of a listener in the vb.net app using a timer then i guess the overhead would be huge. but the question is that how do i make the vb6 app send a signal to the vb.net app that its ready to transmit data.
Question
Sc0rp10
hello everyone,
My problem is a tricky one. I want to make an application in vb.net which could get the results from an external exe file and display them in the vb.net application. the trick is that we have to use vb6 to make the other application.
the vb6 app should itself send data to the vb.net app on some even and the .net app would accept it. if we make a sort of a listener in the vb.net app using a timer then i guess the overhead would be huge. but the question is that how do i make the vb6 app send a signal to the vb.net app that its ready to transmit data.
cheers !
Link to comment
Share on other sites
3 answers to this question
Recommended Posts