DataChange

Apr 5 2005 7:21 PM
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)