Ver Mensaje Individual
  #13 (permalink)  
Antiguo 05/07/2007, 18:31
lety-letal
 
Fecha de Ingreso: noviembre-2006
Mensajes: 22
Antigüedad: 18 años, 5 meses
Puntos: 0
Re: ayuda con creacion de archivos temporales

Hola, intente lo que me mandaste, y bueno, tengo una duda
que es por ejemplo en
UActivex.IP = "<%=ipaddress%>";
IP es una funcion?
Yo intente con las funciones:

Public Property Get color() As String
UserControl.BackColor = c
End Property

Public Property Let color(ByRef fondo As String)
UserControl.BackColor = fondo
PropertyChanged "Color"
End Property

Private Sub ParamControl_ReadProperties(PropBag As PropertyBag)
UserControl.BackColor = PropBag.ReadProperty("color", "")
End Sub



Esto para intentar cambiar el fondo, pero no me sirvio, como usas la funcion de IP?? (bueno para poder usar las de Lport,User y pwd)

Saludos.