home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DLGHIGH.ZIP / WHATSUP.DOC < prev   
Text File  |  1990-11-17  |  1KB  |  35 lines

  1.                                 Dlghigh.c
  2.                                 
  3. The object of this program is to demonstrate how to use the LS_OWNERDRAW 
  4. listbox feature and to utilize that feature to highlite a keyword in any 
  5. listbox item which is needed.
  6.  
  7. I have found there are a lot of functions that do not have good 
  8. documentation in both the IBM and Microsoft toolkits that it sometimes 
  9. becomes frustrating trying to figure out how to use them.
  10.  
  11. When I looked in my Microsoft OS/2 Programmer's Reference Manual trying 
  12. to figure out how to accomplish an OWNERDRAW listbox, it was about as 
  13. clear as mud (refer to page 186 - 187, Volume 1).
  14.  
  15. After receiving some help from Guy Scharf (CIS ID: 76702,557) I was able 
  16. to complete this function. After getting his information, the 
  17. information in the manual actually did make a lot more sense.
  18.  
  19. If you are in need of creating your own style listboxes this will at 
  20. least put you in the right direction.
  21.  
  22. If you want to contact me, feel free to call my BBS or send me mail on 
  23. CIS (I usually check my BBS a *lot* more frequently than I do CIS).
  24.  
  25. Alan DuBoff
  26. Bunker Hill Software
  27. P.O. Box 18138
  28. Encino, California 91416-8138
  29.  
  30. You Bet Your Ascii BBS: (818) 989-0310
  31.                 CIS ID: 76662,660
  32.             
  33.  
  34.        *****   Special thanks to Guy Scharf for his help. *****
  35.