VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Extremely basic minimize code to make your program very small.

by Joe Montgomery (3 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Mon 12th March 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Extremely basic minimize code to make your program very small.

Rate Extremely basic minimize code to make your program very small.



Option Explicit
Private Sub Command1_Click()
If Command1 Then
Me.Height = 100 + 100
Me.Width = 100 - 100
End If
End Sub

Download this snippet    Add to My Saved Code

Extremely basic minimize code to make your program very small. Comments

No comments have been posted about Extremely basic minimize code to make your program very small.. Why not be the first to post a comment about Extremely basic minimize code to make your program very small..

Post your comment

Subject:
Message:
0/1000 characters