what is it? i am needing for this API:
VB Code:
Private Declare Function DoFileDownload Lib "shdocvw" _ (ByVal lpszFile As String) As Long Private Sub dnload() Dim sDownload As String sDownload = StrConv(Text1.Text, [b]vbUnicode[/b]) Call DoFileDownload(sDownload) End Sub
anyone could help me converting this to .NET code..?
