|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
How to retrieve information from delphi getappname method I am developing an delphi application, it will be kind of form application, where it will ask the user to enter their names, their address, their PAN details and all other information and when the user submit this form all the filled information will be generated in front of every field with the getappname method, i have tried this method for every field out it not retrieving all the information, what may be the problem. |
#2
| |||
| |||
Re: How to retrieve information from delphi getappname method Following are the functions of Delphi programming language function GetHdID: String; / / Access to Ide hard drive serial number function GetAppName: String; / / Obtain the file name of the current program (with path) function CloseApp (ClassName: String): Boolean; / / Close the external application procedure DeleteMe; / / Procedure to commit suicide procedure MyMsg (Msg: string); / / Display message box |
#3
| |||
| |||
Re: How to retrieve information from delphi getappname method One of the most important aspects of a modern computing system is the interface between the human user and the machine. The client and server programs are loosely coupled and exchange information using the network. The client program is composed of a User Interface (UI) and an object-oriented framework. The earliest and most popular type of interface was text based; a user communicated with the machine by typing text characters on a keyboard and the machine communicated with the user by displaying text characters on a display screen. |
#4
| |||
| |||
Re: How to retrieve information from delphi getappname method Can you run Console.app and see if there is anything in log that might be relevant? function GetIP: string; This function is to obtain the actual IP address of the last string after the dial-up is usually dynamically assigned IP address. function GetRes (ResType, ResName, ResNewName: string): Boolean; From the resource file to extract resources procedure MapNetDrv (LocalDriver, ShareName, Password, UserName: String); Set up a network drive Example: MapNetDrv ( 'h:', '\ \ server \ c','',''); |
![]() |
|
Tags: delphi getappname, delphi method, getappname method, windows application |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Getting error: Windows could not retrieve information about the disks on this computer | Samaria | Operating Systems | 4 | 16-12-2010 11:26 PM |
Need information on Search Engine Marketing Method | Tylerrr | Technology & Internet | 4 | 28-03-2010 01:29 AM |
What is method overriding and method overloading in java | beelow | Software Development | 3 | 17-11-2009 08:20 AM |
Need information on Delphi XM MyFi | Magnus | Portable Devices | 3 | 08-07-2009 07:07 PM |
Retrieve information with radio buttons | CitricAcid | Software Development | 4 | 13-05-2009 03:11 PM |