Saturn.65 писал(а):Можно ли так сделать, чтоб ...
If sh(mInd).Left = 14 Then
Label3.Caption = "0"
End If
If sh(mInd).Left = 15 Then
Label3.Caption = "1"
End If
If sh(mInd).Left = 16 Then
Label3.Caption = "2"
End If
If sh(mInd).Left = 17 Then
Label3.Caption = "3"
'И так далее до If sh(mInd).Left = 540
If (sh(mInd).Left >= 14) And (sh(mInd).Left <= 540) Then
Label3.Caption = sh(mInd).Left - 14
End If
Private Sub Form_Click()
Text1.Text = sh(mInd).Index
If Text1.Text = sh(mInd).Index Then
Text2.Text = sh(mInd).Height
Text3.Text = sh(mInd).Width
End If
End Sub
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Text1.Text = sh(mInd).Index
If Text1.Text = sh(mInd).Index Then
Text2.Text = sh(mInd).Height
Text3.Text = sh(mInd).Width
End If
Saturn.65 писал(а):
- Код: Выделить всё
...
Text1.Text = sh(mInd).Index
If Text1.Text = sh(mInd).Index Then
Text2.Text = sh(mInd).Height
Text3.Text = sh(mInd).Width
End If
...
Сейчас этот форум просматривают: AhrefsBot и гости: 58