thank jou all for replying me
at the moment i've git this code and it works fine
Private Sub Command2_Click()
Dim clmX As ColumnHeader
Set clmX = ListView1.ColumnHeaders. _
Add(, , "IO", ListView1.Width / 10)
For intI = 1 To 16
strIO = GetINI("IO", "IO" & intI, "?")
If strIO = "input" Then
Set clmX = ListView1.ColumnHeaders. _
Add(, , intI, ListView1.Width / 40)
End If
Next intI
ListView1.View = 3
no meightby a simple question, but is there a way to add values into certain
collomns.
thanks Maarten
"Rick Rothstein" <EMAIL REMOVED> wrote in message
news:nPOdnStp35WjBb7cRVn-EMAIL REMOVED...
> To add a ListView control to your project, go to Project/Components on
> VB menu and select Microsoft Windows Common Controls (the first one,
> without a tagged number after it) from the list that appears. The
> ListView control will be one of the controls that are added to your Tool
> window.
>
> Rick - MVP
>
>
> "Gurk" <EMAIL REMOVED> wrote in message
> news:4123902a$0$4187$EMAIL REMOVED...
> > i've been looking arround, and everybody is taking about a combo box
> >
> > i can't find it in my vb 6.0 what does it do, and where can i find it
> >
> > thanks
> > Maarten
> >
> > "Veign" <EMAIL REMOVED> wrote in message
> > news:0DLUc.1820$EMAIL REMOVED nk.net...
> > > Try the ListView control in Report Mode
> > >
> > > --
> > > Chris Hanscom
> > > MVP (Visual Basic)
> > > http://www.veign.com
> > > --
> > >
> > > "Gurk" <EMAIL REMOVED> wrote in message
> > > news:412382f3$0$332$EMAIL REMOVED...
> > > > hi all,
> > > >
> > > > is there a way, to make collumns in a listbox, or is there an
> other box
> > > that
> > > > already exists of more collumns?
> > > >
> > > > thanks
> > > > Maarten
> > > >
> > > >
> > >
> > >
> >
> >
>