Posted 09 June 2013 - 06:53 PM
I am creating a mail system and I use read(). The problem is read() is not intelligent enough to said that there is no more space left and go to the next line.is there away to make read() go down to the next line? Also when user type a really long mail the mail when print will go off the box that I wanted it to be in. Is there a way to fix that as well like a scrolling system. I wanted a scrolling system so when you drag the mouse, the mail message shift up one or down one depend on the mouse drag but I do not know how to code this.