Hi All,
I am new to C++\CLI. I trying to create a text-box with following functionality.
If I write 'A' in the text box, it should automatically be replaced with the word "Alpha" followed by a space.
Also, after every three words it should automatically insert a comma.That is, after "Alpha Beta Gamma" a comma should be inserted. Like this: Alpha beta gamma,
Would ne great if anyone can help.
I am retreiving the values alpha, beta etc from mysql database.
Thanks in Advance!