CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2009
    Location
    Portland, OR
    Posts
    1,488

    If I want to report a bug in a common control

    Is there any way to do it for Microsoft? I couldn't find it. Thanks.

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: If I want to report a bug in a common control

    Are you sure it's a bug?

  3. #3
    Join Date
    Feb 2009
    Location
    Portland, OR
    Posts
    1,488

    Re: If I want to report a bug in a common control


  4. #4
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: If I want to report a bug in a common control

    I never dealt with richedit (so feel free to ignore this comment ), but as for me, it's very, very unlikely that MS have missed something in Common Controls' Unicode support. And I believe, there must be something to do with mixing LTR and RTL text fragments in the same text box. Try to experiment with other RTL languages and see whether the effect appears. And do not forget about documentation. It's very often that the answer is always nearer than it seemed.
    Best regards,
    Igor

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