How to Display ... if text length exceeds CButton size
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Is there is any style setting for CButton in MFC to diplay the text from starting even if the length of text exceeds button size. As of now my text is bigger than the button so i can see the middle part of the text on button instead of starting letters I want some style to be set on cbutton to display the chars till the length of button and the rest is ..... Is there any style or should i write the logic manually?