Please, help me with this problem:
In VBA I fill text boxes txt1, txt2, txt3 and txt4 on several forms by means of one module-procedure. In that module-procedure I put:
CodeContextObject!txt1 = ...
...
CodeContextObject tells from which form the module-procedure was called or in the other words - in which form the text boxes txt1, txt2, txt3 and txt4 should be filled.
The question is - how to do it in
VB.NET? I presume - by means of "sender", but I don't know how.
Thank you in advance,
Mladen