CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    16

    Spacing in Text Control

    Hi Everyone,

    I having spacing problem when displayed text in a text control. I noticed one computer displays different spacing than the other computers, can it be the display/resolution setting in the control panel that is set differently. Please advise.

    Thanks in advance.

    Beth



  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Spacing in Text Control

    More than likely it is the FONT you are using in the Text box. Screen resolution is defintely a factor. NOrmal size is 800x600 but a lot of displays can shoot to 1024x768 or better making character size and spacing different.
    I would look into the Fonts for the text box and the systems default fonts first though.

    John G

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

Featured