Click here to Skip to main content
15,917,554 members

Comments by pepito del puerto (Top 21 by date)

pepito del puerto 25-Jul-11 11:12am View    
I read something about this

<!-- saved from url=(0014)about:internet -->

do you know something about how to use it??
pepito del puerto 13-Jul-11 16:46pm View    
report can't be loaded is all i got now, cause' I don't know under what conditions ocurrs if I get the error again I can improve the question but meanwhile is all I got
pepito del puerto 13-Jul-11 16:46pm View    
report can't be loaded is all i got now, cause' I don't know under what conditions ocurrs if I get the error again I can improve the question but meanwhile is all I got
pepito del puerto 8-Jul-11 9:27am View    
ok, thanks a lot for your time, I'm thinking to make a webservice, thanks again
pepito del puerto 7-Jul-11 15:00pm View    
I can't instantiate the dll, following your steps
I made a new one with this code

Public Sub New()

End Sub

Public Sub hola()

End Sub

I'm calling in VB6 like this

Private Sub Command1_Click()
Dim asd As PruebaCodeProyect.ComClass1
Set asd = New PruebaCodeProyect.ComClass1
MsgBox "funciono"
End Sub

And still throwing that automation error