HELP!!! URGENT catch event in hosted application

E

esebastian

hello everyone,
I have a visual studio 2005 c# project that opens an Infopath form. The
form contains a button which has an event tied to it in Infopath. Is
there a way to notify my c# application that the button on the Infopath
form has been clicked??
What i want to do is when this button is clicked, i want to open a
windows form and do stuff with it... how can i achieve this???

P.S i need to get this working by tomorrow so that's why its urgent, i
can't figure out how to do this.....
Thanks so much!!
 
E

esebastian

OK so i figured this out. In the button event in the actual infopath
form you have to set this.notifyHost(notification) and i had not done
that previously.
Erin
 
Top