DDE message to make Netscape open URL
To those who want to do an WWW_OpenURL to Netscape, this seems to work:
Author: David KraussText1.LinkTopic = "NETSCAPE|WWW_OpenURL" Text1.LinkItem = Text1.Text & ",," & -1 Text1.LinkMode = 2 Text1.LinkRequestThis assumes you have a Text1 control for entering the URL. The -1 is the key to not opening a new window every time. |
||
Editor: David Krauss Last update: 2024-11-21 Copyright 1995-2024 VBI |