Контрольная работа: Адресная книга на языка Visual Basic
Case 3
If InStr(Trim(txtFamilia.Text), sInfo) <> 0 Then
bInform = True
iCount = 0
Else
iCount = iCount + 1
End If
'Адрес
Case 4
If InStr(Trim(txtAdress.Text), sInfo) <> 0 Then
bInform = True
iCount = 0
Else
iCount = iCount + 1
End If
'Дом
Case 5
If InStr(Trim(txtdoma.Text), sInfo) <> 0 Then
bInform = True
iCount = 0
Else
iCount = iCount + 1
End If
'Квартира
Case 6
If InStr(Trim(txtkvartira.Text), sInfo) <> 0 Then
bInform = True
iCount = 0
Else