ActiveX Control
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Is there an option when designing a dialog for a password field, I cant find it anywhere in ActiveX controls options We have a mathematician, a different kind of mathematician, and a statistician!
-
Is there an option when designing a dialog for a password field, I cant find it anywhere in ActiveX controls options We have a mathematician, a different kind of mathematician, and a statistician!
You can use the simple edit control. Check the Password property (in the style tab)
-
You can use the simple edit control. Check the Password property (in the style tab)
I am using VC.NET so I presume that
PasswordChar
in theAppearence
tab is the same thing. Cheers. We have a mathematician, a different kind of mathematician, and a statistician!