Can anyone tell me what code I need to use to generate
(2 or 3) columns of text in a RichText Box.
ie What RTF codes can I insert or what other methods are there for creating columns of text.
Thanks
cw
Im not an expert but I think you need to tell us if data is written to the file in clear blocks say each line being separated by a return character.
Also do you know the line Number? if so then count the lines
in until you reach the required line or read in the lines until you find what you are...
Below is a simple C++ program I tried on to compile on my
PC ruinning NT4.0 Server Can anyone tell me why it wont compile?
Thanks
#include <iostream>
using namespace std;
void main()
{
char myname[40];
cout << "Enter your name:";
cin >> myname;
cout << endl <<...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.