Koolsid When i modify code .i simple want the commented line.like Suppose Cursor is at Form_resize().it simple say it is commented by Sayyed Firoz at Aug12,2009 2.28.when i press f9 key.Kindly let me know any idea.How should
i do it .With the help of CodeGenerator.
Private Sub Form_Resize()
If Me.WindowState = vbNormal Then
Me.Width = frmWIDTH
Me.Height = frmHEIGHT
End If
End Sub