Origin Ver. and Service Release (Select Help-->About Origin): Origin 9.0
Operating System:Windows XP
Hi:
In the legend, I using the " \l(1) " to show the icon.
Now, I want to show the icon on a dialog, how to do it?

#include <GetNBox.h>
void GETN_COMBO_ex1()
{
GETN_BOX( treeTest );
GETN_COMBO(order, "legend", 2, "\l(1) |\l(2) |\l(3) |\l(4) ")
if( GetNBox( treeTest ))
out_tree( treeTest );
}
I used the code,but it didn't work?
Can somebody help me?
Thanks!
forum