Results 1 to 4 of 4
  1. #1
    azerty54's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    133
    Reputation
    125
    Thanks
    31
    My Mood
    Happy

    ListView Items Problem

    Hey Everyone !
    I make a hack loader and i've a problem with the ListView.
    No items is visible



    'ListView2
    '
    Me.ListView2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
    Me.ListView2.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader5, Me.ColumnHeader6, Me.ColumnHeader7, Me.ColumnHeader8})
    Me.ListView2.GridLines = True
    Me.ListView2.LabelEdit = True
    Me.ListView2.Location = New System.Drawing.Point(30, 52)
    Me.ListView2.Name = "ListView2"
    Me.ListView2.Scrollable = False
    Me.ListView2.Size = New System.Drawing.Size(643, 200)
    Me.ListView2.TabIndex = 14
    Me.ListView2.UseCompatibleStateImageBehavior = False
    Me.ListView2.View = System.Windows.Forms.View.Details
    Me.ListView2.Items.Add("Hack1").ForeColor = Color.DarkGreen
    Me.ListView2.Items(0).SubItems.Add("Indetecté").Fo reColor = Color.DarkGreen
    Me.ListView2.Items(0).SubItems.Add("11/07/12").ForeColor = Color.DarkGreen
    Me.ListView2.Items(0).SubItems.Add("Combat Arms EU").ForeColor = Color.DarkGreen
    '--'
    Me.ListView2.Items.Add("Hack2").ForeColor = Color.DarkGreen
    Me.ListView2.Items(1).SubItems.Add("Indetecté").Fo reColor = Color.DarkGreen
    Me.ListView2.Items(1).SubItems.Add("11/07/12").ForeColor = Color.DarkGreen
    Me.ListView2.Items(1).SubItems.Add("Combat Arms EU").ForeColor = Color.DarkGreen
    My Items and SubItems was visible before i changing the template, if you know this problem, and if you can
    help me to continue my work without this bug, help me..

    Cordialy, Azerty54
    Last edited by azerty54; 07-11-2012 at 12:23 PM.

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Code:
     ListView2.Items.Add(New ListViewItem({"Hack1", "Indetecté", "11/07/12", "Combat Arms EU"}) With {.ForeColor = Color.DarkGreen})



  3. #3
    azerty54's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    133
    Reputation
    125
    Thanks
    31
    My Mood
    Happy
    thx now that work !

  4. #4
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Marked solved. No more posting.

Similar Threads

  1. [Help]adding items to the listview code
    By nathanael890 in forum Visual Basic Programming
    Replies: 7
    Last Post: 10-03-2010, 07:54 AM
  2. To All GunZ Down 02-07-06 PROBLEM
    By WertyRO in forum Gunz General
    Replies: 18
    Last Post: 02-09-2006, 07:41 PM
  3. hacking problems
    By iwillkillyou in forum WarRock - International Hacks
    Replies: 11
    Last Post: 02-04-2006, 04:37 PM
  4. WPE problem...
    By styx23 in forum General Game Hacking
    Replies: 8
    Last Post: 01-18-2006, 07:51 PM
  5. Problem Wit Hacking Programs
    By f5awp in forum General Gaming
    Replies: 5
    Last Post: 01-10-2006, 05:44 AM