Results 1 to 9 of 9

Thread: Improve look of a Text box!

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2000
    Location
    N.Ireland
    Posts
    651

    Talking Improve look of a Text box!

    I feel that my vb form looks very messy with about 50 text boxes -the user aint going to like it.

    Does anyone know how to improve the look of a text box on a vb form?

    I've tried the 3D effect & flat effect - Is there any way to improve the visual look of the text box?
    Gilly

  2. #2
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959
    Putting a frame behind it looks pretty decent.

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106
    With 50 textboxes? Yeah, that might look messy.

    I'm not sure that there is a good way to show that, and I certainly have never been accused of having style taste, so I won't even go there.

    However, once you have that many textboxes, you are essentially talking about entering data into a grid (like Excel), because you wouldn't be able to individually label the boxes in a meaningful way.

    If you do need to individually label the boxes, you might split them onto tabs on a tabbed control to break things up a bit.

    On the other hand, if they make more sense as a grid...use a grid. It seems like using the MSFlexGrid might work better for you.
    My usual boring signature: Nothing

  4. #4
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654
    Or consider a whole new different design for the program. 50 textboxes is insane. I can make a bet I can do the same result with... say... three controls. And it'd look much better

    You shouldn't improve the looks by giving "eyecandy", it doesn't help it at all: it is still ugly no matter how cool the textboxes look like. Improve the looks by having less stuff on the screen.

  5. #5
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106
    Yeah, if it is that busy, there is probably a better design.
    My usual boring signature: Nothing

  6. #6
    have you thought about breaking up the text boxes into different forms? maybe 10 on a page then they hit next for 10 more? or catergorize it with tabs?

  7. #7
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    use a flexgrid. they're very adaptable, and look good with loads of information in them.

  8. #8
    Lively Member
    Join Date
    Apr 2002
    Location
    Kansas City
    Posts
    119
    When I have a lot of data to show I like to format all of the data into a rich text box. I only display the text boxes when I want the user's input. Granted none of my text boxes are bound. It's just a was of displaying a lot of data in less space.
    Scott

  9. #9

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