Thread: Don't know what it's called

  1. #1
    Registered User
    Join Date
    May 2005
    Location
    Texas
    Posts
    103

    Don't know what it's called

    Hello everyone! I am doing a windows project with Dialogs and need something that don't know how to do. Well I wanted to try looking at the internet for it, but don't know how it's called, so I came here to ask you guys, how can you make these in C++??

    Thanks in Adavance!!
    Be easy on me...only 14

  2. #2
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    The thing you have circled is called a "grey line".

  3. #3
    Registered User
    Join Date
    May 2005
    Location
    Texas
    Posts
    103
    wow thanx!
    Be easy on me...only 14

  4. #4
    Registered User
    Join Date
    May 2005
    Location
    Texas
    Posts
    103
    Well, I've already done some research in the internet and MSDN, and nothing really pops-up, doesn't someone know how to make one of these "grey lines" ??
    Be easy on me...only 14

  5. #5
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    If you are looking for a similar control, I'd suggest a listview control with the LVS_EX_GRIDLINES extended style.

  6. #6
    Registered User
    Join Date
    May 2005
    Location
    Texas
    Posts
    103
    ur my hero anonytmouse!!!
    Be easy on me...only 14

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Destructor being called on SGI hash_map key
    By cunnus88 in forum C++ Programming
    Replies: 4
    Last Post: 02-11-2009, 12:05 AM
  2. Replies: 4
    Last Post: 09-21-2008, 02:27 PM
  3. callback from exe called with system()
    By leonv in forum C Programming
    Replies: 3
    Last Post: 01-25-2008, 04:12 PM
  4. Constructor not being called.
    By mike_g in forum C++ Programming
    Replies: 4
    Last Post: 09-18-2007, 09:12 AM
  5. writing a program called tail like the one in unix
    By fanaonc in forum C Programming
    Replies: 2
    Last Post: 11-04-2001, 02:20 AM