please guys, is like i need codes that will appear as a link maybe on a form and when clicked , it opens a site on the NET on a system that is connected 2 d NET
Printable View
please guys, is like i need codes that will appear as a link maybe on a form and when clicked , it opens a site on the NET on a system that is connected 2 d NET
here's one !
VB Code:
Dim lngReturn As Long lngReturn = Shell("start [url]http://www.microsoft.com[/url]", vbNormalFocus)