Changing text of TextBox by user Input

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
 
R

Raffaele Rialdi [MVP]

santosh wrote:
[...]

1. Please *DO NOT* crosspost
2. "it" stands for Italy so you are OT
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top