I have a form called privateOrder, and two other forms.
in the first form when I double click on a datagridview it opens the privateOrder form.
in the second form I have a button, when I click it also calls the privateOrder form.
I want to know if there is a way to distinguish what event calls the
privateOrder.show()
Depending on the event called for PrivateOrder I want the privateOrder_Load Behave in two different situations.
I tried to use the "e" parameter but when privateOrder loads the "e" parameter is empty.
is there any idea?
thanx.