P
prashantmalik
Hi All,
i have created an com addin for microsoft word.
using this addin i am able to add a textbox in the commond bar in th
ms word
now my problem is that i dont know the events of textbox.
for example the events of buttons are
MyButton_Click(ByVal Ctrl As Microsoft.Office.Core.CommandBarButton
ByRef CancelDefault As Boolean) Handles MyButton.click
i want same function for textbox so that when i click/write on textbo
a messege box should appear on the screen
thanks in advanc
i have created an com addin for microsoft word.
using this addin i am able to add a textbox in the commond bar in th
ms word
now my problem is that i dont know the events of textbox.
for example the events of buttons are
MyButton_Click(ByVal Ctrl As Microsoft.Office.Core.CommandBarButton
ByRef CancelDefault As Boolean) Handles MyButton.click
i want same function for textbox so that when i click/write on textbo
a messege box should appear on the screen
thanks in advanc