Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
Each message which is sent to a window procedure has two data items which
serve as arguments to that message. The two items are a word-long item,
wParam, and  double-word-long item, lParam. The lParam argument is
ocassionally subdivided into two word-long parameters. These word can be
extracted using the LOWORD(lParam) and the HIWORD(lParam) macros.

 CB_ADDSTRING
 CB_DELETESTRING
 CB_DIR
 CB_FINDSTRING
 CB_GETCOUNT
 CB_GETCURSEL
 CB_GETEDITSEL
 CB_GETLBTEXT
 CB_GETLBTEXTLEN
 CB_INSERTSTRING
 CB_LIMITTEXT
 CB_RESETCONTENT
 CB_SELECTSTRING
 CB_SETCURSEL
 CB_SETEDITSEL
 CB_SHOWDROPDOWN

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson