Click here to Skip to main content
15,890,670 members
Everything / Masking

Masking

masking

Great Reads

by Shai Raiten
Create Masking using XAML for WP7, WPF and Silverlight

Latest Articles

by Shai Raiten
Create Masking using XAML for WP7, WPF and Silverlight

All Articles

Sort by Score

Masking 

4 Apr 2011 by OriginalGriff
It's because the Text property includes the "masked out" characters that the user is expected to fill in.Try the MaskedTextBox.MaskCompleted[^] property instead."i did mtxtime.maskcompleted = false and it worksbut the problem, i have a combobox where a specific item is selected, the...
20 Mar 2011 by OriginalGriff
Hello again!Since you have raised this as a new question, I will reply here, rather than to your message(s).You already know how to enable and disable the MaskedTextBox: set the MaskedTextBox.Enabled property to true or false.Does your combo box contain combinations of Product, Size,...
7 Feb 2012 by Christian Graus
This is an insane 'learning' project. You'd have to hook in to the existing applications, and change them. I am not sure if it's possible in WPF, but I know the methods I can think of, would not work in WPF. In any case, you'd be learning how to do things that are ugly and should be avoided. ...
25 Feb 2014 by Kornfeld Eliyahu Peter
Since .NET 4 you can use EnableFriendlyUrls[^] for your site...
25 Feb 2014 by JoCodes
Refer if you are using Asp.Net 4.0 onwards,IntroducingASPNETFriendlyUrlsCleanerURLsEasierRoutingForASPNETWebForms[^]
16 Feb 2011 by thatraja
OP wrote:i wish to create color changing of text(using color circle) and text animation like( 007) formatdo you really want two maskings for this?Take a look at this.Creating Spotlight Effect in Flash[^] & it's Demo[^] (Like 007 James bond...
17 Feb 2011 by thasfi
Thnx, i will try ur option. Thnx once again
4 Apr 2011 by Kschuler
Perhaps it has a space in it? You could try textbox1.Text.Trim = "" and see if that works.If it doesn't work, try debugging and taking a look at what value IS actually in each textbox. You should be able to figure out a solution from there.
19 Aug 2011 by Sider89
How can I mask textbox right that? input string is 25, but in textbox should display like this: 000000025
1 Sep 2011 by Abhinav S
You can either create your own control by inheriting from a textbox and then adding code to insert zeros before the code.The second option would be to use a masked text box.You can use one from Silverlight Super TextBox (ComboBox, Masked TextBox and More)[^] or...
7 Feb 2012 by Mazen el Senih
Hi angel :I think your idea is very interesting !,here is my answer hope you will find what you are looking for :You may build an application as a service (or hidden process) which its mission is to hook on every window (using API functions) and convert any Text box to password char...
26 Apr 2012 by Sakshi Smriti
Hi,I am using a masked text box in winforms (.net 3.5,C#) to show time in which user enters the time in the format 23:59.It is working fine excpet when the user enter something like 1:12, or 14:8 it will change to 01:12 and 14:08 which is as required, however after a second it again...
26 Apr 2012 by Deepak_Sharma_
Hi,You have to validate format of time entered in the MaskedTextBox:http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/d6b02bd5-c773-4f4d-9601-f08c2e1668d7/[^]
2 Sep 2012 by Mihai Vrinceanu
MFC and bitblt:Do a flicker-free drawing using MFC methods[^]
2 Sep 2012 by Maximilien
It does not matter which application framework you use (MFC or Win32)You will have to go down to Win32 to do that sprite rendering and animation; yes, you could use some of the MFC wrappers (CDC, GDI+, ... ), but it all come down to Win32.If know how to use BitBlt with VB, then you...
27 Sep 2013 by ahmed hussein khazal
Hello to all,How can do decimal TextBox in Ajax? It text default 000,000.000And when I write on it this default change.I mean when I need write 100500, this default should become 100,500.000.
22 May 2013 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Asp.NetYou need to use MaskedEdit Demonstration[^].You can see some demo textboxes here.Put your MaskType in the Extender Markup (which is a property of that control MaskedEditExtender control) and see how it works in your page.Refer - Using AJAX Textbox Extenders[^] to explore more...
30 Jun 2013 by Kumar_G
Hello FriendsI have a software developed in vb6.0 the software has few textboxes and we have to type in it and the query is fetchedand matching result is displayedIt uses MS Access 2000 MDB formatSomehow i have managed to open the access file but when i open itits all encrypted ,...
27 Sep 2013 by Tom Marvolo Riddle
31 Dec 2013 by ravikhoda
NO you can't do something like this.
31 Dec 2013 by Dave Kreskowiak
You can't do this and there is no legitimate reason to do so.
7 Dec 2014 by Kornfeld Eliyahu Peter
Even you enable browsing via domain name like www.surya.pandey.com at the end of the chain the client (browser) will have to resolve that name to an IP address...From that on it will use that IP address to communicate with the site. That IP can be revealed with such simple tools as ping...And...
18 Jun 2019 by Member 14230539
I'm new to Kinect. Till now in my program , I got 4 table coordinates in colorspace points and depthspacepoints and i formed the polygon using those 4 points. Now I need to do polygon masking such that inside it will show the video and outside all the pixel RGB value to 0,0,0(black) in the...
26 Dec 2019 by Paramu1973
Hi, I am using VS2015 Windows Forms Applications. With my form I have a masked textbox control, used to read date like "dd/MM/yyy" format. And when I set mask "##/##/####" the maskedtextbox control appear like " / / " . So that the user can enter date,month,year, and no need to enter "/"....
6 Feb 2023 by Range Courier
I got a code for multi user login page. Everything is OK here but when I provide password, it is showing the text. Usually as a password field it will be masked. Can anyone help me by editing the following code. Thanks in advance. Arifin What I...
6 Feb 2023 by Richard Deeming
prompt[^] is a very limited API which instructs the browser to display a message and ask the user to enter some text. There is no way to "mask" the text that is entered. Rather than using such a clunky script, use a proper login form - use an...
15 May 2011 by Shai Raiten
Create Masking using XAML for WP7, WPF and Silverlight
5 May 2011 by 555336
I have a combobox, textbox, numericUpDown and a masktextbox. I want all these to be filled so that a
15 Feb 2011 by thasfi
I have created an animation which has 4 layers. I'd like to have two maskings in separate layers of the animation. It appears that it only takes only one mask. Is it possible to have two masking? How do I accomplish that.
11 Apr 2011 by 555336
Well I have a combobox with 3 items namely: Product Size and Cost.I have also a maskedtextbox.
30 Jun 2013 by Aydin Homay
HiFor getting more information about encrypt and decrypt access database follow of links...
7 Feb 2012 by MR. AngelMendez
Hi, I want to make a program that will hide all of my chars when I type something, for example when ever you type your password in a masked textbox it hides your text. Is it possible to do that in everything? like right now in this post, search boxes anything! I think it would be a fine...
2 Sep 2012 by idris Celik
Hello I need bitblt sample with win32 or mfc sample. I will make sprite sheet animation with black-white masking metod. Please help me, I need very very basic masking and animationg sample.thanksPS: I was used bitblt with vb6 (srcand - srccopy) but I need c++ version sample
7 Feb 2012 by Sava Nicolae Dragos
It is note clear what you want to do. You could probably refer to the visible attribute that a control have. Second if you have an asp you have the visible attribute for them. But what is the point to write something if you can see or other people can't either.
6 Dec 2013 by rahul rangrao shinde
I have one website like www.google.com I wand to mask www.google.com name as request come from other website like yahoo.com or rediff.com.I want to modify request response send by other website to(like yahoo.com or rediff.com) to my website (www.google.com) so that user feel they are using...
25 Feb 2014 by VICK
Hi All,I have a website which contains1- few .html pages2- few .aspx pagesi.e. its kind of a blend of html and asp.net application.i want to do the url masking/rewriting task like mentioned in the Question's subject.Have googled and tried many articles/solutions.Needs...
1 May 2014 by rickuse
If I have a link to another website on my website, is it possible to limit how much of the linked website is displayed. Can it be limited to a specific page(s) or to even obscure some of the displayed page. For example if I wanted to have a link to another website to show as an example,...
1 May 2014 by Sergey Alexandrovich Kryukov
No way. If this is not your side, you have no more control over it than any other user.By the way, the whole idea means the huge abuse. It's so good that you cannot implement your plot: if you could, it would brutally violate the rights of both the user and the owner of the Web site you want...
7 Dec 2014 by rajpandey2u
Hello .. i have hosted my asp.net application on internal IP address . when i browse the application the IP is showing in URL . i want to hide the IP or encrypt the IP so not easily readable.Thanks .Surya Pandey.
15 Jul 2016 by User 6976447
In this research paper, Multidirectional Scratch Detection and Restoration in Digitized Old Images | SpringerLink[^]in the Section 4.1(Preprocessing), an equation of a Bandpass filter is...
26 Dec 2019 by RickZeeland
Try something like this: dataGridView1.Columns["MyTime"].DefaultCellStyle.Format = "hh:mm"; Or use this trick for using a MaskedTextBox column: DataGridViewColumn Hosting MaskedTextBox[^]