1. LB_DIR constant
- Posted by jjnick at cvn.com Apr 21, 2001
- 553 views
How do I find the defined constants, ie, the number for LB_DIR?
2. Re: LB_DIR constant
- Posted by Ted Fines <fines at macalester.edu> Apr 22, 2001
- 492 views
I use "Osborne Windows Programming Series Volume 2: General Purpose API functions", by Herbert Schildt, Chris H. Pappas, and William H. Murray, III. ISBN 0-07-881991-1. It has a good list of Win/Win32 Constants and Data Types. According to it, LB_DIR = 0x018D. Ted --On Saturday, April 21, 2001 9:51 PM -0600 jjnick at cvn.com wrote:r > > > How do I find the defined constants, ie, the number for LB_DIR? > > > > >