25-09-15, 05:30 PM
![[صورة مرفقة: Besm_Allah.png]](http://lion.our-lab.net/sw/25092015/Besm_Allah.png)
PHP كود :
Private Sub Form_Load()
With ListView1
.ListItems.Add Key:="k1", Text:="Fred"
.ListItems.Add Key:="k2", Text:="Barney"
.ListItems.Add Key:="k3", Text:="Wilma"
.ListItems.Add Key:="k4", Text:="Betty"
.ListItems.Add Key:="k5", Text:="Pebbles"
.ListItems.Add Key:="k6", Text:="Bam Bam"
End With
End Sub
Private Sub Command1_Click()
Dim itm As ListItem
With ListView1
Set itm = .FindItem(Text1.Text, lvwText, , lvwPartial)
If Not itm Is Nothing Then
.ListItems(itm.Index).Selected = True
.SetFocus
End If
End With
Set itm = Nothing
End Sub
سبحان الله والحمدلله ولا إله إلا الله والله أكبر
اللهم اغْفِرْ لِلمؤمنين والمؤمنات والمسلمين والمسلمات الأحياء منهم والأموات




![[صورة مرفقة: gyfwt.gif]](http://3.bp.blogspot.com/-9KwtV-ffNRQ/U2UzkQ5XBpI/AAAAAAAAAOc/kxbeigl1eBE/s1600/gyfwt.gif)