Hi, I need help about DDE, I want connect to WinFIOL (MD110 Ericsson), I can connect and I can see the Output Source but I can´t send command, How can I do? Thank!
----------------------------------
Const AUTOMATIC = 1
Const NONE = 0
Private Sub AutomaticLink_Click()
End Sub
Private Sub Form_Load()
z% = DoEvents()
Text1.LinkMode = NONE
Text1.LinkTopic = "WinFIOL|Channel #4"
Text1.LinkItem = "Output"
Text1.LinkMode = AUTOMATIC
AutomaticLink.Value = True
End Sub
----------------------------------
Const AUTOMATIC = 1
Const NONE = 0
Private Sub AutomaticLink_Click()
End Sub
Private Sub Form_Load()
z% = DoEvents()
Text1.LinkMode = NONE
Text1.LinkTopic = "WinFIOL|Channel #4"
Text1.LinkItem = "Output"
Text1.LinkMode = AUTOMATIC
AutomaticLink.Value = True
End Sub