Results 1 to 8 of 8

Thread: What is this vb Control Object..

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    12

    What is this vb Control Object..

    ... look like. COMCTL.ListViewCtrl

    I think it looks like: http://www.tribalwar.com/cowboy/supe.../favorites.gif

    and if I am going crazy, how do I get VB to do that. Thanks in advance!
    Last edited by BuGs5382; May 23rd, 2001 at 01:42 AM.

  2. #2
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    It is a list view control.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    12
    I can not seem to find it. Can you help me?

  4. #4
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    It is part of the windows common control library.

  5. #5
    Lively Member
    Join Date
    Sep 2000
    Location
    Atlanta
    Posts
    104
    That control in in the Microsoft Windows Common Controls 6.0 (right click on the controls tab and select "Components...". Look though that list and check the fore-mentioned option.

    It will appear as a small group of icons.. In those icons there's an icon that depicts a small group of icons. Select that and add it to your form. If it's name isn't ListView1 you didn't do it properly. =).

    Once you've created it you need to right click on the control in the form and select properties. Once in the properties window you will change the view option to report. That's the listview in a nutshell, but there's some good articles here about using icons etc.. Do a search for listview, I suggest reading about it because it can be a bit tricky at times.

  6. #6

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    12
    Search in the forums or.... where?

  7. #7

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    12
    Ok. I found an article, but I got a 404 error. any other suggestions?

  8. #8
    Frenzied Member Jotaf98's Avatar
    Join Date
    Jun 2000
    Location
    I'm not gonna give you my IP address! Ok... Portugal, South-Western Europe, 3rd rock from the sun (our star is easy to find, a 47 Ursae Majoris in the Milky Way :p )
    Posts
    1,457
    Hey, search engines are here for something
    Code:
    Temp = Me.GetIQ()
    'Error 9: Overflow
    'DON'T PANIC! :eek:

    To learn how to use realistic effects in your games like fire, rain, snow and magic effects, read my article on particles systems here.


    Jotaf's Theories!
    "Cats land on their feet. Toast lands peanut butter side down. A cat with toast strapped to its back will hover above the ground in a state of quantum indecision."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width