1
Answer

DataChange

luke.philips

luke.philips

15y
3k
1
I'm migrating a VB6 program into .Net and a big bug that's slowing me down is the translation of checking a TextBox.DataChange field. Here's an example of it's use: If txtAddr.DataChanged Then cmdFindCand_Click(cmdFindCand, New System.EventArgs()) choice = -1 End If Anyone have any ideas? Thanks.
Answers (1)