winCE DrawText API wrap text on hyphen
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
By default in winCE DrawText API wrap text on hyphen. If any one knows the equivalent API that does not wrap text on hyphen, Please let me know.
-
By default in winCE DrawText API wrap text on hyphen. If any one knows the equivalent API that does not wrap text on hyphen, Please let me know.
-
anilksingh wrote:
By default in winCE DrawText API wrap text on hyphen.
if there is enough space then also will it get wrapped? In the DrawText funtion give the DT_WORDBREAK|DT_EDITCONTROL and dont give the DT_SINGLELINE style.
nave
Hi, Thanks but DT_EDITCONTROL is not supported by winCE.