Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21136

how to using dl in vb6l?

$
0
0
hello....I'm new member in this forum and need some help....how to using dll in vb6?I've got dll from http://ndde.codeplex.com/....and I found this syntax from some forum ...
Code:

Public Shared Function GetFirefoxUrl() As String
        Dim dde As New DdeClient("Firefox", "WWW_GetWindowInfo")
        dde.Connect()
        Dim url As String = dde.Request("URL", Integer.MaxValue)
        dde.Disconnect()
        Return url
End Function

how to using that in vb6?seems like that's not for vb6.....can someone help me?thanks....

Viewing all articles
Browse latest Browse all 21136

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>