Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DDE Replacement

Status
Not open for further replies.

jbonwell

Programmer
Jun 29, 2005
5
US
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?
 
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.
 
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.
 
In other words, you are saying that Pagemaker must create the PDF?

 
Can you make a dll to just do this dirty work and use it in the .Net application.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top