Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for sbedford

Hi, I have an answer to 'how to execute an external exe file'. Under 'implementation' and before your first procedure type in 'uses ShellAPI;' After typing that in, add the following code to one of your procedures: ShellExecute(Handle, 'open', 'type in the directory of your file e.g. c:\test.txt', nil, nil, …

Member Avatar for david Booch
0
323
Member Avatar for satrix36

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 username password if there correct or not. I have written the code for the login …

Member Avatar for malditcha87
0
563
Member Avatar for satrix36

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 between 5 people all at different locations. When the program runs, it checks …

Member Avatar for radu84
0
1K
Member Avatar for satrix36

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 off line. Can someone please help me.

Member Avatar for pty
0
119
Member Avatar for satrix36

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 do that using 2 TShellViewList components. How can I enabled the TShellViewLists …

0
74
Member Avatar for satrix36

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 that will generate the membership number automaticaly in a edit box. …

Member Avatar for satrix36
0
150
Member Avatar for satrix36

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' the "Save" button, it checks if the edit boxes …

Member Avatar for mrmike
0
170
Member Avatar for satrix36

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?

0
54
Member Avatar for satrix36

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 address is displayed. Like a search engine in a database. …

Member Avatar for satrix36
0
352

The End.