Hola Amigo
Creeo que estoy llegando a lo que necesito grasias a tí. Pero cuando entro a Visual Basic 6 y creo un From1 y pongo el TextBox llamado texto y pongo el coódigo Siguiente:
Código HTML:
Private Sub Form_Load()
Check1.text= GetSetting(App.Title, me.Name, texto.Name, vbChecked)
End Sub
Private Sub Form_Unload(Cancel As Integer)
SaveSetting App.Title, me.Name, texto.name, texto.text
End Sub
Me tira un Error diciendo Objeto Requerido y cuando le digo a
Debug me marca en Amarillo lo siguiente del Código:
Código HTML:
Check1.Text = GetSetting(App.Title, Me.Name, texto.Name, vbChecked)
Que tengo que hacer.
Gracias