|
-
Aug 12th, 2009, 06:24 AM
#10
Frenzied Member
Re: Code Generator Addin for VB6
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|