Jump to content

GUI Constants


 Share

Recommended Posts

I can find my way around the MSDN Library to find a particular GUI or Control constant I need (that is not already in GUIConstants.au3), but where can I find the numeric value I need?

For example, in the help file example for GUIRecvMsg I see that $EM_GETSEL = 0x00B0 is used. Where can I find a reference source to look up numeric values like 0x00B0 for a particular constant?

Hope I am being clear.

Link to comment
Share on other sites

  • Developers

I can find my way around the MSDN Library to find a particular GUI or Control constant I need (that is not already in GUIConstants.au3), but where can I find the numeric value I need?

For example, in the help file example for GUIRecvMsg I see that $EM_GETSEL = 0x00B0 is used. Where can I find a reference source to look up numeric values like 0x00B0 for a particular constant?

Hope I am being clear.

<{POST_SNAPBACK}>

I use the WIN.H include file used for C programming.

attached a zipped version.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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