MIT писал(а):Ramzes
Это про поиск?
Я ничего не нашел!
Do Until EOF(FN)
str = LineInput(FN)
str = Trim(str)
If Mid(str, 1, 1) <> " " And Mid(str, 1, 1) <> vbTab And Mid(str, 1, 1) <> "/" And Trim(str) <> "" Then
For j = 1 To Len(str)
c = Mid(str, j, 1)
If c = "/" Then Exit For
If c <> "/" And c <> " " And c <> vbTab Then
newL = False
temp &= c
If j = Len(str) Then GoTo go1
Else
go1: If Not newL Then
newL = True
AddToArray(temp)
temp = ""
End If
End If
Next
End If
i += 1
Loop
MIT писал(а):!Viper!
Спасибо!!!
А как узнать подключен ли комп к Инету, его IP и имя?
!Viper! писал(а):По первому вопросу: вдумайси что показывает ListView1.SelectedItems(0).index и ListView1.SelectedItems
Public Declare Function GetWindowExtEx Lib "gdi32" (ByVal hdc As Integer, ByVal lpSize As Size) As Integer
Public Declare Function GetWindowOrgEx Lib "gdi32" (ByVal hdc As Integer, ByVal lpPoint As POINTAPI) As Integer
Public Declare Function GetDC Lib "user32" Alias "GetDC" (ByVal hwnd As Integer) As Integer
Public Structure SIZE
Dim cx As Integer
Dim cy As Integer
End Structure
Dim s As SIZE,temp As Integer
hwnd = FindWindow(vbNullString, Caption)
temp = GetWindowExtEx(hwnd, s)'ругается на эту
temp = GetWindowOrgEx(hwnd, p)'и на эту строку
'так тоже самое
'temp = GetWindowExtEx(GetDC(hwnd), s)
'temp = GetWindowOrgEx(GetDC(hwnd), p)
Сейчас этот форум просматривают: Yandex-бот и гости: 36