![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
|
When you right-click on some application (.exe), iPlayer.exe for example, and then click Properties, you'll get file description, in this case "InterActual player". Does anyone know how this is done?
|
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
Use the assembly Info File in the project.
|
|
|
|
|
|
#3 |
|
Programmer
|
I didn't explain what I need to do the wright way. Sorry.
In my code, I need to get those descriptions for other applications. Can you help me with this? |
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
That information is a "resource" in Windows executables. There is no requirement that it be there, or, if it is, that it be "filled out." You should do some research on the construction of executable files for various systems.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#5 |
|
Programmer
|
Thank you.
But if the resource I need is there and if it's filled out, do you know any way to extract it? |
|
|
|
|
|
#6 | |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Quote:
![]()
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
|
#7 |
|
Programmer
|
Yeah. Sorry.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|