Click here to Skip to main content
15,909,898 members
Home / Discussions / C#
   

C#

 
Questionset a password Textbox to normal Pin
Sasuko2-Jan-06 12:48
Sasuko2-Jan-06 12:48 
AnswerRe: set a password Textbox to normal Pin
Colin Angus Mackay2-Jan-06 12:55
Colin Angus Mackay2-Jan-06 12:55 
GeneralRe: set a password Textbox to normal Pin
Sasuko2-Jan-06 13:16
Sasuko2-Jan-06 13:16 
GeneralRe: set a password Textbox to normal Pin
Colin Angus Mackay2-Jan-06 20:19
Colin Angus Mackay2-Jan-06 20:19 
AnswerRe: set a password Textbox to normal Pin
Judah Gabriel Himango2-Jan-06 12:56
sponsorJudah Gabriel Himango2-Jan-06 12:56 
GeneralRe: set a password Textbox to normal Pin
Sasuko2-Jan-06 13:16
Sasuko2-Jan-06 13:16 
GeneralRe: set a password Textbox to normal Pin
Judah Gabriel Himango2-Jan-06 13:51
sponsorJudah Gabriel Himango2-Jan-06 13:51 
AnswerRe: set a password Textbox to normal Pin
Luis Alonso Ramos2-Jan-06 13:23
Luis Alonso Ramos2-Jan-06 13:23 
I use this:
txtPassword.PasswordChar = '\0';
and it works in .NET 1.x.

I hope it helps!

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!


The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005
GeneralRe: set a password Textbox to normal Pin
Sasuko2-Jan-06 13:27
Sasuko2-Jan-06 13:27 
Questionwebservice default page Pin
BlackDice2-Jan-06 11:36
BlackDice2-Jan-06 11:36 
QuestionUsing a boolean expression as a variable Pin
topdog502-Jan-06 10:22
topdog502-Jan-06 10:22 
AnswerRe: Using a boolean expression as a variable Pin
Guffa2-Jan-06 12:49
Guffa2-Jan-06 12:49 
GeneralRe: Using a boolean expression as a variable Pin
topdog503-Jan-06 7:49
topdog503-Jan-06 7:49 
AnswerRe: Using a boolean expression as a variable Pin
Guffa4-Jan-06 2:30
Guffa4-Jan-06 2:30 
Questionare there any good tutorials VS.NET debugging? Pin
...---...2-Jan-06 10:04
...---...2-Jan-06 10:04 
AnswerRe: are there any good tutorials VS.NET debugging? Pin
Colin Angus Mackay2-Jan-06 12:44
Colin Angus Mackay2-Jan-06 12:44 
AnswerRe: are there any good tutorials VS.NET debugging? Pin
Colin Angus Mackay2-Jan-06 12:49
Colin Angus Mackay2-Jan-06 12:49 
GeneralRe: are there any good tutorials VS.NET debugging? Pin
...---...2-Jan-06 13:32
...---...2-Jan-06 13:32 
AnswerRe: are there any good tutorials VS.NET debugging? Pin
Kevin McFarlane3-Jan-06 1:11
Kevin McFarlane3-Jan-06 1:11 
QuestionHow to call WIN 32 API in Winform Pin
largs2-Jan-06 8:46
largs2-Jan-06 8:46 
AnswerRe: How to call WIN 32 API in Winform Pin
Ravi Bhavnani2-Jan-06 9:37
professionalRavi Bhavnani2-Jan-06 9:37 
QuestionHow to change text's font and style in an enrichtextbox by code? Pin
bc11182-Jan-06 7:34
bc11182-Jan-06 7:34 
AnswerRe: How to change text's font and style in an enrichtextbox by code? Pin
Ravi Bhavnani2-Jan-06 9:39
professionalRavi Bhavnani2-Jan-06 9:39 
GeneralRe: How to change text's font and style in an enrichtextbox by code? Pin
bc11182-Jan-06 12:24
bc11182-Jan-06 12:24 
QuestionEmbedding Java into C# Pin
2hdass2-Jan-06 7:31
2hdass2-Jan-06 7:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.