CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Location
    Germany/Hannover
    Posts
    32

    RichEdit -> password style

    hi @all,

    in my application i have a dialog containing a richedit control with "password style" checked. the dialog was built with MS resourcen-editor.

    win2k: all works well

    win98se : richedit appears but shows password in plain text - no hiding.

    does anybody have an idea where to find the bug ?

    thx ...
    So far ... RockNix

    ---------------------------------------------
    Want some code about Threading,
    SerCOM, Subclassing .... ?

    Go for it - visit us on:
    www.klangwerker.de
    ---------------------------------------------

  2. #2
    Join Date
    Aug 2002
    Location
    United States
    Posts
    729
    the dlls are different between operating systems.

    i've encountered similiar type things with scrolling.
    it's not really a bug. update the dll on the 98 machine to the one the winxp one is using, if that's not an acceptable solution *if you're distributing this application it's not wise to say to the user, "hey fix this file for me" * then you might have to use a standard edit control instead

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