alawoona 0 Posted November 7, 2004 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. Share this post Link to post Share on other sites
SlimShady 1 Posted November 7, 2004 I use this one:http://jfmasmtuts.blowsearch.ws/Ch3/win32msglist2.htm Share this post Link to post Share on other sites
Jos 2,209 Posted November 7, 2004 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. Share this post Link to post Share on other sites