- Home
·
- Miscellaneous
·
- Extremely basic minimize code to make your program very small.
Extremely basic minimize code to make your program very small.
Extremely basic minimize code to make your program very small.
Rate Extremely basic minimize code to make your program very small.
(1(1 Vote))
Option Explicit
Private Sub Command1_Click()
If Command1 Then
Me.Height = 100 + 100
Me.Width = 100 - 100
End If
End Sub
Extremely basic minimize code to make your program very small. Comments
No comments yet — be the first to post one!
Post a Comment