Forum: Pascal and Delphi Nov 9th, 2005 |
| Replies: 3 Views: 1,999 |
Forum: Pascal and Delphi Nov 8th, 2005 |
| Replies: 3 Views: 1,999 Is server online or not? Hi all,
I'm needing some help on a program that Im making. When the program opens, I need it to detect whether or not a ftp server is online. I need the program to tell the user if the server is... |
Forum: Pascal and Delphi Nov 1st, 2005 |
| Replies: 3 Views: 10,401 Upload a file to a ftp server using delphi Hi all,
I don't know if this is possible, but I am needing to upload a file in one of my delphi programs.
The program stores and displays events that are happening. The program will be used... |
Forum: Pascal and Delphi Oct 9th, 2005 |
| Replies: 0 Views: 2,051 Drag 'n' drop from directory to another Hi all.
I am currently making a program to help a friend with organizing her pictures on her pc. On the program I am needing 2 box that will display 2 different directories on the computer. I can... |
Forum: Pascal and Delphi Oct 7th, 2005 |
| Replies: 2 Views: 3,022 Re: Login screen I've figured it out now.
Thank you for ur help.
Just a quick question, How would I encrypted the username and password? |
Forum: Pascal and Delphi Oct 7th, 2005 |
| Replies: 4 Views: 1,873 |
Forum: Pascal and Delphi Oct 7th, 2005 |
| Replies: 4 Views: 1,873 |
Forum: Pascal and Delphi Oct 7th, 2005 |
| Replies: 3 Views: 2,752 |
Forum: Pascal and Delphi Sep 28th, 2005 |
| Replies: 2 Views: 3,022 Login screen Hi everyone,
I'm making yet another program, and i am needing a login screen. The first form has 2 edit boxes and 2 buttons. The cancel button closes the program, the login button checks the... |
Forum: Pascal and Delphi Sep 27th, 2005 |
| Replies: 0 Views: 2,542 Select single character in text box I'm needing to select individual character in an edit box. E.g. An edit box contains the word "Alpha". I then press a button and the program then selects the letter "P". Has anyone got any ideas? |
Forum: Pascal and Delphi Sep 18th, 2005 |
| Replies: 3 Views: 2,752 validation in edit boxs Hi,
I've setup a form with several edit boxes and with a button to add the text in the edit boxes to be saved in a file. I've tryed to put a validation check in the program:
When the user press'... |
Forum: Pascal and Delphi Sep 18th, 2005 |
| Replies: 4 Views: 1,873 Automated number Hi,
I've been asked to created a program for my local video rental shop, that can store the details of the members, videos, dvds etc. On the for were the user adds a member, I am wanting some code... |
Forum: Pascal and Delphi Aug 23rd, 2005 |
| Replies: 10 Views: 3,438 |
Forum: Pascal and Delphi Aug 17th, 2005 |
| Replies: 10 Views: 3,438 More help is needed I have a radiogroup with several items in it:
Song 1
Song 2
Song 3
Song 4
etc......
How do I give each item a different command e.g. |
Forum: Pascal and Delphi Aug 17th, 2005 |
| Replies: 10 Views: 3,438 |
Forum: Pascal and Delphi Aug 17th, 2005 |
| Replies: 10 Views: 3,438 Still need Help with delphi code The code that you gave me works in the sence of it displays the address but, only displays the letters in the address not the number, and also you can type in any name and it will display the... |
Forum: Pascal and Delphi Aug 17th, 2005 |
| Replies: 10 Views: 3,438 |
Forum: Pascal and Delphi Aug 16th, 2005 |
| Replies: 10 Views: 3,438 Re: Help with delphi project For a start, delphi, assigns the record to the file, then opens the file for reading to. Then it resets it, then writes to the file and then closes it.
What I'm really asking help for is:
The file... |
Forum: Pascal and Delphi Aug 16th, 2005 |
| Replies: 5 Views: 3,346 |
Forum: Pascal and Delphi Aug 16th, 2005 |
| Replies: 10 Views: 3,438 Searching for a word with in a record/text file I have recently made a program that stores peoples names, address, etc in a text file. On one of the forms, I want there to be a search option, so the user can search by name and then the persons... |