VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Code makes it so that a form cannot go off the screen.

Matthew Gates  (16 Submissions)   Custom Controls/Forms/Menus   Visual Basic 3.0   Unknown Difficulty   Wed 1st November 2000   Mon 8th February 2021

Code makes it so that a form cannot go off the screen.

API Declarations


Public Declare Sub ReleaseCapture Lib "user32" ()
Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long

Rate Code makes it so that a form cannot go off the screen. (2(2 Vote))
Code makes it so that a form cannot go off the screen..bas

Code makes it so that a form cannot go off the screen. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters