Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi:

 

I use the following code to send to PageMaker 7.0 some commands

 

Sub ExecuteCmd(cmd as string)

lblDDE.LinkTimeout = -1

lblDDE.LinkTopic = "PageMaker| "

lblDDE.LinkItem = "DDE_LINK"

lblDDE.LinkMode = 2

lblDDE.LinkExecute cmd

lblDDE.LinkMode = 0

End Sub

 

How can I do this in VB.NET???

 

Thanks in advance,

 

Boris

  • *Experts*
Posted
DDE is no longer supported in .NET; You should look into the DDE API functions. Look in the MSDN at the API functions beginning with "Dde".

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...