Forum: Getting Started and Choosing a Distro Nov 16th, 2008 |
| Replies: 72 Views: 16,612 |
Forum: Pascal and Delphi Oct 31st, 2008 |
| Replies: 17 Views: 2,313 To read from a file using tstringlist object,
thestringlist.loadfromfile('c:\dictionary.txt');
To write to a file using tstringlist object,
thestringlist.savetofile('c:\dictionary.txt'); |
Forum: Pascal and Delphi Oct 29th, 2008 |
| Replies: 7 Views: 705 Or you can simply open up *.dpr file in text editor, all files listed is the full path to the file. |
Forum: Community Introductions Oct 28th, 2008 |
| Replies: 6 Views: 624 |
Forum: Pascal and Delphi Oct 27th, 2008 |
| Replies: 7 Views: 705 Hi,
You mean your form's *.dfm and *.pas is in another folder? While *.dpr file is on another folder? |
Forum: Linux Servers and Apache Oct 27th, 2008 |
| Replies: 1 Views: 1,162 Hi,
I came across a Linux distribution that is portable and persistent called Slax. I have been looking for such a distribution for quite sometime, and I found it.
Slax allows you to install... |
Forum: Getting Started and Choosing a Distro Oct 27th, 2008 |
| Replies: 79 Views: 32,580 It is far more difficult to attack a Linux system than in Windows.
On the other hand, when it comes to Linux, the user normally has stronger computer knowledge in comparison to Windows users, thus... |
Forum: Pascal and Delphi Oct 27th, 2008 |
| Replies: 3 Views: 733 Try this
copy(TheText, 2, 5-2+1);
Thanks |
Forum: Pascal and Delphi Oct 27th, 2008 |
| Replies: 6 Views: 675 Hook keyboard keypress event, increase a counter everytime a key is pressed, I think that would do the trick
Thanks |
Forum: Community Introductions Oct 27th, 2008 |
| Replies: 2 Views: 339 Hi,
I'm new to DaniWeb. Hope to learn something new here and help others at the same time.
Thanks |