Does the tree control support binary (non-text) values?
Such values are displayed by the tree control in hexadecimal notation. • Does the tree control have owner-draw capabilities? Not per se, but the bitmap, foreground and background colors and text displayed in each column may be set dynamically. For more “static” situations, the bitmap, colors and text may be specified in a configuration file, allowing the display characteristics of the tree control to be changed without modifying the application code. • I tried to run the provided sample program(s) but they do not seem to work. Why? The sample programs must be changed to use your particular LDAP server and schema. This involves changing IP addresses or host names, bind DN and credentials and base DNs, search filters and attribute names and values in the source code of the sample programs. For the C++ samples, you must then recompile. Because changes must be made, MAKE SURE YOU COPY THE SAMPLE PROGRAMS to another directory and change the copies. This way, you can always refer back to the