Programación Específica > Programación de Archivos del Sistema
Extraer Iconos
cluster:
vean haber si lo compoarten y lo montan en el ftp, a y con que programa se modifica un .exe por hay me dijeron que un editor hexadecimal pero cual es el mejor, gracias
JuanK:
si, con un editor hexa es posible, como el de visual studio .net, o bien con las funiones para manipulacion de archivos en modo binario.
Enko:
Windows.h
--- Citar ---The ExtractIcon function retrieves the handle of an icon from the specified executable file, dynamic-link library (DLL), or icon file.
HICON ExtractIcon(
HINSTANCE hInst, // instance handle
LPCTSTR lpszExeFileName, // filename of file with icon
UINT nIconIndex // index of icon to extract
);
Parameters
hInst
Identifies the instance of the application calling the function.
lpszExeFileName
Points to a null-terminated string specifying the name of an executable file, DLL, or icon file.
nIconIndex
Specifies the index of the icon to retrieve. If this value is 0, the function returns the handle of the first icon in the specified file. If this value is -1, the function returns the total number of icons in the specified file.
Return Values
If the function succeeds, the return value is the handle to an icon. If the file specified was not an executable file, DLL, or icon file, the return is 1. If no icons were found in the file, the return value is NULL.
--- Fin de la cita ---
JuanK:
--- Cita de: "JuanK" --- si, claro
bueno este es mi estilo de enseñar para que tu mismo puedas explorar ..
bueno lo primero para hacerlo tu mismo(sin usar extracticon o cualquiera de las ya hechas )
--- Fin de la cita ---
:devil: :scream:
Enko:
--- Cita de: "JuanK" ---
--- Cita de: "JuanK" --- si, claro
bueno este es mi estilo de enseñar para que tu mismo puedas explorar ..
bueno lo primero para hacerlo tu mismo(sin usar extracticon o cualquiera de las ya hechas )
--- Fin de la cita ---
:devil: :scream:
--- Fin de la cita ---
No leí esa parte..... :P
Navegación
[*] Página Anterior
Ir a la versión completa