VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Control Box Commands Without The Control Box =)

by booter (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Thu 27th December 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Control Box Commands Without The Control Box =)

API Declarations


Ok make some labels or command buttons etc...
And use the following codes for what they are described as

Rate Control Box Commands Without The Control Box =)




Minimise code = form1.windowstate = 1
Maximize code = form1.windowstate = 2
Restore code = form1.windowstate = 0
Unload code = Unload me
Close code = End

there you are just put those in something that will hold a code. Now you can ditch that unsightly title bar

Download this snippet    Add to My Saved Code

Control Box Commands Without The Control Box =) Comments

No comments have been posted about Control Box Commands Without The Control Box =). Why not be the first to post a comment about Control Box Commands Without The Control Box =).

Post your comment

Subject:
Message:
0/1000 characters