Hi BananaQuaaludes,
do your call in Form_Load instead of Form_Open
the following will work...
Private Sub Form_Load()
Me.Listbox.Selected(0) = True
End Sub
the following will make your form freeze has you have already experienced.
Private Sub Form_Open()
Me.Listbox.Selected(0) = True...
I'm trying to load a new IOS image onto a remote 1720. Unfortunately there's no room on the flash so I want to reboot the router using the mini IOS on the rom. Setting the config reg to 0x2101 doesn't do it. Not had much experience of the 1720 - does any one know if it can be done?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.