Jump to content

Recommended Posts

Posted

Hello,

I have a COM object on my form and I would like to know how I can trigger an event when that object changes position on the form.

Thanks,

Posted

Maybe ControlGetPos() in a loop. If the position changes, trigger your function. Else, continue checking.

Posted

Maybe ControlGetPos() in a loop. If the position changes, trigger your function. Else, continue checking.

Yeah but I dont want to continually check. i just want to do something IF it happens. Thanks,

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...