Anyone knows why could I have a 380 error in VB sometimes when I execute this line? lbComandes.ListIndex = lbComandes.NewIndex (lbComandes is a listbox)
I have a vb6 app when onload it checks for a log file, if the file does not exist it it opens another form called options. The problem I am having is when the app opens it opens the other options, but options does not have focus.