EDIT CONTROL password style
-
I build an app w/VC++6. I design a window with an
EDIT CONTROL
(IDD_MYEDIT)
, associate aCEdit control
(m_myedit
). I switched on thePASSWORD
style of the control. Can be triggered this style on or off during the program running? :confused:36. When you surround an army, leave an outlet free. ... Do not press a desperate foe too hard. SUN-TZU - Art of War
-
I build an app w/VC++6. I design a window with an
EDIT CONTROL
(IDD_MYEDIT)
, associate aCEdit control
(m_myedit
). I switched on thePASSWORD
style of the control. Can be triggered this style on or off during the program running? :confused:36. When you surround an army, leave an outlet free. ... Do not press a desperate foe too hard. SUN-TZU - Art of War
After the edit control has been created, the ES_PASSWORD style can't be changed.
Mark Salsbery Microsoft MVP - Visual C++ :java: