How does your ANETVB8 convert Access AfterUpdate Event for textbox to VB .NET WinForm?

ANETVB8 adds the following code to the vb file if xxxAfterUpdate is found in VBA for a textbox control: Dim xxxChanged As Boolean = False Friend Sub xxxTextChanged(ByVal sender As System. Object, ByVal e As System. EventArgs) Handles xxx.

TextChanged xxxChanged = True End Sub Friend Sub xxxLostFocus(ByVal sender As System. Object, ByVal e As System. EventArgs) Handles xxx.

LostFocus If (xxxChanged) Then Call xxx_AfterUpdate() xxxChanged = False End Sub Friend Sub xxx_AfterUpdate() .. .. End Sub .. .. Private Sub objyyyyDataSet_PositionChanged() Dim icurrent As Integer, currentID As String, strsql As String Try xxxChanged = False .. more.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions