c++ - \n\t Characters are visible inside label on MFC CDialog -
i have text \t characters. , when open dialog see characters , not affect on text . reason ? example need following format:
result: 1. text. 2. text. and created string result: \t1. text.\n\t2. text.
and result got "result: \t1. text.\n\t2. text" in label. i'm doing wrong?
Comments
Post a Comment