Click to See Complete Forum and Search --> : RichEdit -> password style


RockNix
April 4th, 2003, 01:54 AM
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 ...

filthy_mcnasty
April 8th, 2003, 11:55 PM
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