Hi.
I must replace keystroke when user typing in TextBox. When user type 123,456,789 text box must contain 123.456.789.
Please HELP.
|
|
|
|
|
|
|
One "low" level solution: You can play with GetKeyState() from WINAPI That should allow You to change the input. Or try this: WM_..for ',' some code:
|
||
|
|