473,395 Members | 1,653 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

list box

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
Jul 17 '05 #1
4 6075
Try the ListView control in Report Mode

--
Chris Hanscom
MVP (Visual Basic)
http://www.veign.com
--

"Gurk" <gu******@hotmail.com> wrote in message
news:41*********************@news.skynet.be...
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

Jul 17 '05 #2
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" <me@home.com> wrote in message
news:0D****************@newsread3.news.atl.earthli nk.net...
Try the ListView control in Report Mode

--
Chris Hanscom
MVP (Visual Basic)
http://www.veign.com
--

"Gurk" <gu******@hotmail.com> wrote in message
news:41*********************@news.skynet.be...
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


Jul 17 '05 #3
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" <gu******@hotmail.com> wrote in message
news:41**********************@news.skynet.be...
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" <me@home.com> wrote in message
news:0D****************@newsread3.news.atl.earthli nk.net...
Try the ListView control in Report Mode

--
Chris Hanscom
MVP (Visual Basic)
http://www.veign.com
--

"Gurk" <gu******@hotmail.com> wrote in message
news:41*********************@news.skynet.be...
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




Jul 17 '05 #4
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" <ri************@NOSPAMcomcast.net> wrote in message
news:nP********************@comcast.com...
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" <gu******@hotmail.com> wrote in message
news:41**********************@news.skynet.be...
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" <me@home.com> wrote in message
news:0D****************@newsread3.news.atl.earthli nk.net...
Try the ListView control in Report Mode

--
Chris Hanscom
MVP (Visual Basic)
http://www.veign.com
--

"Gurk" <gu******@hotmail.com> wrote in message
news:41*********************@news.skynet.be...
> 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
>
>


Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: massimo | last post by:
Hey, I wrote this program which should take the numbers entered and sort them out. It doesnąt matter what order, if decreasing or increasing. I guess I'm confused in the sorting part. Anyone...
10
by: Kent | last post by:
Hi! I want to store data (of enemys in a game) as a linked list, each node will look something like the following: struct node { double x,y; // x and y position coordinates struct enemy...
24
by: Robin Cole | last post by:
I'd like a code review if anyone has the time. The code implements a basic skip list library for generic use. I use the following header for debug macros: /* public.h - Public declarations and...
4
by: JS | last post by:
I have a file called test.c. There I create a pointer to a pcb struct: struct pcb {   void *(*start_routine) (void *);   void *arg;   jmp_buf state;   int    stack; }; ...
3
by: chellappa | last post by:
hi this simple sorting , but it not running...please correect error for sorting using pointer or linked list sorting , i did value sorting in linkedlist please correct error #include<stdio.h>...
0
by: drewy2k12 | last post by:
Heres the story, I have to create a doubly linked list for class, and i have no clue on how to do it, i can barely create a single linked list. It has to have both a head and a tail pointer, and...
10
by: AZRebelCowgirl73 | last post by:
This is what I have so far: My program! import java.util.*; import java.lang.*; import java.io.*; import ch06.lists.*; public class UIandDB {
0
by: Atos | last post by:
SINGLE-LINKED LIST Let's start with the simplest kind of linked list : the single-linked list which only has one link per node. That node except from the data it contains, which might be...
12
by: kalyan | last post by:
Hi, I am using Linux + SysV Shared memory (sorry, but my question is all about offset + pointers and not about linux/IPC) and hence use offset's instead on pointers to store the linked list in...
7
by: QiongZ | last post by:
Hi, I just recently started studying C++ and basically copied an example in the textbook into VS2008, but it doesn't compile. I tried to modify the code by eliminating all the templates then it...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.