VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code is s function that determines if the mouse is over a specific form. (This corrects the fa

Hugh Musser  (8 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Sun 27th October 2002   Mon 8th February 2021

This code is s function that determines if the mouse is over a specific form. (This corrects the faulty example I previously uploaded.)

API Declarations


' a specific form. Note the function uses a loop to get the parent
' window. For example, if you draw five frames, each inside the last
' drawn, the parent window for the last frame drawn would be the
' previous frame. The loop keeps looking for a parent until it finds
' the form on which all objects have been drawn. All the Declarations
' below pertain to the function IsMouseOverForm.
'
' Open a project with a form.
' Add a timer named Timer1.
' Add a checkbox named Check1.
' Copy the code below to the form.


Rate This code is s function that determines if the mouse is over a specific form. (This corrects the fa (2(2 Vote))
This code is s function that determines if the mouse is over a specific form. (This corrects the fa.bas

This code is s function that determines if the mouse is over a specific form. (This corrects the fa Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters