R
Rich P
Greetings,
I am migrating from VB.Net to C#. In one winform app where I autofill
datefields based on TextBox.Enter and KeyUp events (in VB.Net). I am
now translating this app to C#. The date autofill consists of a user
entering just numbers like 061309. On KeyUp if the field contains 6
characters and they are all numeric - my custom autofill routine will
add forward slashes and combine 20 to the 09 or combine 19 to 99, 89,
...
Would this be a scenario for delegate usage? If so, how would I
implement it? What is the criteria for delegates? All I know is they
involve events.
Thanks
Rich
I am migrating from VB.Net to C#. In one winform app where I autofill
datefields based on TextBox.Enter and KeyUp events (in VB.Net). I am
now translating this app to C#. The date autofill consists of a user
entering just numbers like 061309. On KeyUp if the field contains 6
characters and they are all numeric - my custom autofill routine will
add forward slashes and combine 20 to the 09 or combine 19 to 99, 89,
...
Would this be a scenario for delegate usage? If so, how would I
implement it? What is the criteria for delegates? All I know is they
involve events.
Thanks
Rich