User Profile
Collapse
-
i don't think so because wininet.dll is a windows library handles internet ,itsn't a vb6 component -
Send URL Request To Send SMS Via NowSMS
I use this Code To Send SMS Via NowSMS its work in VB6 but in VS2005
doesn't .
...Code:Public Declare Function InternetOpen Lib "wininet.dll" Alias "InternetOpenA" (ByVal sAgent As String, ByVal lAccessType As Long, ByVal sProxyName As String, ByVal sProxyBypass As String, ByVal lFlags As Long) As Long Public Declare Function InternetOpenUrl Lib "wininet.dll" Alias "InternetOpenUrlA" (ByVal
-
thanks i find the problem its the library not registred and i used the (start => run)
(regsvr scrrun.dll) command to register the scrrun library
DecoLeave a comment:
-
-
run-time automation error library not registred
I try to list the contents of folder by usinng the FileSystemObjec t Library the
run-time error '-2147319779(8002 801d)'; automation error library not registred
is appears but i use the same application in another computer and its run
i check the reference microsoft scripting runtime
the code
...Code:Dim FSO As New FileSystemObject Dim FileInFolder As Files Dim FileName As File Dim I As Integer
-
-
How can i know it's NUMERIC
Function like " isnumeric " to know the character is number or not -
After you added the Microsoft Excel Object Library to the list of References in your project try write this code:
...Code:Dim xlApp As New Excel.Application Dim xlwk As New Excel.Workbook xlApp.Interactive = True Set xlwk = xlApp.Workbooks.Open(App.Path & "\test.xls") '(test.xls) file already exist in the application folder xlApp.Cells(1, 1) = 1982 'send the value or object
Leave a comment:
No activity results to display
Show More
Leave a comment: