S
santosh
Hi all
I am developing a COM Addin in vc++.
I 've added a toolbar to MSword containing a textbox named _mytxtBox.
when I change the text of the textbox programatically , it works.
i.e.,
_mytxtBox.Text="any text"; (this code works)
But if I want to do it by user input (directly change the text in the
textbox by typing)
It doesn't work, still it holds the older text only.
can anyone send me a solution to this, please.
thanks
santosh
I am developing a COM Addin in vc++.
I 've added a toolbar to MSword containing a textbox named _mytxtBox.
when I change the text of the textbox programatically , it works.
i.e.,
_mytxtBox.Text="any text"; (this code works)
But if I want to do it by user input (directly change the text in the
textbox by typing)
It doesn't work, still it holds the older text only.
can anyone send me a solution to this, please.
thanks
santosh