allowing * character in textbox C# WPF -


i creating rs232 dial pad in wpf. problem running star character. don't know how ask question correctly because getting results "password characters only".

ultimately i'm trying add "*" programmatically. not matter if used keyboard or virtual button. whenever character added program freezes. debugger isn't pointing , seems still waiting instruction.

any ideas?

im adding star

textbox.text="*"; 

honestly not sure happened. started new wpf , worked. removed auto generated method , recreated it. works. entire method looked

private void button_click(object sender, routedeventargs e)     {         textbox.text = "*";     } 

no clue works. thank replies


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -