Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Windows Develop CSharp

biyesheji

  • Category : CSharp
  • Tags :
  • Update : 2012-11-26
  • Size : 2kb
  • Downloaded :0次
  • Author :张***
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
Dim i As Integer With ListView1.ListItems.Add() .Text = Text1(0) For i = 1 To 4 .SubItems(i) = Text1(i) Next i End With End Sub Private Sub Command2_Click() ’删除列表框中信息 If ListView1.ListItems.Count > 0 Then If MsgBox("真的要删除吗?", vbQuestion+ vbYesNo+ vbDefaultButton2) = vbYes Then ListView1.ListItems.Remove ListView1.SelectedItem.Index End If End If End Sub Private Sub Form_Load() Dim tpStr As String, i As Integer fileName = App.Path & "\data.txt" If Dir(fileName) <> "" Then ’加载数据 Open fileName For Input As#1 Do While Not EOF(1) With ListView1.ListItems.Add() For i = 0 To 4 Line Input#1, tpStr If i = 0 Then .Text = tpStr Else .SubItems(i) = tpStr End If Next i End With Loop Close#1 End If End Sub Private Sub Form_Unload(Cancel As Integer) Dim i As Integer Dim tpList As ListItem ’保存数据
Packet file list
(Preview for download)
biyesheji.rtf
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.