VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



noresizeform

by Virtualenemy (1 Submission)
Category: String Manipulation
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

DUHH

API Declarations


Rate noresizeform

Public Sub NoResizeForm()
Dim hMenu As Long
    Const SC_SIZE = &HF000
    Const MF_BYCOMMAND = &H0
    hMenu = GetSystemMenu(hwnd, 0)
    Call DeleteMenu(hMenu, SC_SIZE, MF_BYCOMMAND)
End Sub

Download this snippet    Add to My Saved Code

noresizeform Comments

No comments have been posted about noresizeform. Why not be the first to post a comment about noresizeform.

Post your comment

Subject:
Message:
0/1000 characters