With an activeX control, can u access a forms fields by code?

T

Tag

Ok let say to explain this easily, i make a control that has a textbox
and i want this by code to just automaticaly take the value of say a
field named TestValue that is already inserted into the infopath form.
Is there a way when coding the activeX control to say that

txtTextBox = my:\TestValue

or something along those lines, or is this simply not possible?
 
Top