Dos puntos (:) en VB
Siento otra vez incordiarte con mi ignorancia, pero he encontrado en el ejemplo winseek de VB este código del que no entiendo la última línea:
Private Sub ResetSearch()
' Reinitialize before starting a new search.
LstFoundFiles. Clear
lblCount.Caption = 0
SearchFlag = False ' Flag indicating search in progress.
Picture2.Visible = False
cmdSearch.Caption = "&Search"
cmdExit.Caption = "E&xit"
Picture1.Visible = True
dirList.Path = CurDir: drvList.Drive = dirList.Path ' Reset the path.
End Sub
Los dos puntitos me tienen...
Private Sub ResetSearch()
' Reinitialize before starting a new search.
LstFoundFiles. Clear
lblCount.Caption = 0
SearchFlag = False ' Flag indicating search in progress.
Picture2.Visible = False
cmdSearch.Caption = "&Search"
cmdExit.Caption = "E&xit"
Picture1.Visible = True
dirList.Path = CurDir: drvList.Drive = dirList.Path ' Reset the path.
End Sub
Los dos puntitos me tienen...
1 respuesta
Respuesta de Roberto Alvarado
2