How to Accept password in ** format during installation.
-
I have created setup in C#.net using C# setup project. I am Accepting servername,username,password in textbox. Textbox has been added in setup project by adding textbox dialog in user interface.. but how to Accept Password in ** format during installation.?? Thanks in advance. :) :) :thumbsup: :) :)
-
I have created setup in C#.net using C# setup project. I am Accepting servername,username,password in textbox. Textbox has been added in setup project by adding textbox dialog in user interface.. but how to Accept Password in ** format during installation.?? Thanks in advance. :) :) :thumbsup: :) :)
Try: Password Textbox[^]
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
-
Try: Password Textbox[^]
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
Thanks dear. For your valuable suggetion. But for installation time textbox there is no such property exist. This textbox is textbox dialog box which is provided in .net in set up project.
-
Thanks dear. For your valuable suggetion. But for installation time textbox there is no such property exist. This textbox is textbox dialog box which is provided in .net in set up project.
Then what you have to do is provide a Custom Action[^] which should allow your own dialog.
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
-
Then what you have to do is provide a Custom Action[^] which should allow your own dialog.
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
Apart from this you will need to use the Orca [^]utility to change the textual style of textbox.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.