How to display an application associated icons?
Answer / Naubat Ram
To display an application's associated icons in Delphi, you can use the TResourceManager.LoadIcon function or TImageList.LoadIcon method and pass the corresponding icon identifier (IDI_APPLICATION, IDI_SMALL_APPICON, etc.) as a parameter.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to prevent the user from moving or sizing my form?
How to create a transparent form?
How to Read the autoincrement value of Paradox table ?
What is DBGo?
compare TProvider Component vs. Provider Property ?
How to detect the computer name?
Why the error "Operation must use an updateable query"?
How to Connect to a remote CORBA server?
How to Determine if a combobox is in dropped state?
How to Stop TScrollbar button from blinking ?
Do I have to understand object-oriented programming to use Delphi?
With what commands you can Delete a directory and all the directories with files?