Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 25th, 2007, 09:29 AM
Registered User
 
Join Date: Mar 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to tundewonder
Default How to create spacing in listbox ( VS2005)

Hey,I am beginer in learning VB.Net.Can anyone please me on how to create spaces between characters in listbox? ForExample,If I want to create letters look like this in the listbox:
                                 A B C
                                 2 3 5
                                 7 4 1
ABC are labels on top of the listBox,but whenever I click buttons the first row is correct, but the second row look like this below:
         A B C
         2 3 5
              7 4 1
I want codes on how to do it.Visual Basic dotNet 2005.




 
Old July 17th, 2007, 12:51 AM
Authorized User
 
Join Date: Jul 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The simplest way is to use this

  " "

 in your string

 VK

http://www.dotnetuncle.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
help to create dynamic listbox using xslt & JS kramsengg XSLT 7 June 10th, 2008 05:00 AM
create a dialog with a filled listbox PameXXX Visual C++ 0 July 13th, 2007 11:01 AM
spacing in between the words ramank Classic ASP Basics 1 November 20th, 2006 07:25 AM
PROBLEM SPACING jhanny007 Beginning PHP 2 November 16th, 2006 09:46 AM
Spacing between datagrids skywalker1981 ASP.NET 1.x and 2.0 Application Design 3 April 19th, 2004 09:11 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.