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

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -