Results 1 to 5 of 5

Thread: Win form.text ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234

    Question Win form.text ?

    I want to show win form with some text align right, like at the picture. Problem is that text on title bar isn't same each time when form loaded. Sometime text is 'AB', sometime text is too long like 'sadasdsadasdadasdsadsa' and then when form shows text in title bar shorten and finish with ... (''sadasdsada...'). I want to avoid that.
    Did anybody know solution?

    regard j
    Attached Images Attached Images  

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    VB Code:
    1. Me.RightToLeft = RightToLeft.Yes

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234
    Pirate :
    Me.RightToLeft = RightToLeft.Yes
    That's not solution, then all controls are RightToLeft (like Menu).

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by janis
    Pirate :
    That's not solution, then all controls are RightToLeft (like Menu).
    It's one of the solutions but it doesn't fit your need maybe. . You mean , you don't want the Form.text to be wrapped ??

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234
    Yea, that's right.

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