hi,

i have a query that in excel we can start record macros and what ever we do in excel book it will write macro automatically until we stop record macro. is there any option in vb.net to record form events at runtime as like excel.
for example i have three buttons and two textboxes.one is record and another stop and another one is submit in my vb.net form.

so after running my application if i click the record button and i will fill some values in the textboxes and i click the submit button i need to record what ever i did after clicking the record button.is this possible? if means please show me some sample if there.. please