Like I said, I have tried many other solutions. Printing directly to PDF was one of them. This app needs to open up the file in PageMaker first. The document is created in PageMaker and has numerious links and a TOC that needs to be generated in PM before printing can be done.
That's what I meant. I'm just trying to create a way of having one VB app send some kind of command to another VB app. Once the receiving app gets that command, it would performs some function.
The app would open up a file in PageMaker. Print the file using PDF distiller as a PDF, then close the file. I can make it work with SendKey, but there are too many problems with that.
I have 2 VB apps that I want to be able to communicate to each other. I have a sending exe and a receiving exe. I'm using the SendMessage on the sending exe and the GetMessage on the receiving exe, but not sure what's missing in the middle. I'm using FindWindow to get the handle. I can send...
I am upgrading a VB6 app over to VB.net and found out that Dynamic Data Exchange (DDE) is no longer supported under .Net. Have tried other methods to recreate the functionality, but have been unsuccessful. Does anyone know how to make this work?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.