Static Control Prob. Pls reply me
-
Im Create a static control inorder to use it as a label
CStatic *temp = new CStatic();
temp->Create("YYYYY" ,SS_SIMPLE ,CRect(0,0,25,25) ,this);My requirement is if my text which should display inside static control exceeds the rectangle limits it should take a new line automatically. It Must be multiline static control. so how can i do it. bhw
-
Im Create a static control inorder to use it as a label
CStatic *temp = new CStatic();
temp->Create("YYYYY" ,SS_SIMPLE ,CRect(0,0,25,25) ,this);My requirement is if my text which should display inside static control exceeds the rectangle limits it should take a new line automatically. It Must be multiline static control. so how can i do it. bhw
Use MultiLine Edit Control and make it readonly.
-
Use MultiLine Edit Control and make it readonly.
Thanks bhw
-
Thanks bhw
In the read only edit box how to stop the blinking |. bhw
-
In the read only edit box how to stop the blinking |. bhw
Don't let it have the input focus.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )