quote:
Originally posted by SpunkyLoveMuff
For textboxes... change
'Control type:xsi="ButtonControl"'
to
'Control type:xsi="EditControl"'
in the xml file
and to get the text from the textbox (or other controls):
code:
Debug.Trace(PlusWnd.GetControlText("textbox-id-control"));
will pop up in your debug.