I've decided to give in and start usings APIs. My first attempt is with using SENDMESSAGE.The example I am trying to use is to search a list box for an item by entering text. After the declaration of the API there is a constant declaration "Const LB_FINDSTRING = &H18F". How do you know when to use this constant and what does it mean?