Results 1 to 4 of 4

Thread: Showing Grid Array in Listbox

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2015
    Posts
    1

    Resolved Showing Grid Array in Listbox

    HI I am new to this forum and have a question about generating a 9x9 grid using an array and having the grid show in a listbox...i don't know how to create a new post..can someone please help me with my program?

  2. #2
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,196

    Re: [RESOLVED] Convert ListBox Items to String Array

    You just select "Post a new thread", you might have to be a member. But if you do create a thread please provide a more complete description of what your trying to do. Your previous post really didn't make much sense.

  3. #3
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Location
    South Louisiana
    Posts
    11,715

    Re: Showing Grid Array in Listbox

    I've moved your question to a separate thread. Next time, at the top of the forum simply follow wes4dbt's instructions.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | Code Tags | Sword of Fury - Jameram

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    38,989

    Re: Showing Grid Array in Listbox

    You can't show a grid in a listbox. You could format the output to make a listbox appear to have multiple columns, but that's a pain in the butt, and you won't get grid lines in any case.

    There are two controls for showing tabular data (a grid), the ListView and the DataGridView. Of those two, the latter if far easier and more common.
    My usual boring signature: Nothing

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