Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I make a MDI application based on the CEditView with Visual C++ 6.0.
it's a programm to make operation with binary data.
In my ChildWindows, I can just have string with '0' and '1'.
When I write data in my windows, at the end of the line the cursor go to the next line.
I would like to make a function to set the number of characters per line.
For example, we have that in the child window :
00001100011110011
With the function I would make, the user could type '8' for example and we will have that in the child window :
00001100
01111001
1
I don't know which member function I can use to make this.
If someone could help me, It would be appreciate
Thanks for help
I make a MDI application based on the CEditView with Visual C++ 6.0.
it's a programm to make operation with binary data.
In my ChildWindows, I can just have string with '0' and '1'.
When I write data in my windows, at the end of the line the cursor go to the next line.
I would like to make a function to set the number of characters per line.
For example, we have that in the child window :
00001100011110011
With the function I would make, the user could type '8' for example and we will have that in the child window :
00001100
01111001
1
I don't know which member function I can use to make this.
If someone could help me, It would be appreciate
Thanks for help