passwordbox Questions

5

Solved

I am using a Watermark textbox as in Watermark TextBox in WPF <Grid Grid.Row="0" Background="{StaticResource brushWatermarkBackground}" Style="{StaticResource EntryFieldStyle}" > <Text...
Corliss asked 22/10, 2009 at 13:8

6

Solved

I have a PasswordBox. how can I get the input value from the PasswordBox after the input has been finished?
Primp asked 24/2, 2010 at 15:40

3

Solved

I wonder i some one have any good idea how to show the password in the PasswordBox. Have read that you can bind a textbox to a passwordbox but isnt it another way to do it.
Allhallowtide asked 9/6, 2013 at 8:0

3

Solved

I have the following style definitions: <!-- Border --> <Style x:Key="MyControlBorder" TargetType="{x:Type Border}"> <Setter Property="BorderBrush" Val...
Morehead asked 4/6, 2013 at 6:41

5

Solved

We have the following scenario: MVVM userinterface where a user can place his password (actually a PasswordBox) Server that shall do some work Server connects to some Database that requires auth...
Haw asked 13/3, 2013 at 16:16

4

Solved

Is there a way to hide or move the PasswordBox's caret?
Simmonds asked 1/6, 2009 at 17:9

14

Solved

My app is using in-app purchases, and most of my users can purchase just fine without any problems. For these folks, my app downloads the content after the purchase succeeds and they are happy. Ho...
Bandwidth asked 14/2, 2011 at 3:45

3

Solved

How could I unmasked and masked the password inside the passwordBox whenever I click the checkBox? I'm using C# WPF template. Here is my .XAML code: <PasswordBox x:Name="passwordBox_password" ...
Bolzano asked 25/6, 2015 at 3:4

3

Solved

The Caliburn.Micro home page at http://caliburnmicro.com makes the below claim but I am unable to make CM work with a PasswordBox control using any variation I can think of from that example. Don't...
Maximamaximal asked 3/6, 2015 at 21:58

6

Solved

I have a few buttons on a web form, and when the user clicks them they will update the the textbox. This worked till I added the textmode = password. Now the textbox doesn't show the text anymore. ...
Lunge asked 24/5, 2013 at 16:19

5

Solved

I have a WPF application with two PasswordBoxes, one for the password and another for the password to be entered a second time for confirmation purposes. I was wanting to use PasswordBox.SecurePass...
Airport asked 21/12, 2010 at 18:34

2

Solved

I've already asked a couple of questions around the PasswordBox recently, but at the heart of my issue, I need an extremely secure way of getting very sensitive information inputted into my .Net ap...
Butanone asked 30/11, 2017 at 15:10

3

If the user enters 1985 in the password box, four bullets (●●●●) will be shown. How can I show each letter or number entered for a few seconds and after that change it to a bullet? I suppose that t...
Redhanded asked 8/7, 2011 at 15:45

2

Solved

I am using a TextBox control for the user input in my Windows Phone 8.1 app. How can I hide the characters as user gives input? I am not using a PasswordBox because the defined InputScope is "Num...
Ricer asked 20/2, 2017 at 13:54

1

Solved

I want to bind a Passwordbox in the XAML code. Now I found out that it isn´t possible to bind it because you haven´t any dependency property. For my case I don´t need any security in my Applicatio...
Sellers asked 5/12, 2016 at 18:45

5

Solved

Hi people stackoverflow. I'm working with MVVM, I have ViewModel call UserViewModel with a Property Password. In the View have a control PasswordBox. <PasswordBox x:Name="txtPassword" Password=...
Contiguity asked 8/7, 2009 at 10:20

1

The msdn documentation on PasswordBox.Password says: When you get the Password property value, you expose the password as plain text in memory. To avoid this potential security risk, use the Sec...
Mogilev asked 24/9, 2015 at 0:16

4

Solved

While creating a WPF application which includes a PasswordBox control, I tried to set the PasswordChar to display '<' instead of '*'. I wrote the following code: <PasswordBox PasswordChar="&...
Neri asked 29/6, 2015 at 11:34

5

Solved

How to display a password box with hint text in windows phone? I have tried the PasswordBox and Toolkit's PhoneTextBox. Is there anything special to be done to combine the two?
Familiarize asked 10/10, 2012 at 5:37

4

Solved

I have a PasswordBox and I need to use this control even as a TextBox. I need to display normal text and not the typical black dots Is there a property to do this? Thanks.
Methylene asked 20/9, 2012 at 17:44

3

Solved

Does anyone know how to implement the standard bubble message that warns users whenever Caps Lock is enabled and a password control has focus? Is this built into the .NET framework, or do I need to...
Schatz asked 26/11, 2008 at 15:59

1

Solved

I have a box that I want to take a password of only numbers (like an ATM-card PIN), how is the best way to do that? Requirements: Password (with the hidden numbers) Typing digits as the default ...
Babism asked 6/1, 2011 at 7:29

2

Solved

I'm just getting started with M-V-VM and WPF and having issues understanding some binding issues. I have a login page that has a ComboBox and a PasswordBox. The ComboBox looks like this: <Comb...
Election asked 20/5, 2009 at 15:0

3

Solved

What's the best way to catch the return key in a PasswordBox? (WPF/XAML) I have a TextBox field and a PasswordBox field on my login form (for username and password entry). I also have a login but...
Resolute asked 24/7, 2009 at 19:15

2

Solved

I need to set the cursorposition inside the passwordbox explicitly in WPF. I couldn't see the selectionstart property in passwordbox. Any help?
Geek asked 13/6, 2009 at 8:26

© 2022 - 2024 — McMap. All rights reserved.