Hi, I'm trying to hide a lablel and having no luck. The following is the code that I am using.
FormType *form; UInt16 index; index=FrmGetObjectIndex(form,lblPaint); FrmHideObject(form, index); -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
