Jump to content

Recommended Posts

Posted

 

Hello all,

I have a question about the command GUIRegisterMsg ($ WM_NOTIFY, "")

. Specifically, I used this command twice

GUIRegisterMsg ($ WM_NOTIFY, "abc")

GUIRegisterMsg ($ WM_NOTIFY, "CDF")

Then it only run the second command.

The first command it does not run out.

Can anyone help me make both commands work?

Thank you.

  • Moderators
Posted

hackerheart,

Welcome to the AutoIt forums.

As you have discovered, AutoIt will only run the last function defined in a GUIRegisterMsg line - so you have to combine both functions within a single handler and determine within that handler what code to run for the particular case. If you look inside my GUIListViewEx UDF (see my sig for the link) you will see how I have multiple options within the _GUIListViewEx_WM_NOTIFY_Handler function depending on exactly what message was intercepted by the GUIRegisterMsg call.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...